Skip to content

Instantly share code, notes, and snippets.

@wsdookadr
Created October 17, 2010 15:09
Show Gist options
  • Save wsdookadr/630931 to your computer and use it in GitHub Desktop.
Save wsdookadr/630931 to your computer and use it in GitHub Desktop.
<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