Changeset 454 for server/fedora
- Timestamp:
- Oct 12, 2007, 3:04:26 AM (17 years ago)
- Location:
- server/fedora/config/etc/httpd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/config/etc/httpd/conf.d/scripts-vhost.conf
r417 r454 3 3 UserDir web_scripts 4 4 # Comment the following line out to take the machine out of the LVS pool 5 # You'll also need to prevent it from listening on 443 or 444 5 6 Alias /heartbeat /afs/athena.mit.edu/contrib/scripts/web_scripts/heartbeat 6 7 Alias /src /afs/athena.mit.edu/contrib/scripts/src -
server/fedora/config/etc/httpd/conf/httpd.conf
r409 r454 248 248 </VirtualHost> 249 249 250 # LDAP vhost, w00t w00t 251 # <VirtualHost *:80> 252 # Include conf.d/vhost_ldap.conf 253 # Include conf.d/vhosts-common.conf 254 # </VirtualHost> 255 250 256 <VirtualHost *:80> 251 257 Include conf.d/scripts-vhost-names.conf … … 278 284 SSLVerifyClient none 279 285 SSLOptions +StdEnvVars 286 SSLUserName SSL_CLIENT_S_DN_Email 280 287 <VirtualHost 18.181.0.50:443 18.181.0.50:444> 281 288 ServerName scripts-cert.mit.edu
Note: See TracChangeset
for help on using the changeset viewer.