Revision 7983
Added by Aaron Marcuse-Kubitza almost 12 years ago
web/vegpath.conf | ||
---|---|---|
1 | 1 |
<VirtualHost *:80> |
2 |
ServerRoot /home/bien/svn/web |
|
2 | 3 |
ServerAdmin aaronmk@nceas.ucsb.edu |
3 |
ServerRoot /home/bien/svn/web |
|
4 |
|
|
4 | 5 |
DocumentRoot vegpath |
5 |
ErrorLog logs/error_log |
|
6 |
CustomLog logs/access_log combined |
|
7 | 6 |
<Directory vegpath> |
8 | 7 |
AllowOverride all |
9 | 8 |
</Directory> |
9 |
|
|
10 |
ErrorLog logs/error_log |
|
11 |
CustomLog logs/access_log combined |
|
10 | 12 |
</VirtualHost> |
Also available in: Unified diff
web/vegpath.conf: Added spacing between sections and reordered directives