.config/apache2: remove apache2 config
parent
692198401a
commit
25191bea7d
|
@ -1,10 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerName bavbavhaus.localhost
|
|
||||||
DocumentRoot /home/urosm/bavbavhaus.net/public_html
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
<Directory /home/urosm/bavbavhaus.net/public_html>
|
|
||||||
Require all granted
|
|
||||||
</Directory>
|
|
|
@ -1,16 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerName kontrakurs.localhost
|
|
||||||
DocumentRoot /home/urosm/kontrakurs.org/public_html
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directory /home/urosm/kontrakurs.org/public_html>
|
|
||||||
AddHandler cgi-script .cgi
|
|
||||||
Options +ExecCGI
|
|
||||||
</Directory>
|
|
||||||
ErrorDocument 404 /home/urosm/kontrakurs.org/public_html/ikiwiki.cgi
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
<Directory /home/urosm/kontrakurs.org/public_html>
|
|
||||||
Require all granted
|
|
||||||
</Directory>
|
|
||||||
|
|
Loading…
Reference in New Issue