[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Admin email address in cgiwrap.



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