aboutsummaryrefslogtreecommitdiffstats
path: root/fap/httpd/apache_base_config
diff options
context:
space:
mode:
Diffstat (limited to 'fap/httpd/apache_base_config')
-rw-r--r--fap/httpd/apache_base_config15
1 files changed, 15 insertions, 0 deletions
diff --git a/fap/httpd/apache_base_config b/fap/httpd/apache_base_config
new file mode 100644
index 0000000..dc17635
--- /dev/null
+++ b/fap/httpd/apache_base_config
@@ -0,0 +1,15 @@
+root@copernicus:/home/lol# cat /etc/apache2/sites-enabled/000-default.conf | grep -v "#"
+<VirtualHost *:80>
+ ServerAdmin webmaster@localhost
+ DocumentRoot /srv/fap/httpd/httpd_root/
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+</VirtualHost>
+
+root@copernicus:/home/lol# cat /etc/apache2/apache2.conf
+[...]
+<Directory /srv/fap/httpd/httpd_root/>
+ Options Indexes FollowSymLinks
+ AllowOverride All
+ Require all granted
+</Directory>