10 lines
307 B
ApacheConf
10 lines
307 B
ApacheConf
<VirtualHost *:80>
|
|
DocumentRoot /var/www/localhost/htdocs/www/
|
|
<Directory />
|
|
Options FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
ErrorLog /var/log/apache2/error_log
|
|
CustomLog /var/log/apache2/access_log combined
|
|
</VirtualHost> |