summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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