Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all = 2.3> Require all granted AuthType Basic AuthName "Trac" AuthUserFile "C:\BitNami\trac-1.0.1-1\apps\trac/users/htpasswd" Require valid-user ### TRAC MOD_WSGI_CONFIGURATION ### WSGIScriptAlias /trac "C:\BitNami\trac-1.0.1-1/apps/trac/scripts/trac.wsgi" WSGIApplicationGroup %{GLOBAL} Order allow,deny Allow from all = 2.3> Require all granted ### TRAC MOD_PYTHON_CONFIGURATION ### # # SetHandler mod_python # PythonInterpreter main_interpreter # PythonHandler trac.web.modpython_frontend # PythonOption TracEnvParentDir "C:\projects\trac" # PythonOption TracUriRoot /trac #