Posted by:
TwistedChaos
(---.rochester.res.rr.com)
yes it is possible but not necessarily the best
if you wish to do such a thing....
follow these simple steps...
1.) Place this in your httpd.conf
# get the server name from the Host: header
UseCanonicalName Off
# this log format can be split per-virtual-host based on the first field
LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
CustomLog logs/access_log vcommon
# include the server name in the filenames used to satisfy requests
VirtualDocumentRoot C:/wamp/www/%0
VirtualScriptAlias C:/wamp/www/%0/cgi-bin
2.) Edit the above for you server and your information
3.) Make sure the mod_vhost_alias module is enabled
save and restart for the last time
now make sure your directories are created properly for each domain
example
for the domain : this-domain.com
c:/wamp/www/this-domain.com
c:/wamp/www/this-domain.com/cgi-bin
then your all set...
A Massive Heart Attack = Computer Crash
I am a member of CAF -> Computer Addicts Forever