Talk:Web Application Redirect Tutorial

From SME Server
Revision as of 12:21, 29 February 2008 by Snoble (talk | contribs)
Jump to navigationJump to search

This page isn't a good idea, this method has problems

http://wiki.contribs.org/Web_Application_RPM#Webserver_templates

>> note this causes side effects, another method is needed


a better method may be to create a whole new VirtualHost section, copy an existing section and see what needs to be changed.


<VirtualHost 0.0.0.0:80>
   ServerName NewDomain.net

   DocumentRoot         /opt/thingy/html

<snip>