problem with mysql install
Loptr Chaote
loptr.chaote at gmail.com
Tue Nov 9 02:58:57 UTC 2004
On Sun, 7 Nov 2004 03:37:15 +0000, Ben Edwards <funkytwig at gmail.com> wrote:
> I have installed the following packages: apache2, libapache2-mod-php4,
> mysql-server
>
> I have uncommented "AddType application/x-httpd-php .php
> " in apache2.conf
>
Are you sure you restarted the httpd after installing libapache2-mod-php4?
sudo apachectl graceful
..should do the trick.
To verify, type the following:
telnet localhost 80
HEAD / HTTP/1.0[enter]
[enter]
And look at the "Server:" line, it shoudl look something like:
Server: Apache/1.3.31 (Debian GNU/Linux) PHP/4.3.9-0
-L.C
More information about the ubuntu-users
mailing list