summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-04-20 13:30:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-04-20 13:50:00 +0100
commit5f41e12cfb765a3c7d922aa44cd89b851a1f7e77 (patch)
tree5dff8be6f86fb498120af88648103657db6c78ac
parentAdd SSL sys. virtual host and redirect vhost (diff)
downloadconfig-5f41e12cfb765a3c7d922aa44cd89b851a1f7e77.tar.bz2
config-5f41e12cfb765a3c7d922aa44cd89b851a1f7e77.tar.xz
config-5f41e12cfb765a3c7d922aa44cd89b851a1f7e77.zip
Fix default vhosts
-rw-r--r--etc/apache/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf
index 2c7a85b..4e59707 100644
--- a/etc/apache/httpd.conf
+++ b/etc/apache/httpd.conf
@@ -133,10 +133,10 @@ Alias "/google85e0dcd397756493.html" "/var/www/shared/google85e0dcd397756493.htm
AddHandler markdown .md
# Host specific stuff
-<VirtualHost *>
+<VirtualHost *:11080>
# Needed to stop whatever is first from being the default
</VirtualHost>
-<VirtualHost *>
+<VirtualHost *:11080>
ServerName bugzilla.randomdan.homeip.net
<FilesMatch \.cgi$>
SetHandler perl-script