Date: Sat, 19 Jan 2002 13:06:34 +0700 From: budsz <budsan02@bdg.centrin.net.id> To: freebsd-questions <freebsd-questions@FreeBSD.ORG> Cc: focus-linux <focus-linux@securityfocus.com> Subject: Apache error! Message-ID: <20020119060633.GC5366@bdg.centrin.net.id>
index | next in thread | raw e-mail
Hi,
I've trouble after install apache+php+mysql+mod_ssl_openssl, during instalation
everything OK, and I was add in httpd.conf something like that:
---cut
LoadModule php4_module /libexec/libphp4.so
AddModule mod_php4.c
User www
Group www
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</Ifmodule>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
---cut
I try to restart apache, and i tested with script ("<?php phpinfo() ?>") in
htdoc directory, I got some error like this:
---cut Error!!
# lynx http://localhost/a.php
1less4'/tmp//j7y75r/L5298-5810TMP.html'response.23;5H/1.1a200aOK0;10m37m40mKp
K25;1HK<?0m0;10m39;49m
phpinfo()
?>
K5;1HK7m/tmp//j7y75r/L5298-5810TMP.html (END) 27m25;1HK1;25r4l0;10m37m40m1;25rHJ25;1H0;10m39;49m
Looking up localhost
Making HTTP connection to localhost
Sending HTTP request.
HTTP request sent; waiting for response.
HTTP/1.1 200 OK
Data transfer complete
less '/tmp//j7y75r/L5298-5810TMP.html'
lynx: Start file could not be found or is not text/html or text/plain
Exiting...
---cut Error!!
How about this, any suggestion for this?
TIA
--
budsz
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020119060633.GC5366>
