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.
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> LOG_DIR} /site.error. log LOG_DIR} /site.log combined
ServerName site
ServerAdmin mail
DocumentRoot "/var/www/site/"
LogLevel warn
ErrorLog ${APACHE_
CustomLog ${APACHE_
ProxyTimeout 600
<Directory "/var/www/site/">
Options -Indexes
Require all granted
AllowOverride All
</Directory>
<LocationMatch "^/(.*\ .php(/. *)?)$"> 127.0.0. 1:9091/ var/www/ site//$ 1
ProxyPass fcgi://
</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.