__Jason
On Jan 13, 2004, at 2:40 PM, [EMAIL PROTECTED] wrote:
do you have the AddModule and LoadModule lines in httpd.conf? seems like
the AddType is there.
Jeff
Jason Tucker
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
e.com> cc:
Subject: [PHP-INSTALL] Won't parse - running out of ideas...
01/13/2004 01:41
PM
Greetings all - I've been running php with zeus for quite a while now with no problems. Yesterday, I tried getting it up and running with an internal apache box that have, and I'm not having any luck at all.
The compile and install seemed to go smoothly, but apache just doesn't seem to want to parse php files.
Here is an example cli transaction that shows my problem. As you can see, in stead of processing the php, it simply spits it out. In a browser, it prompts me to save the file:
----Begin example---
$ telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /test.php HTTP/1.0 Host: localhost
HTTP/1.1 200 OK Date: Tue, 13 Jan 2004 18:28:58 GMT Server: Apache/1.3.27 Ben-SSL/1.48 (Unix) PHP/4.3.4 mod_perl/1.28 Last-Modified: Mon, 12 Jan 2004 21:18:40 GMT ETag: "30948-14-40030f30" Accept-Ranges: bytes Content-Length: 20 Connection: close Content-Type: application/x-httpd-php
<?php phpinfo(); ?> Connection closed by foreign host.
---End example---
Any advice would be appreciated.
TIA,
__Jason