Enter to /etc/apache2/sites-available

create file with

<VirtualHost *:80>
ServerName s0000000
DocumentRoot /home/suser/Websites/s0000000
ErrorLog ${APACHE_LOG_DIR}/s0000000-error.log
CustomLog ${APACHE_LOG_DIR}/s0000000-access.log combined
<Directory "/home/suser/Websites/s0000000">
Options All
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
examples/apache_virtual_site_config.txt · Last modified: 2022/01/03 16:03 by 127.0.0.1
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0