Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Julien Cigar
On 03/19/2012 21:53, Joe Hansen wrote: Hi All, I'd like to redirect all (http and https) requests for domain a.com http://a.com to domain b.com http://b.com. I have the following in the apache config files: Redirect https:/a.com http://a.com https://www.b.com Redirect http://a.com

Re: [users@httpd] More info...

2011-02-15 Thread Julien Cigar
On 02/15/2011 13:46, Tony Mobily wrote: Hi, I just realised I didn't give much info in my previous post about Apache's memory output. OK, here is more info. In httpd.conf I have: IfModule prefork.c StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 20 MaxClients

[us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
Hello, I'm running Apache 2.2.16 with the worker MPM on a FreeBSD 8.1 (amd64) machine. Apart from the standard modules, I'm using mod_fastcgi and mod_passenger (2.2.15). It works well, except that from time to time, about once every two weeks, Apache refuses to serve requests (even

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 10:50, bob.anstrut...@sqa.org.uk wrote: Hi, I wonder if it might be a memory leak problem you are seeing, monitor your resources, to check if this is the case. Hello, I don't think that the problem comes from a memory leak, Apache processes takes ~15M and /usr/bin/top says:

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 15:11, Igor Galić wrote: - Julien Cigarjci...@ulb.ac.be wrote: Hello, I'm running Apache 2.2.16 with the worker MPM on a FreeBSD 8.1 (amd64) machine. Apart from the standard modules, I'm using mod_fastcgi and mod_passenger (2.2.15). It works well, except that from time to

Re: [us...@httpd] connection is resetting

2010-11-25 Thread Julien Cigar
On 11/25/2010 15:38, Igor Galić wrote: The problem is that I've never 200 clients at the same time ... :) That is the problem as you perceive it. You might reconsider this opinion of yours by refreshing your viewpoint with mod_status no, I'm really 100% sure that I've never more than

[us...@httpd] switching from mod_fastcgi to mod_fcgid

2010-10-07 Thread Julien Cigar
Hello, I would like to switch from mod_fastcgi to mod_fcgid. In my current configuration I have something like: -%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%- jci...@bebif cgi-bin % pwd /usr/local/www/apache22/cgi-bin jci...@bebif cgi-bin % cat tapir-php-wrapper.fcgi #!/bin/sh

Re: [us...@httpd] switching from mod_fastcgi to mod_fcgid

2010-10-07 Thread Julien Cigar
On 10/07/2010 13:34, Jeff Trawick wrote: On Thu, Oct 7, 2010 at 6:42 AM, Julien Cigarjci...@ulb.ac.be wrote: Hello, I would like to switch from mod_fastcgi to mod_fcgid. In my current configuration I have something like: -%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%- jci...@bebif

Re: [us...@httpd] FastCgiExternalServer, PHP

2010-07-06 Thread Julien Cigar
On 07/06/2010 08:28, Richard Hector wrote: Hi all, I'm getting really confused - the docs on FastCGI seem a little skimpy, and other resources are how various people may have made it work, and I haven't managed to get a configuration that works yet. My objective is to run a particular PHP site

Re: [us...@httpd] Apache Rewrite and JkMount

2010-04-26 Thread Julien Cigar
Philip Hunt (Straker Software) wrote: Hi, Hello, I have the following Rewrite config, to pass requests through Apache to Tomcat using AJP: RewriteEngine on RewriteRule ^/abc - [L,PT] RewriteRule (.*) /abc$1 [L,PT] JkMount /abc/* node1 just curious, why not using mod_proxy_ajp ? This

[us...@httpd] RedirectMatch and ProxyPass

2010-04-22 Thread Julien Cigar
Hello, I have the following virtual host configuration : =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= VirtualHost *:80 ServerName www.foo.be ServerAlias www.fooa.be www.foob.be www.foobar.be DocumentRoot /usr/local/www/apache22/www/www.foo.be/amnesia/public