Skip to content

Commit 17f9dd6

Browse files
Fix DocumentRoot in virtual hosts
1 parent f42d349 commit 17f9dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcycle.httpd.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<VirtualHost *:80>
6363
ServerName vm21.tier2.hep.manchester.ac.uk
64-
DocumentRoot "/var/lib/vcycle/www"
64+
DocumentRoot "/var/lib/vcycle/machines"
6565

6666
CustomLog logs/http--vcycle.log combined
6767

@@ -77,7 +77,7 @@ Alias /blank404error /dev/null
7777

7878
<VirtualHost vm21.tier2.hep.manchester.ac.uk:443>
7979
ServerName vm21.tier2.hep.manchester.ac.uk
80-
DocumentRoot "/var/lib/vcycle/www"
80+
DocumentRoot "/var/lib/vcycle/machines"
8181

8282
SSLEngine on
8383
SSLCertificateFile /etc/grid-security/vcycle.cert.pem

0 commit comments

Comments
 (0)