14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
<VirtualHost *:80>
|
|
ServerName www.fatecseg.edu.br
|
|
ServerAlias fatecseg.edu.br
|
|
DocumentRoot /dados/paginas/www
|
|
|
|
<Directory /dados/paginas/www>
|
|
Options -Indexes
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/www-error.log
|
|
CustomLog ${APACHE_LOG_DIR}/www-access.log combined
|
|
</VirtualHost> |