RE: Dialup Admin, problems with apache (httpd) and php

2004-05-14 Thread Anson Rinesmith
You probably need to add the extentions .html .htm to your configuration so that apache knows to try and process those as PHP. -Original Message- From: [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] On Behalf Of Evan Stenmark Sent: Friday, May 14, 2004 1:47 PM To: [EMAIL

Re: Dialup Admin, problems with apache (httpd) and php

2004-05-14 Thread Robert Haskins
I had the same problem. Its really a PHP/apache config error. I had to add a line like this in my httpd.conf to get dialupadmin to work: AddType application/x-httpd-php .php3 Good luck! Evan Stenmark wrote: Apache (httpd) is not working with php it seems in the httpd.conf I made the

Re: Dialup Admin, problems with apache (httpd) and php

2004-05-14 Thread Evan Stenmark
Well, I have actually tried these last couple of suggestions that came in and it was still not working. So just for fun, I decided to stop the server (httpd -kstop) and change the httpd.conf so that it would point to /var/www/html like it originally did. So I started the server again (httpd