Hai graetbasle

Did you try to run the checkTool?
  serverside: main.ape.js
      include('utils/checkTool.js');
   and run the appropiate test scripts? APE_JSF/Tools/Check/index.html

I am guessing that the "./bin/ape.conf" "domain = " value is not corresponding with "APE_JSF/Demos/config.js" "APE.Config.domain = " value


graetbasle schreef op 2015-03-03 14:15:
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 [1]
Something went wrong. If you can't fix it by yourself post a message
on the newsgroups [2] with the output below or join our IRC channel
[3]

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 CET
Nmap scan report for ape.ape-test.local (xxx)
Host is up (0.0000060s latency).
rDNS record for xxx
Not shown: 994 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
53/tcp open domain
80/tcp open http
3306/tcp open mysql
6969/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 [4]
 ---
 APE Project (Ajax Push Engine)
 Official website : http://www.ape-project.org/ [5]
 Git Hub : http://github.com/APE-Project/ [6]

 ---
 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] [7].
 For more options, visit https://groups.google.com/d/optout [8].


Links:
------
[1] http://ape.ape-test.local:6969
[2] http://groups.google.com/group/ape-project/
[3] http://mail.verpeteren.nl/irc://irc.freenode.net/ape-project
[4] http://groups.google.com/group/ape-project?hl=en
[5] http://www.ape-project.org/
[6] http://github.com/APE-Project/
[7] mailto:[email protected]
[8] https://groups.google.com/d/optout

--
--
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.

Reply via email to