Apache:Virtual Host Sederhana: Difference between revisions

Created page with " <VirtualHost *:80> ServerName example.com ServerAlias www.example.com ServerAdmin webmaster@example.com DocumentRoot /var/www/example.com/public_html <Directory /var/www/example.com/public_html> Options -Indexes +FollowSymLinks AllowOverride All </Directory> ErrorLog ${APACHE_LOG_DIR}/example.com-error.log CustomLog ${APACHE_LOG_DIR}/example.com-access.log combined </VirtualHost> ==Source== *[https://websit..."
 
No edit summary
Line 16: Line 16:
==Source==
==Source==
*[https://websiteforstudents.com/how-to-set-up-an-apache-virtual-host-on-ubuntu-linux/ websiteforstudents.com]
*[https://websiteforstudents.com/how-to-set-up-an-apache-virtual-host-on-ubuntu-linux/ websiteforstudents.com]
[[Category:Tutorial]]
[[Category:Linux]]
[[Category:Server]]
[[Category:Apache]]