In article <(E-Mail Removed)>, Monzai <(E-Mail Removed)> wrote:
> Nathan Given wrote:
> > The sysadmin is also my superior... so I just want to get this
> > straight before I go prancing into his office...
>
> As long as he is human .... ;-)
>
> > It is running apache ( you can go to http://ebiz.byu.edu directly to
> > see this). What should the ServerName setting be?
>
> ServerName ebiz.byu.edu
>
> ;-) Cheers,
> Monzai
>
One other thing to keep in mind. If Apache's running name based virtual
hosts, the ServerName is set within each VirtualHost section, e.g:
NameVirtualHost:128.187.89.84:80
#### intervening config stuff ###
<VirtualHost:128.187.89.84:80>
ServerName ebiz.byu.edu
DocumentRoot /home/for/ezbiz
</VirtualHost>
That should keep the sysadmin happy and possibly convince him you know what
you're talking about. It's all in the manual.
- Doug