You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<VirtualHost *:80>
|
|
DocumentRoot /var/www/html/glpi
|
|
Redirect permanent / SSL_URL
|
|
|
|
ErrorLog /var/log/apache2/error-glpi.log
|
|
LogLevel warn
|
|
CustomLog /var/log/apache2/access-glpi.log combined
|
|
</VirtualHost>
|