View Single Post
  #1   (View Single Post)  
Old 13th June 2008
jedispy jedispy is offline
New User
 
Join Date: Jun 2008
Posts: 3
Default Apache 1.3 question

I am setting up a temporary mail host on a Windows 2000 machine. I am creating the virtual host entry in my httpd.conf file on my FreeBSD box for the mail server.
Code:
<VirtualHost *>
    ServerAdmin yadda@yaddayaddayadda.com
    DocumentRoot /usr/home/infinity/public_html
    ServerName mail.yaddayaddayadda.com.com
</VirtualHost>
Let's say that the internal IP address for mail.yaddayaddayadda.com is 192.168.0.7. What directive do I use in httpd.conf to specify the internal IP address of the mail server?
__________________
Jedispy

Rather new to FreeBSD, but willing to learn.
Reply With Quote