Skip to content

Instantly share code, notes, and snippets.

@karlentwistle
Created April 17, 2011 17:10
Show Gist options
  • Save karlentwistle/924241 to your computer and use it in GitHub Desktop.
Save karlentwistle/924241 to your computer and use it in GitHub Desktop.
Apache Config - vid.so
<VirtualHost *:80>
ServerName www.vid.so
DocumentRoot /home/admin/vidso/current/public
<Directory /home/admin/vidso/current/public>
AllowOverride all
Options -MultiViews
</Directory>
</VirtualHost>
<Location />
# enable tracking uploads in /
TrackUploads On
</Location>
<Location /progress>
# enable upload progress reports in /progress
ReportUploads On
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment