Hello

when trying to test my APE installation with opening my browser to :

http://IP_address:443/Tools/Check/

I get the following message :
---------------------------------------------------
APE Server

No command given.
http://www.ape-project.org/ - Server 1.00 (Build Dec 10 2009 20:27:32)
---------------------------------------------------

it means at least that APE server is runing but doesn't take into
account
anything after the string http://IP_address:443/

----------------------------------------------------------------------------------------------------------------------------------------
I give some details about my installation : /etc/apache2.conf includes
the following lines :

<VirtualHost *>
        Servername IP_address
        ServerAlias ape.IP_address
        ServerAlias *.ape.IP_address

        DocumentRoot "/home/jmarie/APE-Project_1.0/ape-jsf/"
</VirtualHost>

IP_address being the IP address of the machine running APE server


/etc/ape/ape.conf file includes the following lines :

Server {
        port = 443
        daemon = no
        ip_listen = 0.0.0.0
        domain = auto
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}
..

Config {
#relative to ape.conf
        modules = /usr/lib/ape/
        modules_conf = /etc/ape/
}

/home/jmarie/APE-Project_1.0/ape-jsf/Demos/config.js file is
configured as follows :

/***
 * APE JSF Setup
 */
APE.Config.baseUrl = 'http://IP_address/ape-jsf'; //APE JSF
APE.Config.domain = 'IP_address'; //Your domain, must be same as
domain in aped.conf
APE.Config.server = 'ape.IP_address:443'; //APE server URL
...

when APE start i have the following trace :
 * Restarting Ajax push engine
aped
_   ___ ___
  /_\ | _ \ __|
 / _ \|  _/ _|
/_/ \_\_| |___|
AJAX Push Engine

Bind on port 443

Version : 1.00
Build   : Dec 10 2009 20:27:31
Author  : Weelya ([email protected])

[Module] [spidermonkey] Loading module : Javascript embeded (0.01) -
Anthony Catel
[JS] Loading script /var/ape/framework/mootools.js
[JS] Loading script /var/ape/framework/Http.js
[JS] Loading script /var/ape/framework/userslist.js
[JS] Loading script /var/ape/utils/utils.js
[JS] Loading script /var/ape/commands/proxy.js
[JS] Loading script /var/ape/commands/inlinepush.js
[JS] Loading script /var/ape/examples/nickname.js
[JS] Loading script /var/ape/examples/move.js
[JS] Loading script /var/ape/utils/checkTool.js

----------------------------------------------------------------------------------------------------------------------------------------

the value of DocumentRoot is not taken into account

can anybody help me ?

thanks a lot

Jean-Marie





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

Reply via email to