[Bug 1509083] Re: Backport Apache fix "Honor ProxyTimeout" (54973)
Robin Kluth
1509083 at bugs.launchpad.net
Fri Jan 29 10:18:51 UTC 2016
Eh.. Did someone changed something?
I've tested a few tips to set the Timeout. Now it works as expected? In
the same way as it not worked earlier. Weird.
For the log:
php5-fpm 5.5.9+dfsg-1ubuntu4.1
apache2 2.4.7-1ubuntu4.9
And the config:
<VirtualHost 192.168.205.69:80>
ServerName site
ServerAdmin mail
DocumentRoot "/var/www/site/"
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/site.error.log
CustomLog ${APACHE_LOG_DIR}/site.log combined
ProxyTimeout 600
<Directory "/var/www/site/">
Options -Indexes
Require all granted
AllowOverride All
</Directory>
<LocationMatch "^/(.*\.php(/.*)?)$">
ProxyPass fcgi://127.0.0.1:9091/var/www/site//$1
</LocationMatch>
DirectoryIndex index.html index.php
</VirtualHost>
FPM got same timeout (max_execution_timeout).
This is working. Dont ask me why. I didnt found any changelog entry for
this.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1509083
Title:
Backport Apache fix "Honor ProxyTimeout" (54973)
To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1509083/+subscriptions
More information about the Ubuntu-server-bugs
mailing list