Re: [EMAIL PROTECTED] ProxyTimeout and mod_rewrite proxy request

2008-01-29 Thread Christian Folini
Hey Alexey, There is an issue with ProxyTimeout in Apache 2.0, but Apache 2.2 seemed to work as advertised when I ran tests a few months back. Your results look strange to me. My setup was very similar to yours, but I used netcat as application server. application server: netcat -l -p 8

Re: [EMAIL PROTECTED] error reading information on service httpd: No such file or directory - starting apache webserver automatically on Fedora

2008-01-29 Thread Vincent Bray
On 29/01/2008, MShah <[EMAIL PROTECTED]> wrote: > > I have installed Apache WEb Server on Fedora Linux and was it starts up, but > I want to set it up to start automatically when the system boots up and when > I enter the following command: > > chkconfig --level 235 httpd on > > I get the following

[EMAIL PROTECTED] ProxyTimeout and mod_rewrite proxy request

2008-01-29 Thread Alexey Vlasov
Hi, Hi, I use Apache 2.2.8 (2.2.6) worker mpm as frontend proxy server for working up static requests. And Apache 2.2.3 mpm prefork (as backend) with mod_php serves to work up dynamic requests, in this case, for PHP scripts. I separate static from dynamic in worker with simple rules mod_rewrite,

[EMAIL PROTECTED] mod_ssl with SSLCryptoDevice

2008-01-29 Thread Brian Cox
I'm trying to compile 2.0.63 with a mod_ssl that will accept the "SSLCryptoDevice" directive. I tried adding --enable-rule=SSL_EXPERIMENTAL to ./configure and then doing make, but that didn't work. How do I do this? Thanks, Brian

[EMAIL PROTECTED] Re: proxy & mime type issues

2008-01-29 Thread Jon
> I am running a site with a front end apache web server load balancing > between multiple backend mod_perl application servers. I am using the > proxy, proxy_balancer, and proxy_http modules to do the load > balancing. The load balancing is working fine, with the major > exception being that it

[EMAIL PROTECTED] tool to see requests that consume lots of CPU over time?

2008-01-29 Thread Bennett Haselton
Is there any utility to help identify HTTP requests that are using a high percentage of CPU, consistently over a period of, say, 20 or 30 seconds? "top" shows the the httpd process that are high CPU users at any given moment, but the trouble is that in order to identify individual processes th

[EMAIL PROTECTED] error reading information on service httpd: No such file or directory - starting apache webserver automatically on Fedora

2008-01-29 Thread MShah
I have installed Apache WEb Server on Fedora Linux and was it starts up, but I want to set it up to start automatically when the system boots up and when I enter the following command: chkconfig --level 235 httpd on I get the following error: error reading information on service httpd: No such

RE: [EMAIL PROTECTED] Creating subdomains on the fly

2008-01-29 Thread AJ McKee
Apache makes this easy, See http://gentoo-wiki.com/Apache_Modules_mod_vhost_alias for an example config, you will be pleased.

[EMAIL PROTECTED] Creating subdomains on the fly

2008-01-29 Thread Mandy Singh
Hello Everyone, Hope everyone is doing good :) I have seen this on many hosting sites, where you go and register and then you immediately get a url like http://{your_username}.theirdomain.com . I know that this involves 2 steps on my windows box - 1)

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
On Tue, Jan 29, 2008 at 05:10:06PM +0100, Sylvain Thénault wrote: > On Tue, Jan 29, 2008 at 05:07:18PM +0100, Sylvain Thénault wrote: > > On Tue, Jan 29, 2008 at 03:39:22PM +, Nick Kew wrote: > > > On Tue, 29 Jan 2008 16:31:18 +0100 > > > Sylvain Thénault <[EMAIL PROTECTED]> wrote: > > > > > >

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
On Tue, Jan 29, 2008 at 05:07:18PM +0100, Sylvain Thénault wrote: > On Tue, Jan 29, 2008 at 03:39:22PM +, Nick Kew wrote: > > On Tue, 29 Jan 2008 16:31:18 +0100 > > Sylvain Thénault <[EMAIL PROTECTED]> wrote: > > > > > Any hint on how can I acheive this ? > > > > Upgrade to 2.2.8 and read th

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
On Tue, Jan 29, 2008 at 03:39:22PM +, Nick Kew wrote: > On Tue, 29 Jan 2008 16:31:18 +0100 > Sylvain Thénault <[EMAIL PROTECTED]> wrote: > > > Any hint on how can I acheive this ? > > Upgrade to 2.2.8 and read the CHANGES file. Then you'll > know what to look for in the docs (either -B or n

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
On Tue, Jan 29, 2008 at 04:37:38PM +0100, Chirouze Olivier wrote: > Hi, > > What exactly do you mean by "keeps seeing"? Did you try to play with the URI > (logs, RewriteCond, etc) to make absolutely sure that it's the INPUT URI that > is decoded, or could it be the "output" URI (the rewriten one

