Hi Sean.
I'm usiing Apache 2 on SuSE Linux 9.2 pro.
The config is split over many different files.
I include my own custom config file that has different
directory settings, such as:
<Directory /srv/www/htdocs/KAR/websites/test/PHP>
Options None
Order deny,allow
Deny from all
<Files *.php>
Order deny,allow
Deny from all
</Files>
</Directory>
But I can still access a php file called get_vars.php
in the forbidden directory that displays the content of the
$_SERVER array:
<?php
echo "<br />contents of \$_SERVER[] <br />";
while(list($key, $value) = each($_SERVER))
{
echo "$key => $value <br />";
}
?>
Keith
On Thu, 29 Dec 2005, Sean Davis wrote:
> To: [email protected]
> From: Sean Davis <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] Filename Access
>
> It would be helpful if you let us know some details of the
> config file that you are using for the directory of
> interest.
>
> Sean
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]