hsarback/src/de/hsadmin/mods/dom/httpd-vhost-dynamic.jtpl | ●●●●● patch | view | raw | blame | history | |
hsarback/src/de/hsadmin/mods/dom/httpd-vhost-static.jtpl | ●●●●● patch | view | raw | blame | history | |
hsarback/src/de/hsadmin/mods/dom/postgrey-whitelist-recipients.jtpl | ●●●●● patch | view | raw | blame | history | |
hsarback/src/de/hsadmin/mods/pac/hosts.jtpl | ●●●●● patch | view | raw | blame | history | |
hsarback/src/de/hsadmin/mods/pac/interfaces.jtpl | ●●●●● patch | view | raw | blame | history | |
hsarback/src/de/hsadmin/mods/pac/proftpd-conf.jtpl | ●●●●● patch | view | raw | blame | history | |
hsarback/src/de/hsadmin/mods/pac/sudoers.jtpl | ●●●●● patch | view | raw | blame | history |
hsarback/src/de/hsadmin/mods/dom/httpd-vhost-dynamic.jtpl
@@ -1,4 +1,9 @@ <!-- BEGIN: main --><VirtualHost {DOM_IPNUMBER}:80 {DOM_IPNUMBEREX}:80> <!-- BEGIN: main --># # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # <VirtualHost {DOM_IPNUMBER}:80 {DOM_IPNUMBEREX}:80> ServerName {DOM_HOSTNAME} ServerAlias *.{DOM_HOSTNAME} @@ -37,8 +42,8 @@ RewriteCond %{HTTP_HOST} ^(.+)\.{DOM_HOSTNAME}\.?(:80)?$ [novary] RewriteCond /home/doms/{DOM_HOSTNAME}/subs/${tolower:%1} -d RewriteRule ^(.*) /home/doms/{DOM_HOSTNAME}/subs/${tolower:%1}$1 [last] <!-- BEGIN: iterate --> RewriteCond %{REQUEST_URI} !^/cgi-bin/ <!-- BEGIN: iterate --> RewriteCond %{REQUEST_URI} !^/cgi-bin/ RewriteCond %{REQUEST_URI} !^/fastcgi-bin/ RewriteCond %{HTTP_HOST} ^(.+)\.{DOM_HOSTNAME}\.?(:80)?$ [novary] RewriteCond /home/doms/{DOM_HOSTNAME}/subs/${tolower:%1} !-d @@ -95,14 +100,14 @@ RewriteCond %{HTTP_HOST} ^(.+)\.{DOM_HOSTNAME}\.?(:443)?$ [novary] RewriteCond /home/doms/{DOM_HOSTNAME}/subs-ssl/${tolower:%1} -d RewriteRule ^(.*) /home/doms/{DOM_HOSTNAME}/subs-ssl/${tolower:%1}$1 [last] <!-- BEGIN: nosubdomainfallbackforhttps --> RewriteCond %{REQUEST_URI} !^/cgi-bin/ <!-- BEGIN: nosubdomainfallbackforhttps --> RewriteCond %{REQUEST_URI} !^/cgi-bin/ RewriteCond %{REQUEST_URI} !^/fastcgi-bin/ RewriteCond %{HTTP_HOST} ^(.+)\.{DOM_HOSTNAME}\.?(:443)?$ [novary] RewriteCond /home/doms/{DOM_HOSTNAME}/subs-ssl/${tolower:%1} !-d RewriteRule ^(.*) - [redirect=404,last] <!-- END: nosubdomainfallbackforhttps --> AddType application/x-httpd-php .php .php5 .php4 .php3 <!-- END: nosubdomainfallbackforhttps --> AddType application/x-httpd-php .php .php5 .php4 .php3 Action application/x-httpd-php /fastcgi-bin/phpstub </VirtualHost> hsarback/src/de/hsadmin/mods/dom/httpd-vhost-static.jtpl
@@ -1,4 +1,9 @@ <!-- BEGIN: main --><VirtualHost {DOM_IPNUMBER}:80 {DOM_IPNUMBEREX}:80> <!-- BEGIN: main --># # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # <VirtualHost {DOM_IPNUMBER}:80 {DOM_IPNUMBEREX}:80> ServerName {DOM_HOSTNAME} ServerAlias *.{DOM_HOSTNAME} @@ -30,7 +35,6 @@ RewriteCond %{HTTP_HOST} ^(.+)\.{DOM_HOSTNAME}\.?(:80)?$ [novary] RewriteCond /home/doms/{DOM_HOSTNAME}/subs/${tolower:%1} -d RewriteRule ^(.*) /home/doms/{DOM_HOSTNAME}/subs/${tolower:%1}$1 [last] <!-- BEGIN: iterate --> RewriteCond %{HTTP_HOST} ^(.+)\.{DOM_HOSTNAME}\.?(:80)?$ [novary] RewriteCond /home/doms/{DOM_HOSTNAME}/subs/${tolower:%1} !-d RewriteRule ^(.*) - [redirect=404,last] @@ -80,6 +84,6 @@ <!-- BEGIN: nosubdomainfallbackforhttps --> RewriteCond %{HTTP_HOST} ^(.+)\.{DOM_HOSTNAME}\.?(:443)?$ [novary] RewriteCond /home/doms/{DOM_HOSTNAME}/subs-ssl/${tolower:%1} !-d RewriteRule ^(.*) - [redirect=404,last] <!-- END: nosubdomainfallbackforhttps --></VirtualHost> <!-- END: nosubdomainfallbackforhttps --> </VirtualHost> <!-- END: main --> hsarback/src/de/hsadmin/mods/dom/postgrey-whitelist-recipients.jtpl
@@ -1,10 +1,12 @@ <!-- BEGIN: main -->### Do not edit this file manually ### Generated by HSAdmin Queue Server <!-- BEGIN: main --># # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # abuse@ postmaster@ ################################################################################ #################################################### <!-- BEGIN: iterate -->{DOM} <!-- END: iterate --> hsarback/src/de/hsadmin/mods/pac/hosts.jtpl
@@ -1,4 +1,9 @@ <!-- BEGIN: main -->127.0.0.1 localhost <!-- BEGIN: main --># # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # 127.0.0.1 localhost ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet hsarback/src/de/hsadmin/mods/pac/interfaces.jtpl
@@ -1,4 +1,9 @@ <!-- BEGIN: main -->auto lo <!-- BEGIN: main --># # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # auto lo iface lo inet loopback auto eth0 hsarback/src/de/hsadmin/mods/pac/proftpd-conf.jtpl
@@ -1,4 +1,7 @@ <!-- BEGIN: main --># This proftpd config file is generated by hsadmin. <!-- BEGIN: main --># # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # Include /etc/proftpd/modules.conf @@ -56,8 +59,8 @@ </Directory> <!-- BEGIN: iterate --> #---------------------------------------------------------------------- # {PAC}.hostsharing.net #################################################### <VirtualHost {PAC_IP}> DefaultRoot ~ {PAC} ServerName "Hostsharing eG" hsarback/src/de/hsadmin/mods/pac/sudoers.jtpl
@@ -1,5 +1,7 @@ <!-- BEGIN: main -->### Do not edit this file manually ### Generated by HSAdmin Queue Server <!-- BEGIN: main --># # This file is managed by HSAdmin. # Do not edit manually. Changes will be overwritten. # # Host alias specification @@ -18,7 +20,7 @@ root ALL=(ALL) ALL %adm ALL=NOPASSWD: ALL ################################################################################ #################################################### <!-- BEGIN: iterate -->{PAC} ALL = (%{PAC}) NOPASSWD: ALL <!-- END: iterate -->