diff options
Diffstat (limited to 'fap/httpd')
-rw-r--r-- | fap/httpd/OLD - DEPRECATED/# ex2200.template (renamed from fap/httpd/ex2200.template) | 0 | ||||
-rw-r--r-- | fap/httpd/OLD - DEPRECATED/# server_http.py (renamed from fap/httpd/server_http.py) | 0 | ||||
-rw-r--r-- | fap/httpd/OLD - DEPRECATED/# terminal.log (renamed from fap/httpd/terminal.log) | 0 | ||||
-rw-r--r-- | fap/httpd/apache_base_config | 15 |
4 files changed, 15 insertions, 0 deletions
diff --git a/fap/httpd/ex2200.template b/fap/httpd/OLD - DEPRECATED/# ex2200.template index 3adcdf9..3adcdf9 100644 --- a/fap/httpd/ex2200.template +++ b/fap/httpd/OLD - DEPRECATED/# ex2200.template diff --git a/fap/httpd/server_http.py b/fap/httpd/OLD - DEPRECATED/# server_http.py index a9ae74c..a9ae74c 100644 --- a/fap/httpd/server_http.py +++ b/fap/httpd/OLD - DEPRECATED/# server_http.py diff --git a/fap/httpd/terminal.log b/fap/httpd/OLD - DEPRECATED/# terminal.log index bedb829..bedb829 100644 --- a/fap/httpd/terminal.log +++ b/fap/httpd/OLD - DEPRECATED/# terminal.log 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> |