[pma@240801-web1 ape-server]$ tail conf/ape.conf -n1000
uid {
# "aped" switch to this user/group if it run as root
user = daemon
group = daemon
}
Server {
port = 6969
daemon = no
ip_listen = 0.0.0.0
domain = auto
rlimit_nofile = 10000
pid_file = /var/run/aped.pid
}
Log {
debug = 1
use_syslog = 0
logfile = ./ape.log
}
JSONP {
eval_func = Ape.transport.read
allowed = 1
}
Config {
#relative to ape.conf
modules = ../modules/
modules_conf = ./
scripts = ../scripts/
}
# Proxy section is used to resolve hostname and allow access to a
IP:port (Middleware-TCPSocket feature)
#Proxy {
# id = freenode
# host = irc.freenode.net
# port = 6667
# readonly = false
#}
Okay so when I run the server using this configuration the scripts
don't say their being loaded verbosely, and to no surprise, my scripts
don't work.
So I need help configuring this server.
[pma@240801-web1 ape-server]$ ls -l
total 20
-rw-rw-r-- 1 pma pma 1094 Mar 31 12:33 ape.log
drwxrwxr-x 2 pma pma 4096 Mar 31 12:31 bin
drwxrwxr-x 2 pma pma 4096 Mar 31 12:38 conf <-- ape.conf here
drwxrwxr-x 2 pma pma 4096 Mar 31 12:24 modules
drwxrwxr-x 6 pma pma 4096 Mar 31 12:24 scripts
[pma@240801-web1 ape-server]$ ls -l modules/
total 1820
-rwxrwxr-x 1 pma pma 1857081 Mar 31 12:24 libmod_spidermonkey.so
pma@240801-web1 ape-server]$ ls -l scripts
total 20
drwxrwxr-x 2 pma pma 4096 Mar 31 12:24 commands
drwxrwxr-x 2 pma pma 4096 Mar 31 12:24 examples
drwxrwxr-x 2 pma pma 4096 Mar 31 12:24 framework
-rw-rw-r-- 1 pma pma 404 Mar 31 12:24 main.ape.js
drwxrwxr-x 2 pma pma 4096 Mar 31 12:24 utils
--
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/