very quick (because I am busy):
the Nameserver directs all domains to one IP
www.mybeautyshop.com - 123.456.789.1
www.mymotorshop.com - 123.456.789.1
www.myartshop.com - 123.456.789.1
123.456.789.1 is the physical machine on which Apache is running as
webserver.
Internally, Apache could be configured in httpd.conf to serve different
domains as virtual hosts
The internal file system would look like this
/usr/local/httpd/htdocs/www.mybeautyshop.com/htdocs/
/usr/local/httpd/htdocs/www.mymotorshop.com/htdocs/
/usr/local/httpd/htdocs/www.myartshop.com/htdocs/
So You create subdirectories under /usr/local/httpd/htdocs/
Each of the subdirectories is similiarily constructed, so You have in
/usr/local/httpd/htdocs/www.myartshop.com/cgi-bin/formmail.pl
another formmail script as in
/usr/local/httpd/cgi-bin/formmail.pl
For exact know-how please read the Apache manual or online documentation at
apache.org.
Max
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html