Apache VisrtualHost Drupal (always remember)

<VirtualHost *:80>
   ServerAdmin webmaster@localhost
   DocumentRoot /home/****/drupal/drupal
   ServerName drupal.local
 
   ErrorLog ${APACHE_LOG_DIR}/error.log
   CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
 
<Directory /home/****/drupal/drupal>
   Options Indexes FollowSymLinks
   AllowOverride All
   Require all granted
</Directory>
Kategoria: