[EMAIL PROTECTED] ProxyPass/ProxyPassReverse: url is not translated

2008-01-10 Thread Mike Wang
Hi I have tried to use proxypass with virtual host, here is what I want to do: on server A, virutal host :http://groups.mygroups.com/ on Server B: a application is running at at: http://192.168.0.21/groups/ I want server A to do the reverse proxy to server B, that mean http://group

Re: [EMAIL PROTECTED] RSS of Apache Processes

2008-01-10 Thread Colm MacCarthaigh
On Thu, Jan 10, 2008 at 08:18:54PM -0600, Graham Frank wrote: > We actually have the MaxRequestsPerChild set to 1000 and KeepAlive off. That means the leak is more than 100KB per request on average, although it could be one very bad leak :/ > Know of any way that we could find the leak considerin

RE: [EMAIL PROTECTED] RSS of Apache Processes

2008-01-10 Thread Graham Frank
Also, If it were a memory leak, as it appears to be, why do the new processes immediately go to the high RSS values? My Perl script kills all of the processes over the limit and voila the leak is reset. Being a prefork environment, should the leak happen independently in each process and not be

RE: [EMAIL PROTECTED] RSS of Apache Processes

2008-01-10 Thread Graham Frank
Hey, We actually have the MaxRequestsPerChild set to 1000 and KeepAlive off. Know of any way that we could find the leak considering the vastness of all the possibilities? Thanks. Graham Frank Neoservers LLC – Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -

Re: [EMAIL PROTECTED] RSS of Apache Processes

2008-01-10 Thread Colm MacCarthaigh
On Thu, Jan 10, 2008 at 07:36:19PM -0600, Graham Frank wrote: > Can anyone offer up an explanation for this? Thanks. Everything you describe is incredibly normal behaviour associated with a memory leak :-) You can also set a maximum number of requests per child to alleviate the problem. Of cours

[EMAIL PROTECTED] RSS of Apache Processes

2008-01-10 Thread Graham Frank
Hello All, I have three web servers which periodically crash due to Apache using up all of the RAM on the server. No matter how much RAM we put in, it always happens. Currently, there's 16GB of RAM on each server running Linux x86_64. Watching top, and the RSS of the Apache processes cons

[EMAIL PROTECTED] odd/spurious error_log entries with ScriptAlias and Location directives

2008-01-10 Thread t s
Hi, I have the following problem. Start with a stock apache 2.2.6 install on generic linux (appears to also happen with apache 2.0.61) Add this section to the end of the httpd.conf file Order deny,allow deny from all ScriptAlias /testme /usr/local/httpd/cgi-bin/testme.pl Order allow,deny

Re: [EMAIL PROTECTED] RewriteRule, [P] and space on URL

2008-01-10 Thread Pau Garcia i Quiles
Quoting Jori Mantysalo <[EMAIL PROTECTED]>: I asked about this two weeks ago. Anyone got ideas? If not, who is right person to contact? Maintainer of mod_proxy or mod_rewrite? See http://www.uskonnonvapaus.fi/apache-bug/3/one%20two There is per-directory .htaccess that says RewriteRule ^(.+)

[EMAIL PROTECTED] Automated digest authentication possible?

2008-01-10 Thread Steven Stromer
Hi, It's a bit of a challenge to determine where to post this question; while I mention PHP, my problem really concerns the digest authentication mechanism, so I am trying here, where the mechanism is probably best understood. I'm trying to edit a php application that generates postscript

[EMAIL PROTECTED] RewriteRule, [P] and space on URL

2008-01-10 Thread Jori Mantysalo
I asked about this two weeks ago. Anyone got ideas? If not, who is right person to contact? Maintainer of mod_proxy or mod_rewrite? See http://www.uskonnonvapaus.fi/apache-bug/3/one%20two There is per-directory .htaccess that says RewriteRule ^(.+)$ http://www.uskonnonvapaus.fi/apache-bug/1/f

Re: [EMAIL PROTECTED] Installing Apache as a Service When port 80 is already used.

2008-01-10 Thread ProgrammerMP
I install 2.2.6 as suggested. When it tried to install the service, I got (OS 5)Access is denied : Failed to open the Apache 2.2 Service. I tracked this error down and it seems to be a problem with MS Vista. So, I guess I should have mentioned I was using that OS. The problem has something w

Re: [EMAIL PROTECTED] Installing Apache as a Service When port 80 is already used.

2008-01-10 Thread William A. Rowe, Jr.
ProgrammerMP wrote: I've downloaded the apache version 2.0. When I run, apache_2.0.61-win32-x86-openssl-0.9.7m.msi, I get to a point where it says: It says, "for all users, on port 80, as a service -- Recommended." This is a checkbox and selected by default. I want to install it on port 8

[EMAIL PROTECTED] Installing Apache as a Service When port 80 is already used.

2008-01-10 Thread ProgrammerMP
I've downloaded the apache version 2.0. When I run, apache_2.0.61-win32-x86-openssl-0.9.7m.msi, I get to a point where it says: It says, "for all users, on port 80, as a service -- Recommended." This is a checkbox and selected by default. I want to install it on port 81 or any other port as

Re: [EMAIL PROTECTED] thousands of netstat http TIME_WAIT

2008-01-10 Thread Randy Paries
On Jan 10, 2008 5:29 AM, KOZMAN Bálint <[EMAIL PROTECTED]> wrote: > > Could you show some more details of your httpd config? Do you actually > use keepalive, are you using mod_proxy? And a line of netstat output with > TIME_WAIT could also tell more. > > > Balint > > > > On Wed, 9 Jan 2008, Randy P

Re: [EMAIL PROTECTED] Regular expresions for dummies

2008-01-10 Thread Lester Caine
Krist van Besien wrote: On Jan 10, 2008 3:58 PM, Lester Caine <[EMAIL PROTECTED]> wrote: I'm trying to set up an AliasMatch to catch some now quite regular attempts to find 'phpmyadmin' using a whole string of different case versions of 'phpmyadmin' and then 'phpmyadmin-(various version number s

Re: [EMAIL PROTECTED] Regular expresions for dummies

2008-01-10 Thread Krist van Besien
On Jan 10, 2008 3:58 PM, Lester Caine <[EMAIL PROTECTED]> wrote: > I'm trying to set up an AliasMatch to catch some now quite regular attempts to > find 'phpmyadmin' using a whole string of different case versions of > 'phpmyadmin' and then 'phpmyadmin-(various version number strings)' > > I think

[EMAIL PROTECTED] Regular expresions for dummies

2008-01-10 Thread Lester Caine
I'm trying to set up an AliasMatch to catch some now quite regular attempts to find 'phpmyadmin' using a whole string of different case versions of 'phpmyadmin' and then 'phpmyadmin-(various version number strings)' I think my starting point needs to be a nice dummy reference to writing the ne

Re: [EMAIL PROTECTED] Update on --Unable to enable mod_ssl

2008-01-10 Thread Krist van Besien
On Jan 9, 2008 11:56 PM, RexWinthrop <[EMAIL PROTECTED]> wrote: > Hi All, > > I have now successfully enabled mod_ssl and is listed under (apachectl -l) > Compiled in modules and Loaded modules in (apachectl -M )Loaded Modules > My question is I am able to access apache server using http://localhos

Re: [EMAIL PROTECTED] Unable to enable mod_ssl

2008-01-10 Thread Krist van Besien
On Jan 9, 2008 10:25 PM, RexWinthrop <[EMAIL PROTECTED]> wrote: > I have sucessfully installed Apache 2.2.6 > My http://localhost works perfectly alright. > But when I try to make it as an Encryped server with mod_ssl > (https://myipaddress) I am uanble to do so. When I run the following Have you

Re: [EMAIL PROTECTED] VirtualHost and default domain

2008-01-10 Thread Pau Garcia i Quiles
Quoting Gregor Schneider <[EMAIL PROTECTED]>: You can have more than one ServerName (provided they are in different VirtualHost directives): http://httpd.apache.org/docs/2.2/vhosts/name-based.html If I'm not mistaken, you should use only ONE overall ServerName-directive in your configs, the

Re: [EMAIL PROTECTED] VirtualHost and default domain

2008-01-10 Thread Gregor Schneider
If I'm not mistaken, you should use only ONE overall ServerName-directive in your configs, the rest should be handled with ServerAlias (even having multiple VHosts) Meaning, if you change ServerName xyz.domain.com to ServerAlias xyz.domain.com it should work. Cheers Gregor -- what's puzzlin

Re: [EMAIL PROTECTED] Reverse Proxy for SSH with virtual host

2008-01-10 Thread Krist van Besien
On Jan 10, 2008 7:59 AM, jan bro <[EMAIL PROTECTED]> wrote: > > > Hi List, > > I need your help on the following configuration. My Reverse Proxy works if I > try something like test.de/SSH, but I don't get it to work for ssh.test.de. > (Apache 2.0) for Windows XP, the SSH Server is FreeSSH. Everyth

[EMAIL PROTECTED] mod_proxy_balancer question

2008-01-10 Thread KOZMAN Bálint
Hi there, has anyone seen stability problems with mod_proxy_balancer in apache 2.2.3? I'm on RHEL 5 x86_64 with httpd 2.2.3 and using mod_proxy_balancer to ditribute incoming traffic among backend apaches. Unfortunatelly front httpd randomly drops incoming connections independently from the n

Re: [EMAIL PROTECTED] thousands of netstat http TIME_WAIT

2008-01-10 Thread KOZMAN Bálint
Could you show some more details of your httpd config? Do you actually use keepalive, are you using mod_proxy? And a line of netstat output with TIME_WAIT could also tell more. Balint On Wed, 9 Jan 2008, Randy Paries wrote: hello, I just built a new Centos 5 box with apache Server versi