Troubleshooting: Camping 2.0 on CGI on a shared host

Eric Mill kprojection at gmail.com
Wed Jul 16 11:07:00 EDT 2008


My .htaccess is pretty basic, I think:

AddHandler fastcgi-script .fcgi
Options +FollowSymLinks +ExecCGI

RewriteEngine On

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

Anything out of the ordinary there?

-- Eric

On Mon, Jul 14, 2008 at 7:40 PM, Bluebie, Jenna
<blueberry at creativepony.com> wrote:
> We are talking about cgi here, not fast cgi. Specifically CGI's interactions
> with mod_rewrite in apache.
> _______________________________________________
> Camping-list mailing list
> Camping-list at rubyforge.org
> http://rubyforge.org/mailman/listinfo/camping-list
>


More information about the Camping-list mailing list