Z-push has been installed into /var/www/z-push

You should point the followings to the DocumentRoot of your web-server:
    # ln -s ../z-push /var/www/htdocs/z-push
(make sure you use a relative symlink since Apache is chrooted)

With Apache, some non defaults PHP settings are required on the
/var/www/z-push directory. You can configure this as follows:
    # ln -s /var/www/conf/modules.sample/z-push.conf \
        /var/www/conf/modules

Proceed to complete the configuration by reading:
    /var/www/z-push/INSTALL
