DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26706>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26706

Disable php enginer in some directory may leak php code in other directoy(this 
directrory enable php enginer)

           Summary: Disable php enginer in some directory may leak php code
                    in other directoy(this directrory enable php enginer)
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: Other
         Component: mod_dir
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I install php-4.3.4 with apache 2.4.8,and compile php as a apache model.
And I want to create a download soft server,
then I disable php enginer in the download soft direcroty
In my httpd.conf file I use: 

<Directory /home/ftp/download>
Allow from all
Options Indexes
#disable the php enginer
php_admin_value engine 0 
</Directory>

I restart the httpd server .
Then I found in some time ,The other directory(enable the php enginer) can't 
parse the php code. and the server send the source code to me.
But it is not every time happen.
when I refresh 4-5 times may happen once.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to