LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Embeding mod_python.publisher & mod_python.psp at the same time (https://www.linuxquestions.org/questions/programming-9/embeding-mod_python-publisher-and-mod_python-psp-at-the-same-time-727775/)

adilturbo 05-22-2009 06:50 AM

Embeding mod_python.publisher & mod_python.psp at the same time
 
Hi,

I want to embed both mod_python.publisher & mod_python.psp handlers with apache but it does not work, is there a way to to that?.

here is instruction that i wrote into my httpd.conf file:

Quote:

DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs/python"
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On


DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs/python"
AddHandler mod_python .psp
PythonHandler mod_python.psp
PythonDebug On
I can embed only one (publisher or psp handler) with apache.

regards


All times are GMT -5. The time now is 03:13 PM.