Evan,
Do you have Apache setup to recognize php files and process them through the php
engine????
A quick way to test it is to place a file in the apache htdocs directory call
something like "testphp.php" with
the content:
<? php
phpinfo();
?>
You call that script by:
http://<your web server URL or IP address here>/testphp.php
If you have Apache configured properly you should get a browser screen with the php
information in it.
If not read the INSTALL file in the php installation directory to make sure you have
configured it and apache
to work together....
Gary N. McKinney
Network Administrator
Computer Services Dept.
Brevard County Library System
---------- Original Message ----------------------------------
From: "Anson Rinesmith" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Fri, 14 May 2004 12:49:30 -0500
>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 PROTECTED]
>> Subject: Dialup Admin, problems with apache (httpd) and php
>>
>> Apache (httpd) is not working with php it seems
>> in the httpd.conf I made the DirectoryRoot /usr/local/dialupadmin/htdocs
>> I start the server then access the page and on the right frame, there is
>> "Dialup Admin"
>> In the left frame, there is only php code <?php ... ?>
>> Obviously apache is not set up to work with php right now
>> I am running Redhat 9 and from rpmquery there is
>> httpd-2.0.40-21
>> php-4.2.2-17
>>
>> I have looked through many of the posts on the archive and can't find any
>> solutions that are working with my problem
>>
>> I suppose my main question is, how do I get apache working with php to
>> disply dialup admin correctly? Or what is something common that I am
>> missing?
>> I will provide you with more information if you need it
>>
>> Thanks,
>> Evan Stenmark
>>
>> -
>> List info/subscribe/unsubscribe? See
>> http://www.freeradius.org/list/users.html
>
>
>-
>List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>---
>[This E-mail scanned for viruses by Declude Ant-Virus Scanner]
>
>
________________________________________________________________
Sent via the KillerWebMail system at mail.brev.org
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html