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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: svecpetr at svecpetr dot com
New email:
PHP Version: OS:

 

 [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: Fri Mar 29 14:01:28 2024 UTC