Some configuration files are managed by HSAdmin and therefore shoudn't
be changed. Warning: This file is managed by HSAdmin. Do not edit manually. Changes will be overwritten.
This commit is contained in:
parent
f0df8fb9a6
commit
527f2a5869
@ -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>
|
||||
|
@ -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 -->
|
@ -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 -->
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 @@ PassivePorts 60000 65534
|
||||
</Directory>
|
||||
|
||||
<!-- BEGIN: iterate -->
|
||||
#----------------------------------------------------------------------
|
||||
# {PAC}.hostsharing.net
|
||||
####################################################
|
||||
|
||||
<VirtualHost {PAC_IP}>
|
||||
DefaultRoot ~ {PAC}
|
||||
ServerName "Hostsharing eG"
|
||||
|
@ -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 @@ Defaults listpw=all # siehe sudoers(5)
|
||||
root ALL=(ALL) ALL
|
||||
%adm ALL=NOPASSWD: ALL
|
||||
|
||||
################################################################################
|
||||
####################################################
|
||||
|
||||
<!-- BEGIN: iterate -->{PAC} ALL = (%{PAC}) NOPASSWD: ALL
|
||||
<!-- END: iterate -->
|
||||
|
Loading…
Reference in New Issue
Block a user