freeradius web administration

Arran Cudbard-Bell A.Cudbard-Bell at sussex.ac.uk
Thu Mar 27 18:37:46 CET 2008


parfait kouassi nda wrote:
>
>
>     From: ndaparfait at hotmail.com
>     To: freeradius-users at lists.freeradius.org
>     Subject: RE: freeradius web administration
>     Date: Tue, 25 Mar 2008 09:11:00 +0000
>
>     Hi,
>
>     I've follow the instruction on the link to configure dialup admin.
>     i've a problem with the php3 scripts. when i test the
>     configuration in localhost the home page appears and on the right
>     top of the screen the scripts .php3 source code which appears.
>     apache can't execute these scripts
>
>     <?php
>         $auth_user=$HTTP_SERVE_VARS["PHP_AUTH_USER"];
>          if($auth_user)[
>                 if(is_file("../html/buttons/$auth_user/buttons.html.php3))
>                   include("../html/buttons/$auth_user/buttons.html.php3");
>                 else (
>                              if
>     (is_file("../html/buttons/defaults/buttons.html.php3"))
>                                 
>     include("../html/buttons/default/buttons.html.php3");
>                            )
>                                ]
>     else (
>                if(is_file("../html/buttons/default/buttons.html.php3"))
>                         
>     include("../html/buttons/default/buttons.html.php3");
>     ]
>     ?>
>
>     i'm using  redhat 9 with php 4.
>     please can you help me to find solutions.
>

<Directory "/usr/local/httpd/htdocs">
    #
    # Enable PHP
    #
    AddType application/x-httpd-php .php .php3
    AddType application/x-httpd-php-source .phps
</Directory>

*sigh*
>
>
>     > To: freeradius-users at lists.freeradius.org
>     > Subject: RE: freeradius web administration
>     > Date: Fri, 7 Mar 2008 11:53:24 +0100
>     > From: tnt at kalik.net
>     >
>     > http://wiki.freeradius.org/Dialup_admin
>     >
>     > Ivan Kalik
>     > Kalik Informatika ISP
>     >
>     >
>     > Dana 7/3/2008, "parfait kouassi nda" <ndaparfait at hotmail.com> piše:
>     >
>     > >
>     > >
>     > >I'm using my freeradius server like proxy, and i want to
>     administrate it in web mode page with dialupadmin. what is the
>     files that i must configure?
>     > >
>     > >
>     > >
>     > >_________________________________________________________________
>     > >Découvrez Windows Live Spaces et créez votre site Web perso en
>     quelques clics !
>     > >http://spaces.live.com/signup.aspx
>     > >
>     >
>     > -
>     > List info/subscribe/unsubscribe? See
>     http://www.freeradius.org/list/users.html
>
>     Appelez vos amis de PC à PC -- C'EST GRATUIT Téléchargez
>     Messenger, c'est gratuit ! <http://get.live.com/messenger/overview> 
>
>
> Téléchargez le nouveau Windows Live Messenger ! Téléchargez Messenger, 
> c'est gratuit ! <http://get.live.com/messenger/overview>
> ------------------------------------------------------------------------
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html




More information about the Freeradius-Users mailing list