Atualizar Confs/srv2/Apache/fatecseg.conf
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<VirtualHost *:80>
|
||||
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
|
||||
|
||||
<Directory /dados/paginas/fatecseg/>
|
||||
<Directory /dados/paginas/www>
|
||||
Options -Indexes
|
||||
AllowOverRide All
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
ErrorLog /var/log/apache2/error-fatecseg.log
|
||||
CustomLog /var/log/apache2/access-fatecseg.log combined
|
||||
</VirtualHost>
|
||||
ErrorLog ${APACHE_LOG_DIR}/www-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/www-access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user