That's easy, set apache to be a standalone server, and tell it the servername is localhost, don't specify any Listen IP-setting, just that it is bound to port 80 (or what ever port you want it runnign on)I am not exactly sure how to set apache up with this name. *I dont really get the fully qualified domain name part. * ???Could someone please explain this and how it relates to apache and other things like mail it would help me out alot.
quoted from: http://httpd.apache.org/docs/vhosts/name-based.htmlOn a side note.....is it possible to set up virtual hosts with a dynamic ip using the dynamic dns people??
NameVirtualHost *
<VirtualHost *>
ServerName www.domain.tld
DocumentRoot /www/domain
</VirtualHost>
<VirtualHost *>
ServerName www.otherdomain.tld
DocumentRoot /www/otherdomain
</VirtualHost>


Reply With Quote
Bookmarks