You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Robert Lilly <rc...@lvcm.com> on 2002/08/21 19:44:13 UTC

mod_python for Apache 2? (Cross-posted to mod_python & Apache users lists)

Is there a mod_python.dll for Apache 2? Is it possible to run mod_python
with Apache 2 under Windows 2000? If so, how do I do it.

Currently I've tried adding:

LoadModule python_module modules/mod_python.dll

and

<Directory "E:/My Documents/RCL Enterprises/Web/htdocs/python">
   AddHandler python-program .py
   PythonHandler mptest
   PythonDebug on
</Directory>

to my httpd.conf file, but I get the following error:

Cannot load D:/Program Files/Apache Group/Apache2/modules/mod_python.dll
into server: The specified module could not be found. I put the latest
mod_python.dll I could find into my modules folder.

TIA,

Robert

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org