In additions to setting up virutal hosts, you'll want to enable apache
to work with CF server, and to parse cgi and pl files correctly, etc.
I can send the whole httpd.conf file offline if you like. For now,
here's the snippets which let me have two local sites running with
these URL's: http://alana and http://bcc.
Note that in my OS hosts file I need to also add:
127.0.0.1 alana
127.0.0.1 bcc
so the machine knows not to look for those local URL's over the Net.
Remember to re-start Apache each time you change the httpd conf
configurations.
-----------------
DocumentRoot F:/wwwroot/
<Virtualhost alana>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot F:/wwwroot/alana/
ServerName alana
<Ifmodule mod_alias.c>
ScriptAlias /cgi-bin F:/wwwroot/alana/cgi-bin
</Ifmodule>
</Virtualhost>
<Virtualhost bcc>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot F:/wwwroot/bcc/
ServerName bcc
<Ifmodule mod_alias.c>
ScriptAlias /cgi-bin F:/wwwroot/bcc/cgi-bin
</Ifmodule>
</Virtualhost>
-------------
Regards,
Bob Haroche
O n P o i n t S o l u t i o n s
www.OnPointSolutions.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

