Date: 09/27/98
- Next message: Bug Database: "[PHP-DEV] Bug #779 Updated: Compile failure (PHP+Oracle 8.0.5)"
- Previous message: Bug Database: "[PHP-DEV] Bug #793 Updated: Not nessessary -lpthread leads to misbehaving of Apache"
- In reply to: Jim Jagielski: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Next in thread: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Reply: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 25 Sep 1998, Jim Jagielski wrote:
> There was a bug in Apache 1.3.2 that non-existant config-files, such as
> .htaccess, were being returned as FORBIDDEN instead of non-existant.
> This has been fixed in 1.3.3-dev and the following patch is what's
> included.
Thanks for the work so far to help track this down. This was a good
place to head, but it wasn't quite the problem.
Further clarification:
Apache Version | PHP Version | 404 vs 403 |
1.3.1 3.0.3 404
1.3.2 3.0.3 404
1.3.1 3.0.4 403
1.3.2 3.0.4 403
1.3.2/with patch 3.0.4 403
I'm not sure how a recent bug introduced into Apache would be the
problem as it would then have been noticed in the 1.3.1 version. I have
compiled 1.3.2 with the patch against 3.0.4 and installed into the /tmp
directory. A request to http://localhost:8080/ gives me the familiar 'It
works' while http://localhost:8080/f gives me the:
"Forbidden
access to /f failed
Apache/1.3.2 Server at fox.flora.ottawa.on.ca Port 8080
"
My next step will be to disable IMAP and MySQL support in my PHP compile
and see if there is anything in the inclusion of those functions that
might be causing this problem. Does anyone have a similar system to mine
(Linux 2.0.35/libc5. Essentially a Slackware 3.5 with an updated kernel)
that could try just compiling, make install into some temp directory, and
see what happens on port 8080 on localhost?
Here is the PHP configure:
./configure --with-mysql --with-imap \
--with-apache=../apache_1.3.2 \
--enable-track-vars
And here is the Apache config:
./configure \
"--prefix=/tmp/apache" \
"--activate-module=src/modules/php3/libphp3.a"
And some other 'possibly' relevant stuff:
> gcc -v
Reading specs from
/usr/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.90.29/specs
gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)
> /sbin/ldconfig -v | grep libc.so
libc.so.5 => libc.so.5.4.44
libc.so.4 => libc.so.4.7.6
> uname -a
Linux fox 2.0.35 #33 Mon Sep 21 09:14:42 EDT 1998 i586 unknown
--- 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>
- Next message: Bug Database: "[PHP-DEV] Bug #779 Updated: Compile failure (PHP+Oracle 8.0.5)"
- Previous message: Bug Database: "[PHP-DEV] Bug #793 Updated: Not nessessary -lpthread leads to misbehaving of Apache"
- In reply to: Jim Jagielski: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Next in thread: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Reply: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

