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
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
-
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
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
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
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
-
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
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
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
> 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
>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
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
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
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
14 matches
Mail list logo