##// END OF EJS Templates
remove trailing white-spaces from public/htaccess.fcgi.example...
Toshi MARUYAMA -
r8183:cb4abb115de0
parent child
Show More
@@ -12,14 +12,14 Options +FollowSymLinks +ExecCGI
12
12
13 # If you don't want Rails to look in certain directories,
13 # If you don't want Rails to look in certain directories,
14 # use the following rewrite rules so that Apache won't rewrite certain requests
14 # use the following rewrite rules so that Apache won't rewrite certain requests
15 #
15 #
16 # Example:
16 # Example:
17 # RewriteCond %{REQUEST_URI} ^/notrails.*
17 # RewriteCond %{REQUEST_URI} ^/notrails.*
18 # RewriteRule .* - [L]
18 # RewriteRule .* - [L]
19
19
20 # Redirect all requests not available on the filesystem to Rails
20 # Redirect all requests not available on the filesystem to Rails
21 # By default the cgi dispatcher is used which is very slow
21 # By default the cgi dispatcher is used which is very slow
22 #
22 #
23 # For better performance replace the dispatcher with the fastcgi one
23 # For better performance replace the dispatcher with the fastcgi one
24 #
24 #
25 # Example:
25 # Example:
@@ -48,7 +48,7 RewriteCond %{REQUEST_FILENAME} !-f
48
48
49 # In case Rails experiences terminal errors
49 # In case Rails experiences terminal errors
50 # Instead of displaying this message you can supply a file here which will be rendered instead
50 # Instead of displaying this message you can supply a file here which will be rendered instead
51 #
51 #
52 # Example:
52 # Example:
53 # ErrorDocument 500 /500.html
53 # ErrorDocument 500 /500.html
54
54
General Comments 0
You need to be logged in to leave comments. Login now