Re: [us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-05-10 Thread sathya sai
Hi William, Thanks a lot for your response. Mozilla allows me to specify the %zone_id (scope_id) in the HTTP request but as mentioned by you, it updates in "Host:" header field in HTTP request. Regards, Sathya On Fri, May 8, 2009 at 12:37 PM, William A. Rowe, Jr. wrote: > sathya sai wrote: >

Re: [us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Igor Cicimov
Maybe I'm wrong but it looks to me you are trying to redirect everything that comes on port 80 (or any other port) to SSL port 443. So how does your SSL virtual host look like? I would guess you need to put the location statement inside that VH something like this: ProxyPass http://192.16

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-10 Thread Eric Covener
On Sun, May 10, 2009 at 8:53 PM, Rex C. Eastbourne wrote: > Does anyone have both the worker mpm and phpmyadmin installed on > Ubuntu? When I run "apt-get install phpmyadmin", it tries to remove > apache2-mpm-worker and install apache2-mpm-prefork. I'm trying to > figure out if there is a workarou

[us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-10 Thread Rex C. Eastbourne
On Mon, May 4, 2009 at 12:15 AM, Rex C. Eastbourne wrote: > Hi, > > I seem to have done something very wrong with my Apache configuration, > but can't figure out what it is. Essentially, each time I launch my > website and start to get traffic, I almost immediately run out of RAM. > Typing "ps fau

Re: [us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Eric Covener
On Sun, May 10, 2009 at 8:13 PM, Mark Keenan wrote: > Hi Eric, > > I just checked and it doesn’t use the base tag in the HTML. Any other ideas? > Is my configuration definatley correct? I do think that it is. But when I > look at the html and see that there appears to be no reason why it shouldn't

RE: [us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Mark Keenan
Hi Eric, I just checked and it doesn’t use the base tag in the HTML. Any other ideas? Is my configuration definatley correct? I do think that it is. But when I look at the html and see that there appears to be no reason why it shouldn't work, I find myself wondering if in fact I have messed someth

Re: [us...@httpd] authentication question

2009-05-10 Thread Jonathan Zuckerman
On Sat, May 9, 2009 at 9:34 AM, Ross Boylan wrote: > Suppose I have apache running in front of a web application and > subversion. > > I am thinking of a scenario in which the web application provides a > login page.  However, the user may also browse to web pages served by > subversion. > > Is th

Re: [us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Eric Covener
On Sun, May 10, 2009 at 11:17 AM, Davide Bianchi wrote: >> Mark Keenan wrote: >>     ProxyPass http://192.168.1.53 >>     ProxyPassReverse http://192.168.1.53 > > ProxyPass and ProxyPassReverse takes 2 parameters, the first one is the > 'url' to proxy and the second is the url to proxy to. So: > >

Re: [us...@httpd] What is Apache not Starting

2009-05-10 Thread Francois Gingras
What does the error log say, exactly? Frank On Sun, May 10, 2009 at 9:24 AM, ganeshapache wrote: > Iam not a windows guy.. but as linux admin who managed apace for years > now... how i would have analysed this issue if it would have happed on a > linux machine is by specifying the configuration

[us...@httpd] Default Difference between "apache2 restart" and "apache2 force-reload"??

2009-05-10 Thread tirengarfio
Hi, just that. Bye -- View this message in context: http://www.nabble.com/Default--Difference-between-%22apache2-restart%22-and-%22apache2-force-reload%22---tp23471059p23471059.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. -

Re: [us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Davide Bianchi
> Mark Keenan wrote: > ProxyPass http://192.168.1.53 > ProxyPassReverse http://192.168.1.53 ProxyPass and ProxyPassReverse takes 2 parameters, the first one is the 'url' to proxy and the second is the url to proxy to. So: > ProxyPass / http://192.168.1.53/ > ProxyPassReverse / http://192.

Re: [us...@httpd] What is Apache not Starting

2009-05-10 Thread ganeshapache
Iam not a windows guy.. but as linux admin who managed apace for years now... how i would have analysed this issue if it would have happed on a linux machine is by specifying the configuration file directly to apachectl... like "apachectl -t /usr/local/apache/conf/httpd.conf" what this will do

[us...@httpd] mod_proxy working on initial request, but not for subsequent resource requests

2009-05-10 Thread Mark Keenan
Hi All, I have been struggling for several months now to try to allow my security camera server be available through my internet connection. I am using mod_proxy and its almost working, but not quite there. Details: Apache/2.0.52 httpd.conf --- ... ... ProxyRequests

Re: [us...@httpd] Help! My apache httpd server cannot close thread

2009-05-10 Thread ganeshapache
Ok, I havent had time to check your configuration completely... but my quick suggestion is use "netstat -plan | grep 80" and see what status does your http application shows (established/closed... etc..) Regards, Ganesh. gan...@efficeasy.com. 赵志桐 wrote: > hello everybody > > My web server got