php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25010 php4.3.3rc4-dev built on 3:30gmt not running php files at all
Submitted: 2003-08-10 23:38 UTC Modified: 2003-08-11 00:29 UTC
From: mjsabby at yahoo dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4CVS-2003-08-10 (stable) OS: RHL 9
Private report: No CVE-ID: None
 [2003-08-10 23:38 UTC] mjsabby at yahoo dot com
Description:
------------
hello,

Apache 2.0.47, php.ini being parsed, since it loads on and php is exposed so I get Apache/2.0.47 (Unix) PHP/4.3.3RC4-dev

But no files are being parsed despite being configured to handle .php or .html or any extension for that matter, using .htaccess also not working.

seemingly the last build was working, but this isn't.

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr --enable-track-vars --with-config-file-path=/etc --with-gd --with-zlib-dir=/usr --with-jpeg-dir=/usr --with-freetype-dir=/usr/local --with-xpm-dir --with-png-dir=/usr/local --enable-gd-native-ttf --enable-exif


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-10 23:44 UTC] iliaa@php.net
What do you mean by "not being parsed" does apache print the source code of the script or do you get a blank screen, or possibly something else?
Did you check your Apache error log for any error messages?
 [2003-08-10 23:53 UTC] mjsabby at yahoo dot com
well yes apache just dumps the source. and as i mentioned that PHP is compiled and running fine in the sense, i know that because it's showing itself when apache returns it's signature.

And my AddType's are there in the configuration file.
 [2003-08-10 23:58 UTC] mjsabby at yahoo dot com
forgot to mention, no there are no errors, HTTP 200 OK
 [2003-08-11 00:00 UTC] sniper@php.net
Just compiled the latest CVS checkout of PHP 4 branch and it works just fine with Apache 2.0.47. Your configuration is broken.

 [2003-08-11 00:12 UTC] mjsabby at yahoo dot com
ahhh yes, short tags off, sorry!
 [2003-08-11 00:21 UTC] sniper@php.net
*SIGH!*

 [2003-08-11 00:29 UTC] mjsabby at yahoo dot com
hehe! I get all excited when I find a bug ... I came close, but not good enough! one of these days maybe, once i learn how to use cvs!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 05:01:31 2024 UTC