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
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.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC