php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19996 engine off not working
Submitted: 2002-10-19 23:17 UTC Modified: 2002-10-22 07:20 UTC
From: matt at haught dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4CVS-2002-10-19 OS: FreeBSD 4.7
Private report: No CVE-ID: None
 [2002-10-19 23:17 UTC] matt at haught dot com
I am currently testing an apache-2.0.43 server along side apache 1.3.27 (using latest php cvs on both).  

I am using webdav and have a <Location /webdav> inside a VirtualHost. Inside the Location section I have php_admin_flag engine Off (also tried php_flag engine Off) to stop php from doing its thing.  This works on apache1 on the same machine but NOT on apache2 (same virtual host configs) where it seems to be ignored and the documents are parsed by php rather then just spit out as they are. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-22 07:20 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC