Hi all,

I'm having some issues during APE setup, and i can t figure the
problem.

I have installed the package on my debian dedibox, and the server's
running as a demon on the port 6969.

typing netstat -anp | grep '^tcp.*LISTEN' |grep 6969 shows me the aped
line.

the online tool check gets an error :

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.oliv-web.net:6969
Something went wrong. If you can't fix it by yourself post a message
on the newsgroups with the output below or join our IRC channel
domain = oliv-web.net
Running test : Contacting APE Server (adding frequency)
Can't contact APE Server. Please check the folowing url is pointing to
your APE server : http://0.ape.oliv-web.net:6969
Something went wrong. If you can't fix it by yourself post a message
on the newsgroups with the output below or join our IRC channel

I think i missed something in my vhost setting, here are the files :

ape.conf :

uid {
        # "aped" switch to this user/group if it run as root
        user = daemon
        group = daemon
}


Server {
        port = 6969
        daemon = yes
        ip_listen = 0.0.0.0
        ip_local = 88.191.121.13
        domain = oliv-web.net
        rlimit_nofile = 10000
        pid_file = /var/run/aped.pid
}


ape.oliv-web.net :

<VirtualHost *:6969>
        ServerName ape.oliv-web.net
        ServerAlias 0.ape.oliv-web.net
        ServerAlias 1.ape.oliv-web.net
        ServerAlias 2.ape.oliv-web.net
        ServerAlias 3.ape.oliv-web.net
        ServerAlias 4.ape.oliv-web.net
        ServerAlias 5.ape.oliv-web.net
        ServerAlias 6.ape.oliv-web.net
        ServerAlias 7.ape.oliv-web.net
        ServerAlias 8.ape.oliv-web.net
        ServerAlias 9.ape.oliv-web.net

        DocumentRoot "/var/www/"
        <Proxy *>
                Order Deny,Allow
                Allow from all
        </Proxy>
</VirtualHost>

oliv-web.net :

<VirtualHost *>
        ServerAdmin [email protected]
        ServerName oliv-web.net
        ServerAlias www.oliv-web.net

        DocumentRoot /var/www/
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order Allow,Deny
                Allow from all
        </Directory>
        ErrorLog /var/logs/oliv-web/error.log
        LogLevel warn
        CustomLog /var/logs/oliv-web/access.log combined
        ServerSignature Off
</VirtualHost>

I hope you'll find my big mistake, can't figure it...

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