From: [EMAIL PROTECTED] Operating system: FreeBSD 4.7 PHP version: 4CVS-2002-10-19 PHP Bug Type: Apache2 related Bug description: engine off not working
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. -- Edit bug report at http://bugs.php.net/?id=19996&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19996&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19996&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19996&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19996&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19996&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19996&r=support Expected behavior: http://bugs.php.net/fix.php?id=19996&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19996&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19996&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19996&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19996&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19996&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19996&r=isapi
