Greetings, I just did this same sort of thing to get Imp working on a potato box. The problem I found was that Apache didn't have the php module loaded. In your /etc/apache/httpd.conf you need a line similar to:
LoadModule php3_module /usr/lib/apache/1.3/libphp3.so But of course your mileage may vary. Brooks > -----Original Message----- > From: Jeff Self [mailto:[EMAIL PROTECTED] > Sent: Friday, June 09, 2000 11:05 AM > To: debian-user@lists.debian.org > Subject: Can't get php4 to work with Apache > > > I've got Apache 1.3.12 installed and working. Loaded the deb > package. I installed PHP4 using the deb package also. But when > I try to bring up a php page in my web browser, it gives me an > unknown file type message. But I have looked in the srm.conf > file and I have put 'AddType application/x-httpd-php .php .php3' > in there. What's the deal? I would like to be able to use the > debs for convenience, but I'll go back to source if I have to. I > have looked at php.ini and compared it to one on another server > running Red Hat. Everything looks right. I have restarted > apache but no good. > > I installed the following debs: > > apache 1.3.12-1 > apache-common 1.3.12-1 > php4 4.0rc1-2 > php4-mysql 4.0rc1-2 > php4-xml 4.0rc1-2 > > > -- > Unsubscribe? mail -s unsubscribe > [EMAIL PROTECTED] < /dev/null > >