On Thu, Jul 24, 2003 at 12:14:57AM -0700, Alex Chen wrote:
> This question is not directly related to RADIUS, but
> a utility 'dialup_admin' that ships with FreeRadius.
> 
> I tried to use dialup_admin in Linux, but the browser (Microsoft IE)
> did not show the page correctly.

Huh? IE for linux?

> I copied the dialup_admin directory to /var/www/html/dialup_admin
> Which I type the following URL in the browser, I got an dialup_admin
> image on the right and some text bearing <?php .... on the left.
> 
> According to the FAQ in dialup_admin, the php needs to be configured to
> handle files with php3 suffix.  I have changed the
> <Files> directive in /etc/httpd/conf.d/php.conf to
> 
> from
> <Files *.php>
> to
> <Files ~ "*\.php3?$">

> and restarted the httpd daemon. It still did not work.

does it work with mozilla, lynx, etc? if yes: it's an IE bug. If no:
you need to configure your apache to handle .php3 files.

The correct way (using php4) is:
AddType application/x-httpd-php .php3

The Files section probably only sets some mod_php params. Like this:
    <Files *.php3>  
        LimitRequestBody 524288
        RequestHeader unset If-Modified-Since
    </Files>

Regards,
  Oliver.


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

Reply via email to