
| Current Path : /etc/apache2_old/sites-available/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //etc/apache2_old/sites-available/www.shortnote.de |
<VirtualHost *:80>
DocumentRoot /var/www/shortnote.de
ServerName shortnote.de
ServerAlias www.shortnote.de
<Directory />
Options +FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
<Directory /var/www/shortnote.de>
Options +FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
LogLevel debug
ErrorLog ${APACHE_LOG_DIR}/error_intern.log
CustomLog ${APACHE_LOG_DIR}/access_intern.log combined
</VirtualHost>