6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
|
<VirtualHost *:80>
|
||
|
ServerAdmin webmaster@localhost
|
||
|
DocumentRoot /var/www/html/mylinks/
|
||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||
|
</VirtualHost>
|