|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-04-25 03:15 UTC] hofmann at isl dot org
Apache 2.0.35 and PHP 4.2.0 work perfectly with each other here, I configured Apache as follows (important points): LoadModule php4_module modules/libphp4.so DirectoryIndex index.php index.shtml index.html index.html.var AddOutputFilter PHP;INCLUDES .php The problem now is when I call http://www.isl.org:4080/library/index.php the output is a correct HTML page as it should! But when I try http://www.isl.org:4080/library/ I will only receive incoplete HTML code displayed as ASCII in the browser!!! I am not sure if this is a PHP experimental problem or an Apache 2.0 problem. Please verify! Kai Hofmann PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 03:00:01 2025 UTC |
This bug has been fixed in CVS. This is probably related to subrequest and internal redirect filter-chaining problems in 2.0.35. Please try it again when 2.0.36 comes out (it's in the final preparation stages right now). Thanks!