php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61986 PHP-FPM + PHP-APC fails on login at apc.php
Submitted: 2012-05-09 19:54 UTC Modified: 2012-05-15 15:45 UTC
From: svecpetr at svecpetr dot com Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.3.13 OS: Ubuntu
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
9 - 8 = ?
Subscribe to this entry?

 
 [2012-05-09 19:54 UTC] svecpetr at svecpetr dot com
Description:
------------
I have installed Apache2 + PHP + FPM

and I can't login to apc.php because FPM didn't store Realm User and Password

Firefox ask me for username and password, but apc.php has undefiend

			$_SERVER['PHP_AUTH_USER'] 
			$_SERVER['PHP_AUTH_PW']



Expected result:
----------------
could any one reprogram it for login via HTML ?

Actual result:
--------------
impossible to login with PHP-FPM

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-15 15:45 UTC] svecpetr at svecpetr dot com
-Status: Open +Status: Closed
 [2012-05-15 15:45 UTC] svecpetr at svecpetr dot com
is possible to execute with parameter

	FastCgiExternalServer /var/www/.../php5.external -socket /var/run/php5-fpm.sock -pass-header Authorization
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 00:01:31 2024 UTC