Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4? From: russell <email protected>
Date: 09/25/98

  Thanks for the quick reply. Two clarifications:

  If I compile Apache 1.3.2 with PHP 3.0.3, the problem does not happen
with exactly the same config file (IE: I have both HTTPD's compiled and
just do a 'make install' on each to test the behaviour of both).

  I actually tried turning FancyIndexing (Defaulted to 'on' in the default
config file) to off.

>From the default files with Apache 1.3.2:

srm.conf:
  Added longer DirectoryIndex to include some PHP possibilities
  Uncommented some AddType entries relating to PHP.

access.conf: No change

httpd.conf: Added in virtual servers such as:

NameVirtualHost 209.195.75.66:80
# The first one found will be the default when no Host: given.
<VirtualHost 209.195.75.66:80 _default_:80>
ErrorDocument 404 /index.phtml
DocumentRoot /home/www/share/apache/htdocs.default
ServerAdmin webmaster <email protected>
ServerName "Default Server for php.flora.org"
ErrorLog /home/www/var/apache/log/error_log.default
TransferLog /home/www/var/apache/log/access_log.default
<Directory /home/www/share/apache/htdocs.default>
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
</Directory>
</VirtualHost>

  If nobody else is able to duplicate the problem, I'll try compiling
fresh from the source into different directories and see if I get the same
problem right away. I had made an 'assume' that it would be easy to
duplicate.

On Thu, 24 Sep 1998, Rasmus Lerdorf wrote:

> > If you are not able to reproduce this easily, please let me know and I will try to do more debugging here.
>
> I am unable to reproduce this here on my Apache-1.3.2/PHP 3.0.4 server.
> My 404 errors come up fine. Do you have any special Apache configuration
> things going on? Like perhaps a fancy ErrorDocument script or something?
>
> -Rasmus

---
 Russell McOrmond, Internet Consultant: <http://www.flora.org/russell/work/>
 Personal Mail folders lost in Hard disk crash - If there is an
 outstanding item for me that should be on my TODO list, please resend.

-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>