Not a problem, I had the same issue on a recent upgrade.

Juan Carlos Ocasio
CIO/Co-Founder
4UHost Inc.
303 Texas Ave. Suite 602&603
El Paso, Texas 79901
Phone: 915-838-1913
Fax: 915-838-1916


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex Chen
Sent: Friday, July 25, 2003 3:18 PM
To: [EMAIL PROTECTED]
Subject: RE: dialup_admin

Thanks for the info, Juan.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of 
> Juan Carlos
> Oacasio
> Sent: Friday, July 25, 2003 1:04 PM
> To: [EMAIL PROTECTED]
> Subject: RE: dialup_admin
> 
> 
> In Apache 2.x php configuration is now in /etc/httpd/conf.d/php.conf
> 
> This file should contain the following:
> 
> #
> # PHP is an HTML-embedded scripting language which attempts to make it
> # easy for developers to write dynamically generated webpages.
> #
> 
> LoadModule php4_module modules/libphp4.so
> 
> #
> # Cause the PHP interpreter handle files with a .php extension.
> #
> <Files *.php>
>     SetOutputFilter PHP
>     SetInputFilter PHP
>     LimitRequestBody 524288
> </Files>
> 
> #
> # Add index.php to the list of files that will be served as directory
> # indexes.
> #
> DirectoryIndex index.php
> 
> 
> And your /etc/httpd/conf/httpd.conf file should contain the following:
> #
> # Load config files from the config directory "/etc/httpd/conf.d".
> #
> Include conf.d/*.conf
> 
> 
> This way it includes the correct configurations.  As you can 
> see you now
> only use LoadModule.  By any chance, did you upgrade your box from a
> previous version?  If so, you will see in /etc/httpd/conf 
> that there is
> a new httpd.conf file which is the new Apache 2.x file, just move that
> guy over and add your specific configurations to make it work.
> 
> Hope this helps...
> 
> JC
> 
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to