<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4613.1700" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I would like apache to allow all traffic for any
subdomain, example html.name.com / c.name.com / perl.name.com all to point to
the same virtual host.. dns is already pointing to the right IP, so to get this
to happen would I just have to add another server alias to the virtual
</FONT></DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2>so by adding <BR></FONT></DIV>
<DIV><FONT face=Arial size=2>ServerAlias <A
href="http://www.*.name.com">www.*.name.com</A></FONT></DIV>
<DIV><FONT face=Arial size=2>or</FONT></DIV>
<DIV><FONT face=Arial size=2>ServerAlias *.name.com</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>to </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#####new virtual host<BR><VirtualHost
1.1.1.1><BR>ServerAdmin <A
href="mailto:support@name.com">support@name.com</A><BR>DocumentRoot
/export/home/jw15851/public_html<BR>User jw15851<BR>Group igsvirt<BR>ServerName
<A href="http://www.name.com">www.name.com</A><BR>ServerAlias <A
href="http://www.name.net">www.name.net</A><BR>ServerAlias <A
href="http://www.name.org">www.name.org</A><BR>ErrorDocument 404
/error404.html<BR>UserDir disabled<BR><Directory
/export/home/jw15851/public_html/restricted><BR>AllowOverride
AuthConfig<BR></FONT><FONT face=Arial size=2>Options Indexes<BR>AuthName
"restricted files"<BR>AuthType Basic<BR>AuthUserFile
/export/home/jw15851/public_html/auth/users<BR>AuthGroupFile
/export/home/jw15851/public_html/auth/groups<BR>require
valid-user<BR></Directory> <BR>ScriptAlias /cgi-bin/
/export/home/jw15851/public_html/cgi-bin/<BR>ScriptAlias /_vti_bin/_vti_adm/
/export/home/jw15851/public_html/_vti_bin/_vti_adm/<BR>ScriptAlias
/_vti_bin/_vti_aut/
/export/home/jw15851/public_html/_vti_bin/_vti_aut/<BR>ScriptAlias /_vti_bin/
/export/home/jw15851/public_html/_vti_bin/<BR>ScriptAlias
/restricted/logs/_vti_bin/_vti_adm/
/export/home/jw15851/public_html/restricted/logs/_vti_bin/_vti_adm/<BR>ScriptAlias
/restricted/logs/_vti_bin/_vti_aut/
/export/home/jw15851/public_html/restricted/logs/_vti_bin/_vti_aut/<BR>ScriptAlias
/restricted/logs/_vti_bin/
/export/home/jw15851/public_html/restricted/logs/_vti_bin/<BR>ScriptAlias
/restricted/stats/_vti_bin/_vti_adm/
/export/home/jw15851/public_html/restricted/stats/_vti_bin/_vti_adm/<BR>ScriptAlias
/restricted/stats/_vti_bin/_vti_aut/
/export/home/jw15851/public_html/restricted/stats/_vti_bin/_vti_aut/<BR>ScriptAlias
/restricted/stats/_vti_bin/
/export/home/jw15851/public_html/restricted/stats/_vti_bin/<BR></VirtualHost></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>all subdomains would be pointed to <A
href="http://www.name.com">www.name.com</A> right?</FONT></DIV>
<DIV><FONT face=Arial size=2>thank you in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Joey</FONT></DIV></BODY></HTML>