As I understand, this is not possible under APE 1.0 at the moment, and
I do not know if it will work in the future.

If your issue is with using APE on a port always open for everyone,
you could forget about the redirection and simply use port 443, which
is used for SSL and almost always open if the 80 is. This way you do
not need to bother yourself with any redirection.

If you want to use port 443 (or any other port for that matter), you
will not need any .htaccess. The places where I have mentioned the
port are the following:
- In ape.conf, *port = 443*
- To make the demo work, in the APE_JSF/Demos/config.js:
*APE.Config.server = 'ape.yourdomain.com:443';*

Also, if you have any issues running the demo, you should use FireFox
with the Firebug plugin, and look at the errors displayed on the
Console panel, it will help a lot if you have config issues. This will
also allow you to post us these errors if you are unable to solve
them.

On Nov 14, 5:50 am, indra chatterjee <[email protected]> wrote:
> Hello Everyone
>
> Sorry for replying to a wrong post. My main problem is getting Apache and
> Ape Server working together. That is i want to redirect the request from
> port 80 (apache) to port 6969 (ape). --> How to go about doing it and if it
> is possible doing it what all things i need to do given my apache server is
> running properly and APE server is also successfully ( without apache on
> port 80).
>
> My current versions of APE is 0.9 and Apache is 2.2.3. It is said by Anthony
> that Mod_Proxy or redirection is not needed while using APE 1.0 , but i
> tried that also without any success. Only apache runs and shows that PHP
> screen when i access the server's address from the client Browser, though
> APE 1.0 is running behind on Port 6969.
>
> Please take some time to reply to my post. I really need to get the Demos
> working either running APE alone or with Apache which ever way it is
> Possible. *If APE is running on Port 80 (i.e without Apache) --> then how do
> i run the Demos.*
> *
> *
> *Eagerly waiting for a reply. Thank you.*

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