Hello everyone, I'm trying to set up APE-Server but it doesn't work for me. Output:
Running test : Contacting APE Server Can't contact APE Server. Please check the your APE Server is running and the folowing url is pointing to your APE server : http://ape.ape-test.local:6969 Something went wrong. If you can't fix it by yourself post a message on the newsgroups <http://groups.google.com/group/ape-project/> with the output below or join our IRC channel <irc://irc.freenode.net/ape-project> I'm using dnsmasq and have done everything written in the DNS Guide. I added *address=/ape.ape-test.local/MYIP* to the dnsmasq.conf file. *Running nmap on my server for ape.ape-test.local prints:Starting Nmap 5.21 ( http://nmap.org ) at 2015-03-03 14:11 CETNmap scan report for ape.ape-test.local (xxx)Host is up (0.0000060s latency).rDNS record for xxxNot shown: 994 closed portsPORT STATE SERVICE21/tcp open ftp22/tcp open ssh53/tcp open domain80/tcp open http3306/tcp open mysql6969/tcp open acmsoda* *Nmap done: 1 IP address (1 host up) scanned in 0.10 seconds* So it should be working, shouldn't it? My /etc/apache2/sites-available/default file looks like this: *<VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined Alias /doc/ "/usr/share/doc/" <Directory "/usr/share/doc/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 </Directory> ServerAlias ape.MYIP ServerAlias *.ape.MYIP</VirtualHost>* Of course every "MYIP" is in real my ip address. Thanks for your help! -- -- 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/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
