From 5ab6999d393cbdf65cd5fd3ab40e02c33849f9c4 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Mon, 24 Sep 2018 22:44:29 -0700 Subject: pinyconfig: Modernizing configuration files. --- pinyconfigs/etc/apache2/sites-available/piny | 85 ---------------------------- 1 file changed, 85 deletions(-) delete mode 100644 pinyconfigs/etc/apache2/sites-available/piny (limited to 'pinyconfigs/etc/apache2/sites-available/piny') diff --git a/pinyconfigs/etc/apache2/sites-available/piny b/pinyconfigs/etc/apache2/sites-available/piny deleted file mode 100644 index a3c38c9..0000000 --- a/pinyconfigs/etc/apache2/sites-available/piny +++ /dev/null @@ -1,85 +0,0 @@ - - ServerName piny.be - - DocumentRoot /srv/http/piny.be - - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - - - Alias /js /usr/share/javascript - - RedirectMatch 301 ^/$ http://piny.be/piny-hosting/ - - Include /etc/apache2/piny/www - - - - ServerName www.piny.be - RedirectMatch 301 (.*) http://piny.be$1 - - - - ServerName piny.be - DocumentRoot /srv/https/piny.be - - - Options Indexes FollowSymLinks MultiViews - AllowOverride None - - - Alias /js /usr/share/javascript - - RedirectMatch 301 ^/$ http://piny.be/piny-hosting/ - - SSLEngine On - SSLCertificateFile /etc/ssl/private/secure.piny.be.pem - SSLCertificateChainFile /etc/ssl/private/GandiStandardSSLCA.pem - - Include /etc/apache2/piny/www - - - - ServerName secure.piny.be - RedirectMatch 301 (.*) https://secure.piny.be$1 - - - - ServerName secure.piny.be - DocumentRoot /srv/https/secure.piny.be - RedirectMatch 301 ^/$ http://piny.be/ - - - SSLRequireSSL - Options Indexes FollowSymLinks MultiViews - AllowOverride None - - - - SetHandler cgi-script - Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - - - - AuthBasicProvider PAM - AuthPAMService other - AuthBasicAuthoritative off - AuthType Basic - AuthName "User account for piny.be needed." - Require valid-user - - - Alias /_cgit /usr/share/cgit - - ScriptAlias /cgit /usr/lib/cgi-bin/cgit.cgi - ScriptAlias /piny-newuser /usr/lib/cgi-bin/piny/newuser.cgi - ScriptAlias /piny-validate /usr/lib/cgi-bin/piny/checkconstraint.cgi - ScriptAlias /auth /usr/lib/cgi-bin/piny/auth - - SSLEngine On - SSLCertificateFile /etc/ssl/private/secure.piny.be.pem - SSLCertificateChainFile /etc/ssl/private/GandiStandardSSLCA.pem - - Include /etc/apache2/piny/secure - -- cgit v1.2.3