> I am building an NT4.0 server that is hosting about 150+
> websites and it is running cf4.5ent and I would like to run
> apache on it. I have installed apache 1.3.14 on it and I can
> get to the cfadmin and set up the cf server but as soon as I
> start to set up the virtual host in the httpd file for the
> other sites all I get are 404 cfserver errors. All these
> websites are sharing one ip. I checked with allaire and they
> have no idea. If anyone is familier with this problem can you
> please help me out.
You've got some error in your httpd.conf file. Are you using the
NameVirtualHost directive? You should have something like this in
httpd.conf:
BindAddress *
NameVirtualHost 127.0.0.1
<VirtualHost server1.figleaf.com>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot "C:/Inetpub/wwwroot/"
ErrorLog logs/dave.figleaf.com.log
TransferLog logs/dave.figleaf.com-access.log
</VirtualHost>
<VirtualHost server2.figleaf.com>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot "C:/Inetpub/wwwroot/"
ErrorLog logs/dave.figleaf.com.log
TransferLog logs/dave.figleaf.com-access.log
</VirtualHost>
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com