Updated confs
This commit is contained in:
parent
f3f876f83c
commit
7edcff4df4
|
@ -1,28 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName amcclure.cf
|
|
||||||
DocumentRoot /var/www/amcclure
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName amcclure.cf
|
|
||||||
DocumentRoot /var/www/amcclure
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/amcclure.cf/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/amcclure.cf/privkey.pem
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
</VirtualHost>
|
|
||||||
</IfModule>
|
|
|
@ -1,27 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName amcclure.tilde
|
|
||||||
DocumentRoot /var/www/www.amcclure.tilde
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName amcclure.tilde
|
|
||||||
DocumentRoot /var/www/www.amcclure.tilde
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
SSLCertificateFile /home/amcclure/amcclure.tilde.crt
|
|
||||||
SSLCertificateKeyFile /home/amcclure/amcclure.tilde.key
|
|
||||||
</VirtualHost>
|
|
||||||
</IfModule>
|
|
|
@ -1,28 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName amcclure.ttm.sh
|
|
||||||
DocumentRoot /var/www/amcclure
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
# <IfModule mod_ssl.c>
|
|
||||||
# <VirtualHost *:443>
|
|
||||||
# ServerAdmin amcclure@ttm.sh
|
|
||||||
# ServerName amcclure.ttm.sh
|
|
||||||
# DocumentRoot /var/www/amcclure
|
|
||||||
# ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
# CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
# <Directorymatch "^/.*/\.git/">
|
|
||||||
# Order deny,allow
|
|
||||||
# Deny from all
|
|
||||||
# </Directorymatch>
|
|
||||||
# SSLCertificateFile /etc/letsencrypt/live/amcclure.ttm.sh/fullchain.pem
|
|
||||||
# SSLCertificateKeyFile /etc/letsencrypt/live/amcclure.tt.sh/privkey.pem
|
|
||||||
# Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
# </VirtualHost>
|
|
||||||
# </IfModule>
|
|
|
@ -1,6 +1,6 @@
|
||||||
<IfModule mod_ssl.c>
|
<IfModule mod_ssl.c>
|
||||||
<VirtualHost _default_:443>
|
<VirtualHost _default_:443>
|
||||||
ServerAdmin amcclure@ttm.sh
|
ServerAdmin webmaster@thunix.net
|
||||||
|
|
||||||
DocumentRoot /var/www/thunix.cf
|
DocumentRoot /var/www/thunix.cf
|
||||||
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName mail.thunix.cf
|
|
||||||
DocumentRoot /var/www/thunix/mail
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/mail.thunix.cf/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/mail.thunix.cf/privkey.pem
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
</VirtualHost>
|
|
||||||
</IfModule>
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName mail.thunix.cf
|
|
||||||
DocumentRoot /var/www/thunix/mail
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
</VirtualHost>
|
|
|
@ -1,7 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName ny.dyniform.net
|
|
||||||
DocumentRoot /var/www/dyniform
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
</VirtualHost>
|
|
|
@ -5,8 +5,13 @@
|
||||||
DocumentRoot /var/www/thunix.cf
|
DocumentRoot /var/www/thunix.cf
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
SSLCertificateFile /etc/letsencrypt/live/thunix.cf/fullchain.pem
|
<Directorymatch "^/.*/\.git/">
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.cf/privkey.pem
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
|
</Directorymatch>
|
||||||
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
|
SSLCertificateFile /etc/letsencrypt/live/phoenix.thunix.cf/fullchain.pem
|
||||||
|
SSLCertificateKeyFile /etc/letsencrypt/live/phoenix.thunix.cf/privkey.pem
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
|
@ -8,4 +8,7 @@
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directorymatch>
|
</Directorymatch>
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteCond %{SERVER_NAME} =thunix.net
|
||||||
|
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName www.amcclure.cf
|
|
||||||
DocumentRoot /var/www/amcclure
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName www.amcclure.cf
|
|
||||||
DocumentRoot /var/www/amcclure
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/www.amcclure.cf/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/www.amcclure.cf/privkey.pem
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
</VirtualHost>
|
|
||||||
</IfModule>
|
|
|
@ -1,27 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName www.amcclure.tilde
|
|
||||||
DocumentRoot /var/www/www.amcclure.tilde
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
<IfModule mod_ssl.c>
|
|
||||||
<VirtualHost *:443>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName www.amcclure.tilde
|
|
||||||
DocumentRoot /var/www/www.amcclure.tilde
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
SSLCertificateFile /home/amcclure/www.amcclure.tilde.crt
|
|
||||||
SSLCertificateKeyFile /home/amcclure/www.amcclure.tilde.key
|
|
||||||
</VirtualHost>
|
|
||||||
</IfModule>
|
|
|
@ -5,8 +5,13 @@
|
||||||
DocumentRoot /var/www/thunix.cf
|
DocumentRoot /var/www/thunix.cf
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
SSLCertificateFile /etc/letsencrypt/live/www.thunix.cf/fullchain.pem
|
<Directorymatch "^/.*/\.git/">
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/www.thunix.cf/privkey.pem
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
|
</Directorymatch>
|
||||||
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
|
SSLCertificateFile /etc/letsencrypt/live/phoenix.thunix.cf/fullchain.pem
|
||||||
|
SSLCertificateKeyFile /etc/letsencrypt/live/phoenix.thunix.cf/privkey.pem
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin amcclure@ttm.sh
|
|
||||||
ServerName you.wer.ee
|
|
||||||
DocumentRoot /var/www/you.wer.ee
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
<Directorymatch "^/.*/\.git/">
|
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
||||||
</Directorymatch>
|
|
||||||
</VirtualHost>
|
|
Loading…
Reference in New Issue