$quoted_author = "Voytek Eymont" ; > > do I need anything else in apache virtual container?:
No, it's only purpose is to redirect to a different container. > --- > <VirtualHost 111.222.333.444:80> > ServerAdmin [EMAIL PROTECTED] > ServerName www.new.net.au > ServerAlias new.net.au > > Redirect permanent / http://www.old.com > > </VirtualHost> > --- As Jeff posted in his blog [1] libapache2-redirtoservname (in Debian derivatives at least) provides the functionality to do this in one line and without the extra container. [1] http://bethesignal.org/blog/2008/04/24/smooth-upgrade-to-ubuntu-804-lts-on-my-linode/ cheers marty -- I simply tell them "If _I_ don't have a ticket number then _you_ don't have a problem. Call the helpdesk." Repeat as many times as necessary. - Jay Mottern alt.sysadmin.recovery - <[EMAIL PROTECTED]> -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
