Export to GitHub

mod-spdy - issue #47

spdy / php errors in some webapps


Posted on Jul 16, 2012 by Quick Elephant

Current beta x64

Apache 2.2.22 on Fedora 16

core_module (static) mpm_prefork_module (static) http_module (static) so_module (static) auth_basic_module (shared) auth_digest_module (shared) authn_file_module (shared) authn_alias_module (shared) authn_anon_module (shared) authn_dbm_module (shared) authn_default_module (shared) authz_host_module (shared) authz_user_module (shared) authz_owner_module (shared) authz_groupfile_module (shared) authz_dbm_module (shared) authz_default_module (shared) ldap_module (shared) authnz_ldap_module (shared) include_module (shared) log_config_module (shared) logio_module (shared) env_module (shared) ext_filter_module (shared) mime_magic_module (shared) expires_module (shared) deflate_module (shared) headers_module (shared) usertrack_module (shared) setenvif_module (shared) mime_module (shared) dav_module (shared) status_module (shared) autoindex_module (shared) info_module (shared) dav_fs_module (shared) vhost_alias_module (shared) negotiation_module (shared) dir_module (shared) actions_module (shared) speling_module (shared) userdir_module (shared) alias_module (shared) substitute_module (shared) rewrite_module (shared) proxy_module (shared) proxy_balancer_module (shared) proxy_ftp_module (shared) proxy_http_module (shared) proxy_ajp_module (shared) proxy_connect_module (shared) cache_module (shared) suexec_module (shared) disk_cache_module (shared) cgi_module (shared) version_module (shared) flvx_module (shared) dav_svn_module (shared) authz_svn_module (shared) fcgid_module (shared) ssl_module (shared) php5_module (shared) spdy_module (shared) wsgi_module (shared)

Current Google Chrome on Windows 7 (up2date) with nog additional flags

What steps will reproduce the problem? 1. Visit https://www.in-ventid.nl/test without spdy and everything works fine 2. Visit the exact same url with spdy and error messages start appearing in the error_log of Apache. 3. However this does not apply for support.in-ventid.nl which work the same with and without spdy

I'd expect everything to work the same with spdy as without as it is a transport layer and therefore should not cause any changes in the webapplication

The messages in het apache error_log are

[Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: A session had already been started - ignoring session_start() in /home/www/public_html/modules/get/logic.php on line 23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:63, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. __construct() /home/www/public_html/classes/fileManager.php:9, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. session_start() /home/www/public_html/bootstrap.php:23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: A session had already been started - ignoring session_start() in /home/www/public_html/bootstrap.php on line 23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. PDO->__construct() /home/www/public_html/modules/defaults.php:18, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. PDO->__construct() /home/www/public_html/modules/defaults.php:18, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. session_start() /home/www/public_html/bootstrap.php:23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: Constant MODULE already defined in /home/www/public_html/bootstrap.php on line 37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. PDO->__construct() /home/www/public_html/modules/defaults.php:18, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. PDO->__construct() /home/www/public_html/modules/defaults.php:18, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. define() /home/www/public_html/bootstrap.php:37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Fatal error: include(): Cannot redeclare class render in /home/www/public_html/modules/defaults.php on line 8, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. PDO->__construct() /home/www/public_html/modules/defaults.php:18, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. PDO->__construct() /home/www/public_html/modules/defaults.php:18, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: A session had already been started - ignoring session_start() in /home/www/public_html/bootstrap.php on line 23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. session_start() /home/www/public_html/bootstrap.php:23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: Constant MODULE already defined in /home/www/public_html/bootstrap.php on line 37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. define() /home/www/public_html/bootstrap.php:37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Fatal error: include(): Cannot redeclare class render in /home/www/public_html/modules/defaults.php on line 8, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: A session had already been started - ignoring session_start() in /home/www/public_html/bootstrap.php on line 23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:63, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. fileManager->get() /home/www/public_html/modules/get/logic.php:8, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. PDOStatement->execute() /home/www/public_html/classes/fileManager.php:63, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. PDOStatement->execute() /home/www/public_html/classes/fileManager.php:63, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: A session had already been started - ignoring session_start() in /home/www/public_html/bootstrap.php on line 23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. date_default_timezone_set() /home/www/public_html/bootstrap.php:25, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. date_default_timezone_set() /home/www/public_html/bootstrap.php:25, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. session_start() /home/www/public_html/bootstrap.php:23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: Constant MODULE already defined in /home/www/public_html/modules/constants.php on line 12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. date_default_timezone_set() /home/www/public_html/bootstrap.php:25, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 8. session_start() /home/www/public_html/bootstrap.php:23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: Constant MODULE already defined in /home/www/public_html/bootstrap.php on line 37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. date_default_timezone_set() /home/www/public_html/bootstrap.php:25, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. date_default_timezone_set() /home/www/public_html/bootstrap.php:25, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 7. define() /home/www/public_html/bootstrap.php:37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 8. define() /home/www/public_html/bootstrap.php:37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Fatal error: include(): Cannot redeclare class render in /home/www/public_html/modules/defaults.php on line 8, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. date_default_timezone_set() /home/www/public_html/bootstrap.php:25, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. date_default_timezone_set() /home/www/public_html/bootstrap.php:25, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 7. define() /home/www/public_html/bootstrap.php:37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 8. {main}() /home/www/public_html/modules/defaults.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: A session had already been started - ignoring session_start() in /home/www/public_html/bootstrap.php on line 23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. session_start() /home/www/public_html/bootstrap.php:23, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Notice: Constant MODULE already defined in /home/www/public_html/bootstrap.php on line 37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. define() /home/www/public_html/bootstrap.php:37, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Fatal error: include(): Cannot redeclare class render in /home/www/public_html/modules/defaults.php on line 8, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP Stack trace:, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 1. {main}() /home/www/public_html/bootstrap.php:0, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 2. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 3. include() /home/www/public_html/modules/defaults.php:11, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 4. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 5. gethostbyname() /home/www/public_html/modules/constants.php:12, referer: https://www.in-ventid.nl/test [Mon Jul 16 15:42:45 2012] [error] [client 84.30.144.231] PHP 6. include() /home/www/public_html/bootstrap.php:46, referer: https://www.in-ventid.nl/test

Mod_spdy is now disabled, as it also causes segfaults in the main apache configuration: .... 7fcd76422000-7fcd76423000 r--p 00001000 fc:01 145439 /usr/lib64/httpd/modules/mod_dir.so 7fcd76423000-7fcd76424000 rw-p 00002000 fc:01 145439 /usr/lib64/httpd/modules/mod_dir.so 7fcd76424000-7fcd7642b000 r-xp 00000000 fc:01 145591 /usr/lib64/ht[Mon Jul 16 15:42:46 2012] [notice] child pid 29314 exit signal Segmentation fault (11) [Mon Jul 16 15:42:46 2012] [notice] child pid 29319 exit signal Segmentation fault (11) [Mon Jul 16 15:42:46 2012] [notice] child pid 29320 exit signal Segmentation fault (11) [Mon Jul 16 15:42:46 2012] [notice] child pid 29325 exit signal Segmentation fault (11) [Mon Jul 16 15:42:46 2012] [notice] child pid 29360 exit signal Segmentation fault (11) [Mon Jul 16 15:42:46 2012] [notice] child pid 29363 exit signal Segmentation fault (11)

Comment #1

Posted on Jul 16, 2012 by Quick Elephant

Hang on, this might have to do something woth thread safety of some PHP randomness

Comment #2

Posted on Jul 31, 2012 by Massive Bear

See the docs at https://developers.google.com/speed/spdy/mod_spdy/php for how to set up PHP to avoid thread-safety issues.

Comment #3

Posted on Dec 13, 2012 by Massive Bear

I'm going to close this bug for now, but please reopen if you continue to have problems after adjusting your PHP setup.

Status: WontFix

Labels:
Type-Defect Priority-Medium