-
-
Save enricostano/4018657 to your computer and use it in GitHub Desktop.
This file contains 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 stanosas.it | |
ServerAdmin [email protected] | |
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> |
This file contains 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
[$ 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