Depends on what operating system/distribution you're using. You can put it within a virtual host declaration also if you want z-push for that domain. E.g.
<VirtualHost *:80> ServerName xxx ... Alias /Microsoft-Server-ActiveSync /opt/z-push/index.php ... </VirtualHost> But if you're using Debian/Ubuntu it is safe to create a file /etc/apache/conf.d/z-push with the contents described, and then restart apache. (The file should be named z-push and placed in the conf.d directory) If it works http://yourdomain/Microsoft-Server-ActiveSync requires HTTP authentication. man, 13 12 2010 kl. 00:32 +0100, skrev Minh Thuyet VAN PHAM: > Thanks, > This is what I'm trying to do. It's really welcome. > But there's one thing it isn't clear in your instruction : > -------------------------------------------------------------------------------------------- > * Use the following apache config: > > Alias /Microsoft-Server-ActiveSync /opt/z-push/index.php > > php_flag magic_quotes_gpc off > php_flag register_globals off > php_flag magic_quotes_runtime off > php_flag short_open_tag on > for Debian/Ubuntu place it in /etc/apache/conf.d/z-push. > > -------------------------------------------------------------------------------------------- > > Should I create a file with those contents to place in > /etc/apache/conf.d/z-push folder ? > If yes how should I name this file ? > > Thanks > > Thibault > > > > > Le 12 déc. 2010 à 22:40, Bo Simonsen a écrit : > > > Hi! > > > > I've been working a bit to get z-push working for SOGo. Since I own a > > relatively old Android phone which isn't supported by the funambol > > android client, I decided to get z-push working for SOGo. This version > > of z-push uses Caldav, Carddav, and IMAP (it is based on a relatively > > old version of z-push in order to keep the code GPL). > > > > Let me know if you think it is useful: > > > > http://geekworld.dk/sogosync/ > > > > -- > > Best regards > > Bo Simonsen > > Software developer, M.Sc. > > > > -- > > [email protected] > > https://inverse.ca/sogo/lists > > -- > [email protected] > https://inverse.ca/sogo/lists -- Med venlig hilsen Bo Simonsen Systemudvikler, cand.scient. Karensgade 12, st.th. 2500 Valby 32158665 / 25304508 -- [email protected] https://inverse.ca/sogo/lists
