Re: [users@httpd] apache mod_proxy_balancer is not redirecting user request evenly to bakcend tomcat servers.

2013-02-13 Thread Giles Coochey
On 12/02/2013 07:06, Amol Puglia wrote: Hello Giles, You mean we should disable stickyness option to distribute load evenly on all tomcats. Is there any other way to distribute load evenly on the servers without disabling stickyness option in apache configuration? Stickyness is, in genera

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Ben Johnson
On 2/12/2013 3:19 PM, Riccardo Cohen wrote: > Hi Ben > I tried without the dot : RewriteRule ^en/(.*) index.php/en/$1 but it > gave also an error 404. It would be helpful to know what, exactly, appears in Apache's access log (and/or error log, if you can manage to find that, too) in each of thes

[users@httpd] Re: Graceful Restart fails because of SSL Keys with Passphrase?

2013-02-13 Thread Andrew Schulman
> I've seen people recommending removing the passphrase or using > SSLPassPhraseDialog. > But I'd prefer to use pass-phrases and graceful restart if possible. Understand that if you keep passphrases on your keys, and you get Apache to restart without prompting you for them, then what you've done

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Riccardo Cohen
Hi Ben I tried without the dot : RewriteRule ^en/(.*) index.php/en/$1 but it gave also an error 404. It would be helpful to know what, exactly, appears in Apache's access log (and/or error log, if you can manage to find that, too) in each of these test cases. I've asked for the apache error

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Ben Johnson
On 2/13/2013 4:14 PM, Riccardo Cohen wrote: > Hi Ben > >>> I tried without the dot : RewriteRule ^en/(.*) index.php/en/$1 but it >>> gave also an error 404. >> >> It would be helpful to know what, exactly, appears in Apache's access >> log (and/or error log, if you can manage to find that, too)

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-13 Thread Benoit GEORGELIN (web4all)
Hi guys, here is the content of perspectives-musicales.org's wrapper: #!/bin/sh # Wrapper PHP w4a PHPRC="/opt/datas_prod/http1/confs/phpini/perspectives-musicales.org.ini" PHP_FCGI_MAX_REQUESTS=8000 export PHPRC export PHP_FCGI_MAX_REQUESTS exec /opt/w4abin/php/5.2/bin/php-cgi # Généré

[users@httpd] SSL access without the certificates?

2013-02-13 Thread Felix Rubio Dalmau
Hi all, I have set up an apache server to be used privately by my family, and I have secured it by using SSL certificates (high grade ciphers, the client certificate is required), mod-evasive is enabled, etc. The question is: with this setup, how is possible that I get this entries in