Skip to content

Instantly share code, notes, and snippets.

@solarce
Created February 12, 2009 00:38
Show Gist options
  • Save solarce/62401 to your computer and use it in GitHub Desktop.
Save solarce/62401 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /home/screenplayuploads
ServerName oscars-ftp.ristech.net
ServerAlias oscars-ftp01.ristechinc.net oscars-ftp01.ristech.net
ErrorLog logs/oscars-ftp.ristech.net-error_log
CustomLog logs/oscars-ftp.ristech.net-access_log common
<Directory "/home/screenplayuploads">
Options +Indexes
AllowOverride All
Order allow,deny
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment