Changes between Version 2 and Version 3 of howto/SetupTracAjpWsgi


Ignore:
Timestamp:
Oct 22, 2017, 11:55:03 AM (7 years ago)
Author:
Schamschula (Marius Schamschula)
Comment:

Updated for apache2 2.4.x

Legend:

Unmodified
Added
Removed
Modified
  • howto/SetupTracAjpWsgi

    v2 v3  
    6666
    6767=== Configuring Apache2 ===
    68 Edit {{{/opt/local/apache2/conf/httpd.conf}}} in a text editor, and in the section pertinent to your server and how you want Trac accessed, add
     68Edit {{{/opt/local/etc/apache2/httpd.conf}}} in a text editor, and in the section pertinent to your server and how you want Trac accessed, add
    6969{{{
    7070   ProxyPass /projects/ ajp://localhost:8990/projects
    7171   <Proxy */projects/*>
    72       Order Allow,Deny
    73       Allow from all
     72      Require all granted
    7473   </Proxy>
    7574}}}