From 201b6018423ea06bc0f2ea460ca48f78171e4f69 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Sep 2009 03:27:30 -0700 Subject: Changing all piny.svcs.cs.pdx.edu urls and paths to piny.be. --- etc/apache2/sites-available/001-piny | 37 +++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'etc/apache2') diff --git a/etc/apache2/sites-available/001-piny b/etc/apache2/sites-available/001-piny index 5e29fe0..6e5c3fd 100644 --- a/etc/apache2/sites-available/001-piny +++ b/etc/apache2/sites-available/001-piny @@ -1,46 +1,47 @@ - ServerName piny.svcs.cs.pdx.edu + ServerName piny.be - DocumentRoot /srv/www/piny.svcs.cs.pdx.edu + DocumentRoot /srv/www/piny.be Options Indexes FollowSymLinks MultiViews AllowOverride None - RedirectMatch 301 ^/$ http://piny.svcs.cs.pdx.edu/piny-web/ + RedirectMatch 301 ^/$ http://piny.be/piny-web/ - ServerName secure.piny.svcs.cs.pdx.edu - RedirectMatch 301 (.*) https://secure.piny.svcs.cs.pdx.edu$1 + ServerName www.piny.be + RedirectMatch 301 (.*) http://piny.be$1 - ServerName secure.piny.svcs.cs.pdx.edu - DocumentRoot /srv/www/secure.piny.svcs.cs.pdx.edu + ServerName piny.be + DocumentRoot /srv/www/piny.be Options Indexes FollowSymLinks MultiViews AllowOverride None - RedirectMatch 301 ^/$ http://piny.svcs.cs.pdx.edu/piny-web/ + RedirectMatch 301 ^/$ http://piny.be/piny-web/ SSLEngine On - SSLCertificateFile /etc/ssl/private/wildcard.piny.svcs.cs.pdx.edu.pem + SSLCertificateFile /etc/ssl/private/secure.piny.be.pem + SSLCACertificateFile /etc/ssl/private/GandiStandardSSLCA.pem - ServerName cgi.piny.svcs.cs.pdx.edu - RedirectMatch 301 (.*) https://cgi.piny.svcs.cs.pdx.edu$1 + ServerName secure.piny.be + RedirectMatch 301 (.*) https://secure.piny.be$1 - ServerName cgi.piny.svcs.cs.pdx.edu - DocumentRoot /srv/www/cgi.piny.svcs.cs.pdx.edu + ServerName secure.piny.be + DocumentRoot /srv/www/secure.piny.be - + SSLRequireSSL SetHandler cgi-script AllowOverride None @@ -52,5 +53,11 @@ Include /etc/apache2/piny-enabled SSLEngine On - SSLCertificateFile /etc/ssl/private/wildcard.piny.svcs.cs.pdx.edu.pem + SSLCertificateFile /etc/ssl/private/secure.piny.be.pem + SSLCACertificateFile /etc/ssl/private/GandiStandardSSLCA.pem + + + + ServerName piny.svcs.cs.pdx.edu + RedirectMatch 301 (.*) http://piny.be$1 -- cgit v1.2.3