I recently completed a full install of slackware 9.1 and am trying to get my web services working correctly. I edited the httpd.conf file and at the end of the file uncommented the following lines:
Include /etc/apache/mod_php.conf
and
Include /etc/apache/mod_ssl.conf
Ok, good. But when I startup apache I get the following warnings:
[Thu Jan 22 23:01:58 2004] [warn] module mod_php4.c is already added, skipping
[Thu Jan 22 23:01:58 2004] [warn] module mod_ssl.c is already added, skipping[Thu Jan 22 23:01:58 2004] [warn] module mod_php4.c is already added, skipping
[Thu Jan 22 23:01:58 2004] [warn] module mod_ssl.c is already added, skipping
Apache server works ok but no PHP or ssl
Anyone know what I'm missing / how I fix this?
Greg