how to send a form html by email ?

Gerard Breiner gerard.breiner at ias.u-psud.fr
Wed Mar 19 06:13:28 EST 2003


Hello,
I wonder where is a \ in my http.conf
here my context python in httpd.conf

Alias /python "c:/Program Files/Apache Group/Apache/htdocs/python"
     <Directory "c:/Program Files/Apache Group/Apache/htdocs/python">
  AddHandler python-program .py
  PythonHandler envoimail
  PythonDebug on
     </Directory>
Best regards
Gerard

>         Same problem -- you have mixed dividers... Most of the apache
module
> seems to be using "/" for directories, and then you tacked on
> "\tmail.py" -- which is a tab followed by "mail.py"
>
>
>         Go through ALL of your setup and scripts, and change any \
involving a
> file name/directory into a /
>
> --
>  > ============================================================== <
>  >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
>  >      wulfraed at dm.net     |       Bestiaria Support Staff       <
>  > ============================================================== <
>  >        Bestiaria Home Page: http://www.beastie.dm.net/         <
>  >            Home Page: http://www.dm.net/~wulfraed/             <
>







More information about the Python-list mailing list