php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #668 apache compiled _with_ phpfi -> /server-status does not work
Submitted: 1998-08-19 07:51 UTC Modified: 1998-09-12 15:58 UTC
From: spalme at imn dot htwk-leipzig dot de Assigned:
Status: Closed Package: Other
PHP Version: 3.0.3 OS: suse linux 5.1, kernel 2.0.35
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: spalme at imn dot htwk-leipzig dot de
New email:
PHP Version: OS:

 

 [1998-08-19 07:51 UTC] spalme at imn dot htwk-leipzig dot de
i have compiled apache 1.3.1 with php/fi
as module (with ./configure --activate-module
src/modules/php3/libphp3.a).

when i want to call http://localhost/server-status
i get a "forbidden to access /server-status"
error message. when i compile apache without
phpfi, but with the same other configuration
options, /server-status works (it is well configured
in httpd.conf and access.conf).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-12 15:58 UTC] rasmus
You need to add --enable-module=status or something along those lines.  This has nothing to do with PHP.  PHP works fine with both mod_status and mod_info.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 12:01:28 2025 UTC