RES: [mod_python] Nest step configuration PSP

Alejandro Michelin Salomon ( Adinet ) alejmsg at adinet.com.uy
Fri Apr 28 14:12:09 EDT 2006


Jorey:

I have this :
<Directory "D:/webroot">
          AddHandler mod_python .py
          PythonHandler mptest
          PythonDebug On
</Directory>

And i add this :

AddHandler mod_python .psp
PythonHandler mod_python.psp

Now i have this :

<Directory "D:/webroot">
          AddHandler mod_python .py
          PythonHandler mptest
          PythonDebug On
</Directory>

AddHandler mod_python .psp
PythonHandler mod_python.psp

Is wrong ?
I can have .py and .psp files configured a the same time ?

Alejandro



-->-----Mensagem original-----
-->De: Jorey Bump [mailto:list at joreybump.com] 
-->Enviada em: sexta-feira, 28 de abril de 2006 15:02
-->Para: Alejandro Michelin Salomon ( Adinet )
-->Cc: Mod_Python at Modpython. Org
-->Assunto: Re: [mod_python] Nest step configuration PSP
-->
-->
-->Alejandro Michelin Salomon ( Adinet ) wrote:
-->
-->> I follow the manual configuring apache to accept .psp files :
-->> 
-->> "
-->> PSP handler is a handler that processes documents using 
-->the PSP class 
-->> in mod_python.psp module. To use it, simply add this to your httpd 
-->> configuration:
-->>   AddHandler mod_python .psp
-->>   PythonHandler mod_python.psp
-->> "
-->> I restart the apache server.
-->> But when try tu access a psp page, the server trys to download the 
-->> file.
-->> 
-->> Is the prior handler for .py file comflicting with this other ?
-->
-->Possibly. Show your configuration.
-->
-->
-->-- 
-->No virus found in this incoming message.
-->Checked by AVG Free Edition.
-->Version: 7.1.385 / Virus Database: 268.5.1/326 - Release 
-->Date: 27/4/2006
-->
-->
-->-- 
-->No virus found in this incoming message.
-->Checked by AVG Free Edition.
-->Version: 7.1.385 / Virus Database: 268.5.1/326 - Release 
-->Date: 27/4/2006
--> 
-->

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/326 - Release Date: 27/4/2006
 



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.5.1/326 - Release Date: 27/4/2006



More information about the Mod_python mailing list