Sorry, I had to go to the remote place for a few days.
In RH 9, the configuration for loading module such as perl, python, php located at /etc/httpd/conf.d/*.conf. I think it is a little bit different with RH XX < RH 9, am I right ?? . The modules are located in /etc/httpd/modules/
The httpd loads these modules using
# Load config files from the config directory "/etc/httpd/conf.d"
Include /conf.d/*.conf
According to the manual I have read, we don't add
Code:
LoadModule python_module modules/mod_python.so
if we insert these line and we start the apache there will be a comment that python module has been loaded (I have tried it).
But, I still have problem how to tell mozilla to execute the python code.