[mod_python] just a curious question.....

Ronald Mangaliag rmangaliag at mbox.slu.edu.ph
Wed Nov 14 15:17:02 EST 2001


i changed my scriptalias section to something like this...

    ScriptAlias /cgi-bin/ "C:/apache/Apache/cgi-bin/"

    <Directory "C:/apache/Apache/cgi-bin">
        AddHandler python-program .py
        PythonHandler mptest
        PythonAuthenHandler mptest
        PythonDebug on
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>

and placed the mptest.py inside cgi-bin folder... it (sort of) works fine...

is there something wrong with this?????


just curious... ;)

ali




   ------------------------------------------------
          E-mail service provided by SLUNET
   Saint Louis University ( http://www.slu.edu.ph ) 
   ------------------------------------------------



More information about the Mod_python mailing list