diff --git a/Confs/srv2/Apache/fatecseg.conf b/Confs/srv2/Apache/fatecseg.conf index 5da8243..f2414be 100644 --- a/Confs/srv2/Apache/fatecseg.conf +++ b/Confs/srv2/Apache/fatecseg.conf @@ -1,14 +1,14 @@ -ServerAdmin tiago@fatecourinhos.edu.br -ServerName www.fatecseg.edu.br -DocumentRoot /dados/paginas/fatecseg + ServerName www.fatecseg.edu.br + ServerAlias fatecseg.edu.br + DocumentRoot /dados/paginas/www - + Options -Indexes - AllowOverRide All + AllowOverride All Require all granted - + -ErrorLog /var/log/apache2/error-fatecseg.log -CustomLog /var/log/apache2/access-fatecseg.log combined - + ErrorLog ${APACHE_LOG_DIR}/www-error.log + CustomLog ${APACHE_LOG_DIR}/www-access.log combined + \ No newline at end of file