Re: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Nick Kew
On Tue, 29 Jan 2008 16:31:18 +0100 Sylvain Thénault <[EMAIL PROTECTED]> wrote: > Any hint on how can I acheive this ? Upgrade to 2.2.8 and read the CHANGES file. Then you'll know what to look for in the docs (either -B or nocanon, depending on how you're configuring it). -- Nick Kew Applicat

RE: [EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Chirouze Olivier
Hi, What exactly do you mean by "keeps seeing"? Did you try to play with the URI (logs, RewriteCond, etc) to make absolutely sure that it's the INPUT URI that is decoded, or could it be the "output" URI (the rewriten one) that is decoded? Olivier > -Original Message- > From: [EMAIL PRO

[EMAIL PROTECTED] url containing %2F / mod_rewrite

2008-01-29 Thread Sylvain Thénault
Hi there! I know this topic has already been discussed in the past since I've just digged more than 2 hours in various archive without finding any solution to this problem. I'm using apache as a proxy to another web server, using mod_rewrite/mod_proxy. I need urls like : http://test.fr/%2Fhome

Re: [EMAIL PROTECTED] Figuring out the order in which directives apply

2008-01-29 Thread Mark H. Wood
Thank you for your very helpful response. On Mon, Jan 28, 2008 at 10:54:47PM +, Nick Kew wrote: > On Mon, 28 Jan 2008 16:54:32 -0500 > "Mark H. Wood" <[EMAIL PROTECTED]> wrote: > > Is there some document I can read to help me understand the order in > > which configuration directives from diff

Re: [EMAIL PROTECTED] TLS SNI with user certificates.

2008-01-29 Thread Vincent Bray
Hi, I'd suggest taking this to the [EMAIL PROTECTED] mailing list. Tell them I sent you if they complain ;-) -- noodl - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/user

Re: [EMAIL PROTECTED] mod_rewrite and Redirect directive

2008-01-29 Thread Szymon Bakowski
On 29/01/2008, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 29/01/2008, Szymon Bakowski <[EMAIL PROTECTED]> wrote: > > mod-rewrite and Redirect directive: what I wanted to achieve is to > > include from within VirtualHost a file for permanent redirections > > (using simply "Redirect" inside )and on

Re: [EMAIL PROTECTED] Apache proxy + virtual hosts: primary ip is always forwarded

2008-01-29 Thread Vincent Bray
On 29/01/2008, Chirouze Olivier <[EMAIL PROTECTED]> wrote: > Guess what? My question is: is there a way to have the "secondary" IP > address used instead (the one on which the request was received)? > That would allow for a much better tracking of requests (on firewalls, > for instance). I'm fairl

Re: [EMAIL PROTECTED] mod_rewrite and Redirect directive

2008-01-29 Thread Vincent Bray
On 29/01/2008, Szymon Bakowski <[EMAIL PROTECTED]> wrote: > mod-rewrite and Redirect directive: what I wanted to achieve is to > include from within VirtualHost a file for permanent redirections > (using simply "Redirect" inside )and one for mod_rewrite directives. > From some reason I cannot make

[EMAIL PROTECTED] mod_rewrite and Redirect directive

2008-01-29 Thread Szymon Bakowski
Hello all, Just a quick question (hope that question hasn't been asked yet - not as far as I can see): mod-rewrite and Redirect directive: what I wanted to achieve is to include from within VirtualHost a file for permanent redirections (using simply "Redirect" inside )and one for mod_rewrite dire

[EMAIL PROTECTED] Apache proxy + virtual hosts: primary ip is always forwarded

2008-01-29 Thread Chirouze Olivier
Hi all, I'm using Apache http Server 2.0 as a reverse proxy with a lot of name-based virtual hosts listening on a few IP adresses. The thing is, it's always the primary IP address of the server that is used when requests are forwarded (by the proxy module) to applicaton servers. That means whateve