From: Giorgio Ravera Date: Thu, 5 Mar 2026 11:01:40 +0000 (+0100) Subject: Removed not used files X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=HEAD;p=apache.git Removed not used files --- diff --git a/sites-available/template_normal_ssl.conf b/sites-available/template_normal_ssl.conf deleted file mode 100644 index 9e981b9..0000000 --- a/sites-available/template_normal_ssl.conf +++ /dev/null @@ -1,34 +0,0 @@ - - ServerName SERVERNAME.giorgioravera.it - ServerAdmin giorgio@giorgioravera.it - Redirect permanent / https://SERVERNAME - - - - - 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 - - diff --git a/sites-available/wedding.giorgioravera.it.conf b/sites-available/wedding.giorgioravera.it.conf deleted file mode 100644 index cfa9b6c..0000000 --- a/sites-available/wedding.giorgioravera.it.conf +++ /dev/null @@ -1,26 +0,0 @@ - - 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 -