ivo hechmann wrote:
> hello;
> i've installed viewvc 1.0.4 on windows and it works fine with cvsnt and
> the standalone built-in http-server. when trying to integrate
> viewvc into apache i have a problem:
> using
> - apache_2.2.4-win32-x86-no_ssl.msi
> - mod_python-3.3.1.win32-py2.5-Apache2.2.exe
>
[...]
> But when i add this section to httpd.conf :
>
> <location "/viewcvs">
> SetHandler mod_python
> AllowOverride All
> AddHandler python-program .py
> PythonPath "[r'd:\\apps\\viewcvs\\lib']+sys.path"
> PythonHandler apache
> PythonDebug On
> AddDefaultCharset UTF-8
> </location>
>
> the output of the request to '/viewcvs' is
>
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
[...]
> File "D:\apps\Python25\lib\site-packages\mod_python\importer.py", line 304,
> in import_module
> return __import__(module_name, {}, {}, ['*'])
>
> ImportError: No module named apache
ViewVC's handler module's name is "handler", not "apache". Try changing
"PythonHandler apache" to "PythonHandler handler".
--
C. Michael Pilato <cmpilato@xxxxxxxxxx>
CollabNet <> www.collab.net <> Distributed Development On Demand
signature.asc
Description: OpenPGP digital signature
|
|