Last change
on this file since 390 was
358,
checked in by quentin, 18 years ago
|
made scripts.mit.edu the default vhost instead of vhosts.mit.edu;
explicitly listed all hosts that should be served by vhosts.mit.edu.
|
-
Property svn:executable set to
*
|
File size:
164 bytes
|
Rev | Line | |
---|
[358] | 1 | #!/bin/sh |
---|
| 2 | cd /mit/scripts/vhosts/settings/ || exit 1 |
---|
| 3 | echo "ServerName vhosts.mit.edu" |
---|
| 4 | echo -n "ServerAlias "; echo * | perl -pe 's/(\S+)\.mit\.edu/\1.mit.edu \1/g' |
---|
Note: See
TracBrowser
for help on using the repository browser.