]> git.giorgioravera.it Git - apache.git/commitdiff
Removed not used files master
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 5 Mar 2026 11:01:40 +0000 (12:01 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 5 Mar 2026 11:01:40 +0000 (12:01 +0100)
sites-available/template_normal_ssl.conf [deleted file]
sites-available/wedding.giorgioravera.it.conf [deleted file]

diff --git a/sites-available/template_normal_ssl.conf b/sites-available/template_normal_ssl.conf
deleted file mode 100644 (file)
index 9e981b9..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<VirtualHost *:80>
-       ServerName SERVERNAME.giorgioravera.it
-       ServerAdmin giorgio@giorgioravera.it
-       Redirect permanent / https://SERVERNAME
-</VirtualHost>
-
-<IfModule mod_ssl.c>
-       <VirtualHost *:443>
-               ServerName SERVERNAME.giorgioravera.it
-               ServerAdmin giorgio@giorgioravera.it
-
-               DocumentRoot /var/www/SERVERNAME.giorgioravera.it/htdocs
-               ScriptAlias /cgi-bin /var/www/SERVERNAME.giorgioravera.it/cgi-bin
-               SuExecUserGroup "USERNAME" "USERGROUP"
-
-               # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
-               # error, crit, alert, emerg.
-               # It is also possible to configure the loglevel for particular
-               # modules, e.g.
-               #LogLevel info ssl:warn
-
-               ErrorLog ${APACHE_LOG_DIR}/error.log
-               ErrorLog /var/www/SERVERNAME.giorgioravera.it/log/error.log
-               CustomLog ${APACHE_LOG_DIR}/access.log combined
-               CustomLog /var/www/SERVERNAME.giorgioravera.it/log/access.log combined
-
-               # For most configuration files from conf-available/, which are
-               # enabled or disabled at a global level, it is possible to
-               # include a line for only one particular virtual host. For example the
-               # following line enables the CGI configuration for this host only
-               # after it has been globally disabled with "a2disconf".
-               #Include conf-available/serve-cgi-bin.conf
-       </VirtualHost>
-</IfModule>
diff --git a/sites-available/wedding.giorgioravera.it.conf b/sites-available/wedding.giorgioravera.it.conf
deleted file mode 100644 (file)
index cfa9b6c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<VirtualHost *:80>
-       ServerName wedding.giorgioravera.it
-       ServerAdmin giorgio@giorgioravera.it
-
-       DocumentRoot /var/www/wedding.giorgioravera.it/htdocs
-       ScriptAlias /cgi-bin /var/www/wedding.giorgioravera.it/cgi-bin
-       SuExecUserGroup "xraver" "casa"
-
-       # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
-       # error, crit, alert, emerg.
-       # It is also possible to configure the loglevel for particular
-       # modules, e.g.
-       #LogLevel info ssl:warn
-
-       ErrorLog ${APACHE_LOG_DIR}/error.log
-       ErrorLog /var/www/wedding.giorgioravera.it/log/error.log
-       CustomLog ${APACHE_LOG_DIR}/access.log combined
-       CustomLog /var/www/wedding.giorgioravera.it/log/access.log combined
-
-       # For most configuration files from conf-available/, which are
-       # enabled or disabled at a global level, it is possible to
-       # include a line for only one particular virtual host. For example the
-       # following line enables the CGI configuration for this host only
-       # after it has been globally disabled with "a2disconf".
-       #Include conf-available/serve-cgi-bin.conf
-</VirtualHost>