Here's the Trac-related apache conf (included from httpd.conf as
trac.conf). I should note that this config works fine with the 2.3.4
version of mod_python (which I saved, and have switched back to for
the time being).

Also, some follow up questions: Do I really need Python 2.5.1 to get
the latest XMLRPC plugin working with the latest stable Trac 0.10?
Have others found success with 2.3.4 or similar?

Thanks Joshua for looking at this,

Stephen

<VirtualHost *:443>
    ServerName trac.<servername>
    ServerAdmin webmaster@<servername>
    DocumentRoot /usr/share/trac/htdocs
    CustomLog      /etc/httpd/logs/trac-access_log combined
    ErrorLog       /etc/httpd/logs/trac-error_log

    SetEnv PYTHON_EGG_CACHE /.python-eggs

    SSLEngine on
    CustomLog /etc/httpd/logs/trac-ssl_request_log \
              "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

    <Location />
      SetHandler mod_python
      PythonHandler trac.web.modpython_frontend
      PythonOption TracEnv /var/www/vhosts/trac
      PythonOption TracUriRoot /
    </Location>

On Oct 20, 4:48 pm, Joshua Preston <[EMAIL PROTECTED]> wrote:
> Could you post relevant portions of your apache config?
>
> Joshua Preston
> 614-619-1959
> Sent from my iPhone


--~--~---------~--~----~------------~-------~--~----~
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