Sorry, didn't see your reply until now...
the directory section can go either in your main apache config file (in my
case, /etc/httpd/conf/httpd.conf ) OR in a separate file in the conf.d
directory. In my case, I have a python.conf file in /etc/httpd/conf.d/ that
contains the following:
LoadM
Thanks Jay
On 10/18/05, Jay Loden <[EMAIL PROTECTED]> wrote:
> You need an Apache config section to tell it what to use mod_python on and
> how. For example, in httpd.conf or a separate file in your conf.d directory
i guess the can be added only in one of the conf file.
Which one should i add in
You need an Apache config section to tell it what to use mod_python on and
how. For example, in httpd.conf or a separate file in your conf.d directory
for apache:
AddHandler mod_python .py
PythonHandler test
PythonDebug On
tells Apache to use mod_python on all .py f
Hi!...
i am new to Python and i want to develop a website with forms; data submitted through forms will be stored in PostgreSQL.
I am working on derivantĀ of FC3, OpenLX.
I have Apache 2.0.54 version installed, which is pre-configured with mod_python.
how do i load and view my .py/.html web page (f