[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Admin email address in cgiwrap.
- Subject: Re: [cobalt-users] Admin email address in cgiwrap.
- From: Roger Harrison <cobalt@xxxxxxxxxxxxxxx>
- Date: Mon Feb 5 00:40:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 5 Feb 2001, Matt Brown wrote:
> I have been searching the archives to find if it is possible to change the
> email address
> of the admin on a cgiwrap error page, but to no avail.
In the <VirtualHost></VirtualHost> part of httpd.conf
change:
ServerAdmin admin
to:
ServerAdmin whatever@xxxxxxxxxxxx
[Usual disclaimers apply: doing this can invalidate your warranty, back up
the file before editing it].
Roger Harrison