This is an old revision of the document!
<VirtualHost *:80>
ServerName bulboa
DocumentRoot /home/suser/
ErrorLog ${APACHE_LOG_DIR}/NNNNNN-error.log
CustomLog ${APACHE_LOG_DIR}/NNNNN-access.log combined
<Directory "/home/suser">
Options All
AllowOverride All
Require all granted
</Directory>
Back to top