I think I found what is causing the problem : my DNS is not really
setup (still not spread), so I have setup a fake redirection in the
etc/host of my client, but they were not made in the server, hence the
404 error.
I will wait until everything is done with my DNS and come back if
there is still an issue !


On Sep 17, 4:13 pm, Cadrach <[email protected]> wrote:
> I get a 404 error with the following sourcecode:
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>404 Not Found</title>
> </head><body>
> <h1>Not Found</h1>
> <p>The requested URL / was not found on this server.</p>
> <hr>
> <address>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8j Server at
> 0.ape.mydomain.com Port 80</address>
> </body></html>
>
> On Sep 17, 4:01 pm, Nicolas Trani <[email protected]> wrote:
>
> > So your rewrite rule seem to work fine. When you open in your 
> > browserhttp://0.ape.yourdomain.com/?script&it_works&anticachewhatthe web 
> > page
> > contains? What is the source of the webpage?
>
> > Cadrach a écrit :
>
> > > I already have a redirection on my server with *.mydomain.com so I did
> > > not setup any VirtualHost, apache error_log displays the following:
> > > [Thu Sep 17 15:43:28 2009] [error] [client 0.0.0.0] Attempt to serve
> > > directory: proxy:http://0.ape.mydomain.com:6969/?
> > > 0.0.0.0&script&it_works&anticache
>
> > > Please note that is works when using directly port 6969 and without
> > > any rewrite rules.
>
> > > PS : of course mydomain.com is replaced by my domain DNS, and the
> > > 0.0.0.0 is the IP from the client I am using
>
> > > Can’t wait for the serverside JS :)
>
> > > On Sep 17, 3:22 pm, Nicolas Trani <[email protected]> wrote:
>
> > >> Hi,
>
> > >> you can try to add the rewrite rule just after the RewriteEngine On of
> > >> your existing configuration. If you add the rewrite rule to your apache
> > >> configuration (not into an htaccess) do not forget to restart your
> > >> apache server.
>
> > >> If it's not working check your apache error log to see what happend.
>
> > >> For now there is no public beta for now, but APE 1.0 But beta will be
> > >> available soon :p
>
> > >> Anyway you can try to play with APE 0.9 to discover how APE and how it
> > >> works. Working with 1.0 will be more easy for you ;)
>
> > >> Regards.
>
> > >> Cadrach a écrit :
>
> > >>> Hi,
>
> > >>> I am trying to install APE with Apache to develop an advanced chat
> > >>> system for my PHP game.
>
> > >>> Everything is working fine, but I am having issues with the rewrite
> > >>> rules configuration.
>
> > >>> I already have rewrite rules implemented (I use Zend Framework MVC):
> > >>> RewriteEngine On
> > >>> RewriteCond %{REQUEST_FILENAME} -s [OR]
> > >>> RewriteCond %{REQUEST_FILENAME} -l [OR]
> > >>> RewriteCond %{REQUEST_FILENAME} -d
> > >>> RewriteRule ^.*$ - [NC,L]
> > >>> RewriteRule ^.*$ index.php [NC,L]
>
> > >>> I tried adding the rewrite rules from the wiki before or after, but it
> > >>> does not work. I began tampering with the rewrite rules, and I guess I
> > >>> will eventually get it to work, but maybe somebody out there has a
> > >>> nice and clear solution waiting for me :)
>
> > >>> Another question I have, is do we have to wait for October to use
> > >>> serverside JS to build modules, or is there an RC or Beta version
> > >>> including JS serverside already available in order to try it? (via
> > >>> github for example?)
>
> > >>> Anyway, thanks a lot for a very nice project!
> > >>> Cadrach
>
> > >> --
> > >> Nicolas Trani - Web engineer
> > >> Weelya - Improve the webhttp://www.weelya.comhttp://www.ape-project.org
>
>
--~--~---------~--~----~------------~-------~--~----~
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