Created
October 17, 2010 15:09
-
-
Save wsdookadr/630931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName ssfcgi | |
DocumentRoot "/var/www/ssssssssssss/ss/public" | |
<Directory "/var/www/ssssssssssss/ss/public"> | |
AllowOverride None | |
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch | |
Order allow,deny | |
Allow from all | |
AddHandler fastcgi-script .fcgi | |
</Directory> | |
ErrorLog /var/log/apache2/ssfcgi-error.log | |
LogLevel notice | |
CustomLog /var/log/apache2/ssfcgi-access.log combined | |
RewriteEngine On | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^(.*)$ /dispatch.fcgi [QSA,L] | |
</VirtualHost> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment