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
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
> 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
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
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)
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é
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