source: vhosts/vhosts-vhost-names.gen.sh @ 393

Last change on this file since 393 was 358, checked in by quentin, 17 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
Line 
1#!/bin/sh
2cd /mit/scripts/vhosts/settings/ || exit 1
3echo "ServerName vhosts.mit.edu"
4echo -n "ServerAlias "; echo * | perl -pe 's/(\S+)\.mit\.edu/\1.mit.edu \1/g'
Note: See TracBrowser for help on using the repository browser.