I've gone back forth having the SetHandler enabled or commented out. I 
think that was when they moved the account to Ubuntu without python 2.5. It 
took me awhile to figure out why I was having what appeared to be access 
problems. To be honest, I don't know if it makes any difference.

 

> #<Files *.cgi>
> #       SetHandler fastcgi-script
> #</Files>
>
> DirectoryIndex index.fcgi
>
>
> # Make sure rewrites work
> Options ExecCGI FollowSymLinks
>
> <IfModule mod_rewrite.c>
>         RewriteEngine On
>         RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
>         RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
>         RewriteCond $1 !^index.fcgi/(.*)
>         # Keep the graphics and style sheet the way they are
>         RewriteCond $1 !^htdocs(.*).css$
>         RewriteCond $1 !^htdocs(.*).js$
>         RewriteCond $1 !^htdocs(.*).gif$ 
>         RewriteCond $1 !^htdocs(.*).jpg$
>         RewriteCond $1 !^htdocs(.*).png$ 
>         RewriteRule ^(.*)$ index.fcgi/$1 [L]
>
>         RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
>         RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
>         RewriteCond %{REQUEST_URI} attachment
>         RewriteCond $1 !^index.fcgi/(.*)
>         RewriteRule ^(.*)$ index.fcgi/$1 [L]
> </IfModule>
>

- Rick

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to