Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created November 5, 2012 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enricostano/4018657 to your computer and use it in GitHub Desktop.
Save enricostano/4018657 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName stanosas.it
ServerAdmin info@stanosas.it
DocumentRoot /srv/http
ErrorLog "/var/log/httpd/stanosas.it-error_log"
CustomLog "/var/log/httpd/stanosas.it-access_log" common
<Directory /srv/http>
Options +FollowSymLinks
Allow from all
</Directory>
RackBaseURI /copisteria
<Directory /srv/http/copisteria>
Options -MultiViews
</Directory>
</VirtualHost>
[$ ls -la /srv/http
total 197576
drwxr-xr-x 6 root root 4096 Nov 5 13:32 .
drwxr-xr-x 4 root root 4096 Jul 7 14:23 ..
lrwxrwxrwx 1 root root 44 Oct 31 12:17 copisteria -> /usr/share/webapps/copisteria/current/public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment