I'm using very stricted hosting with old software: Apache 1.3 and
mod_python 2.7.8. And I need run Trac.

mod_python 2 has differ config syntax then mod_python 3. Eg:

(see http://www.modpython.org/live/mod_python-2.7.8/doc-html/inst-testing.html)

<Directory /some/directory/htdocs/test>
  AddHandler python-program .py
  PythonHandler mptest
  PythonDebug On
</Directory>

so, need place mptest.py into /some/directory/htdocs/test. How I can
override this? Please show me working config. Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to