[us...@httpd] ProxyPass work correctly but ReWriteRule has some error

2010-06-30 Thread Tapas Mishra
I have an application which is accessible on LAN as http://192.168.1.5:8080/olat/ it is a java application my proxy pass rule work correctly for this as follows ProxyPass /olat http://192.168.1.5:8080/olat ProxyPassReverse /olat http://192.168.1.5:8080/olat I am not able to write

Re: [us...@httpd] Warning worker http://192.168.1.5/ already used by another worker

2010-06-30 Thread Igor Cicimov
That error means you have same statement twice in the config. Sent from my phone On Jun 30, 2010 9:31 PM, "Tapas Mishra" wrote: It did worked man great awesome thanks. I kept the generic one at the last and now I do not get any warning when I restart apache. On Wed, Jun 30, 2010 at 2:01 PM, B

[us...@httpd]

2010-06-30 Thread Matrix 360
- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest

Re: [us...@httpd] Re: Connection attempts - mod_proxy

2010-06-30 Thread Michel Bulgado
Joost Heer, de wrote: Using CentOS 5.4 version of apache httpd-2.2.3-31.el5. I have several virtualhost and one of the virtualhost, use mod_proxy to serve a web site I have running on Windows 2003, this server is not available online, it is an internal server. So Apache is a reverse prox

[us...@httpd] mod_proxy_balancer: requests still sent to disabled node?

2010-06-30 Thread Avi Flax
Hi, We've recently set up a RESTful web service to be clustered by httpd 2.2 with mod_proxy_balancer. In our testing, we're seeing that sometimes requests still seem to be served by a node even after it's set to "disabled" using the Balancer Manager. Can anyone give any advice or suggestions on

Re: [us...@httpd] httpd.conf: Invalid argument

2010-06-30 Thread Eric Covener
On Wed, Jun 30, 2010 at 6:12 AM, Carlos _ wrote: > Someone knows where is the problem?? try starting apache via apachectl -X under strace -f, you should see something set errno to EINVAL. Post some context to a pastebin and followup to the list. -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] httpd.conf: Invalid argument

2010-06-30 Thread Payne, Charles
From: Carlos _ To: users@httpd.apache.org Sent: Wed Jun 30 03:12:48 2010 Subject: Re: [us...@httpd] httpd.conf: Invalid argument Someone knows where is the problem?? 2010/6/24 Carlos _ mailto:sigb...@gmail.com>> No creo que sea eso , ademas le he forzado con Pi

Re: [us...@httpd] Reverse Proxy with partial paths possible

2010-06-30 Thread Tom Evans
On Wed, Jun 30, 2010 at 2:49 PM, Dirk Taggesell wrote: > Hi all, > > I run an Apache 2.2.11 for several virtual hosts and I configured > several reverse proxy directives which are working as intended. > > Now I received a request to configure some additional rules, like these: > > ProxyPass      

[us...@httpd] Reverse Proxy with partial paths possible

2010-06-30 Thread Dirk Taggesell
Hi all, I run an Apache 2.2.11 for several virtual hosts and I configured several reverse proxy directives which are working as intended. Now I received a request to configure some additional rules, like these: ProxyPass /bla/ http://first-back-end:8000/ ProxyPassReverse/b

Re: [us...@httpd] RewriteRule failing when changing content-handlers

2010-06-30 Thread Eric Covener
> Out of curiosity, any idea why this would work in a VirtualHost container > but not in the per-dir .htaccess file? My only problem with this arrangement > is that I'd need to restart apache when I make changes at that high of a > level. Dropping in a .htaccess file is much more preferable. when

[us...@httpd] Re: Connection attempts - mod_proxy

2010-06-30 Thread Joost Heer, de
>Using CentOS 5.4 version of apache httpd-2.2.3-31.el5. I have several >virtualhost and one of the virtualhost, use mod_proxy to serve a web >site I have running on Windows 2003, this server is not available >online, it is an internal server. So Apache is a reverse proxy? >Reviewing the messag

Re: [us...@httpd] Warning worker http://192.168.1.5/ already used by another worker

2010-06-30 Thread Tapas Mishra
It did worked man great awesome thanks. I kept the generic one at the last and now I do not get any warning when I restart apache. On Wed, Jun 30, 2010 at 2:01 PM, Bram Mertens wrote: > I am not sure this will resolve the issue but perhaps you can try to > reverse the two sections? > > i.e. the

Re: [us...@httpd] httpd.conf: Invalid argument

2010-06-30 Thread Carlos _
Someone knows where is the problem?? 2010/6/24 Carlos _ > No creo que sea eso , ademas le he forzado con PidFile a ponerlo > explicitamente en una ruta y sigue produciendo el mismo error. > > 2010/6/24 Antonio Vidal Ferrer > > Carlos: >> >> >> >> >> >> No puede ser que tengas el fichero de p

Re: [us...@httpd] Warning worker http://192.168.1.5/ already used by another worker

2010-06-30 Thread Bram Mertens
I am not sure this will resolve the issue but perhaps you can try to reverse the two sections? i.e. the more specific one before the more general one? HTH Bram On Wed, Jun 30, 2010 at 7:54 AM, Tapas Mishra wrote: > I am getting a warning when I am restarting apache I am not able to > understan