Edgewall Software

Changes between Version 34 and Version 35 of TracOnOsx


Ignore:
Timestamp:
Jul 21, 2005, 4:24:28 PM (19 years ago)
Author:
andy@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v34 v35  
    121121}}}
    122122
     123Double check that the mod_env is enabled in your config. By default, the config is commented out. This is what you are looking for:
     124{{{
     125LoadModule env_module         libexec/httpd/mod_env.so
     126AddModule mod_env.c
     127}}}
     128
    123129Now check if Apache is started, and possibly reload the configuration files:
    124130{{{