Hi, Larry (thanks for the job tip!). Bad news: no. What you can do is
try to cheat, and use the VirtualHost function of Apache (discussed on
this same bat channel just yesterday) to allow different hostnames to
"resolve" to different URLs. Aside from that, there's no way to have
multiple hosts respond (properly, at any rate) to the same query to the
same port on the same IP address. [As always, I'm willing to be proven
wrong...]
-Ken
P.S. Here's the snippet from my httpd.conf file:
<VirtualHost 64.31.85.206>
ServerName brenga.com
DocumentRoot /mnt/hdb2/biggest/brenga
ErrorLog logs/brenga-error.log
</VirtualHost>
<VirtualHost 64.31.85.206>
ServerName bslezak.flyingtoasters.net
DocumentRoot /mnt/hdb2/biggest/moo
ErrorLog logs/bslezak.log
</VirtualHost>
As you can see, the hostnames are different, but the IP addresses are the
same. Note that only the primary machine will be responding to HTTP
requests, though; the other machine's info could be queried via NFS shares
or somesuch...
On Thu, 7 Jun 2001, Larry Cook wrote:
> In going through the GNHLUG archives, I came across this query
> from a year ago:
>
> http://www.mail-archive.com/[email protected]/msg03715.html
>
> I have a friend who just got into a similiar situation. Does
> anyone have other suggestions in addition to the two responses
> already posted?
>
> Brian, if you are still on this list, what did you end up doing?
> Did you ever come up with any other
> solutions?
>
> Thanks,
> Larry
>
>
> **********************************************************
> To unsubscribe from this list, send mail to
> [EMAIL PROTECTED] with the following text in the
> *body* (*not* the subject line) of the letter:
> unsubscribe gnhlug
> **********************************************************
>
>
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************