Hi shirso, To install APE on XAMPP(Ubuntu), just follow this tutorial http://www.beakkon.com/geek/how-to/install-ape-ajax-push-engine-on-ubuntu.
And instead of adding two following lines into /etc/apache2/sites- available/default: ServerAlias local.ape-project.org ServerAlias *.local.ape-project.org Add four following lines into /opt/lampp/etc/extra/httpd-vhosts.conf: <VirtualHost *:80> ServerAlias local.ape-project.org ServerAlias *.local.ape-project.org </VirtualHost> Have fun. genienin -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
