[commits] [Wiki] changed: ActiveSync

Wiki Guest wikiguest at horde.org
Mon Jan 30 15:33:12 UTC 2012


guest [153.100.131.14]  Mon, 30 Jan 2012 15:33:12 +0000

Modified page: http://wiki.horde.org/ActiveSync
New Revision:  122
Change log:  Removed spaces in Rewriterule, Some Apache make trouble  
spaces in [E=...] spend hours to find that

@@ -29,11 +29,11 @@
      RewriteRule ^/Microsoft-Server-ActiveSync /horde/rpc.php [PT,L,QSA]
  </code>
  There has also been a report from that the Authorization headers are  
not correctly passed when using mod_php with Apache. These are known  
issues and are should actually already be taken care of by the  
Horde_Controller_Request object. However, if you are still having  
issues with !ActiveSync complaining about no Authorization errors, you  
can try the following configuration:
  <code>
-RewriteRule .* - [E=HTTP_MS_ASPROTOCOLVERSION: %{HTTP:Ms-Asprotocolversion}]
-RewriteRule .* - [E=HTTP_X_MS_POLICYKEY:       %{HTTP:X-Ms-Policykey}]
-RewriteRule .* - [E=HTTP_AUTHORIZATION:        %{HTTP:Authorization}]
+RewriteRule .* - [E=HTTP_MS_ASPROTOCOLVERSION:%{HTTP:Ms-Asprotocolversion}]
+RewriteRule .* - [E=HTTP_X_MS_POLICYKEY:%{HTTP:X-Ms-Policykey}]
+RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
  </code>
  None of these issues have been reported using lighttpd/fastcgi.





More information about the commits mailing list