RE: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Axel-Stephane SMORGRAV
There may be conflicts between mod_rewrite and mod_proxy wrt. the order in which the filename to uri translation is done. Either one or the other may do the translation first. In Apache 2.2 the order is well-defined. In 2.0 the order may depend on the order in which the modules are loaded. So

RE: [EMAIL PROTECTED] Virtual Hosts

2008-01-02 Thread Frank M. Ramaekers
I was having the same problem, only mine are different hosts not domains. How would you do them? (e.g. abc.domain.com def.domain.com and xyz.domain.com) TIA, Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE RHCE American Income Life Insurance Co. Phone:

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
Thanks for responding! I'll give this a go and let you know how it works. Thanks again! -- BTR On Jan 2, 2008 6:02 AM, Axel-Stephane SMORGRAV [EMAIL PROTECTED] wrote: There may be conflicts between mod_rewrite and mod_proxy wrt. the order in which the filename to uri translation is done.

[EMAIL PROTECTED] Requests taking a lot of time

2008-01-02 Thread Jean-Christophe Roux
Hello, I am struggling with an issue and I have the following set up that reproduces the problem. I am running apache 2.2 on Centos 5.0. On the client side, I have a web page that polls the server every second. Using prototypejs, it looks like that: setInterval('polling();', 1000); function

[EMAIL PROTECTED] Cannot restart httpd

2008-01-02 Thread Liz Kim
I was not able to restart Apache earlier today and had to reboot the server itself. This is the error message that I received when it failed to restart. Stopping httpd:[ OK ] Starting httpd: (98)Address already in use: make_sock: could not bind to

Re: [EMAIL PROTECTED] Cannot restart httpd

2008-01-02 Thread Dragon
Liz Kim wrote: I was not able to restart Apache earlier today and had to reboot the server itself. This is the error message that I received when it failed to restart. Stopping httpd:[ OK ] Starting httpd: (98)Address already in use: make_sock:

Re: [EMAIL PROTECTED] Requests taking a lot of time

2008-01-02 Thread Dragon
Jean-Christophe Roux wrote: Hello, I am struggling with an issue and I have the following set up that reproduces the problem. I am running apache 2.2 on Centos 5.0. On the client side, I have a web page that polls the server every second. Using prototypejs, it looks like that:

Re: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Bryan Richardson
Axel, Again, thanks for your help. However, I made the changes you suggested but I'm still getting the same result. Below is what I have. Also, nothing is showing up in my logs about rewrites... and I made sure I have ErrorLog specified. I hate to keep bugging you so don't worry about it if

RE: [EMAIL PROTECTED] Needing help with mod_proxy

2008-01-02 Thread Axel-Stephane SMORGRAV
Check your RewriteLog directive. If you do not have one, use it to specify the file into which mod_rewrite will log. -ascs De : Bryan Richardson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 janvier 2008 18:39 À : users@httpd.apache.org Objet : Re: [EMAIL

RE: [EMAIL PROTECTED] Requests taking a lot of time

2008-01-02 Thread Axel-Stephane SMORGRAV
What MPM are you using? What is the output of httpd -l ?? -ascs De : Jean-Christophe Roux [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 janvier 2008 17:59 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Requests taking a lot of time Hello, I am