Re: FreeRadius Dialupadmin page not loading

2006-09-13 Thread Ali Jawad
You clearly have not configured apache to work with php4,even if you click open instead of save it will open the file an editor. You have to do that first before you can use php on apache. search for something like php3 or php4 in the config file of apache and uncomment it. You also have to

RE: FreeRadius Dialupadmin page not loading

2006-09-13 Thread Nico Gazzano
: Wednesday, September 13, 2006 1:30 PM To: FreeRadius users mailing list Subject: Re: FreeRadius Dialupadmin page not loading You clearly have not configured apache to work with php4,even if you click open instead of save it will open the file an editor. You have to do that first before you can

Re: FreeRadius Dialupadmin page not loading

2006-09-13 Thread A . L . M . Buxey
Hi, I'm using Ubuntu with apache2. apt-get install libapache2-mod-php4 should do most of the leg work for you. you may need to edit the apache2 files (/etc/apache2/* to make sure that .php3 has a handler set. by default it'll be happy with .php4 alan - List info/subscribe/unsubscribe? See

RE: FreeRadius Dialupadmin page not loading

2006-09-13 Thread Nico Gazzano
, September 13, 2006 2:32 PM To: FreeRadius users mailing list Subject: Re: FreeRadius Dialupadmin page not loading Hi, I'm using Ubuntu with apache2. apt-get install libapache2-mod-php4 should do most of the leg work for you. you may need to edit the apache2 files (/etc/apache2/* to make sure

Re: FreeRadius Dialupadmin page not loading

2006-09-13 Thread A . L . M . Buxey
Hi, apt-get install libapache2-mod-php4 should do most of the leg work for you. I tried this you may need to edit the apache2 files (/etc/apache2/*) to make sure that .php3 has a handler set. Not sure what you mean, I've looked in my httpd.conf and apache2.conf and I see nothing