RE: {bb} larrd and apache
Philip Clark <[email protected]> Wed, 04 Apr 2007 19:47:37 +0100
| Newsgroups | gmane.network.bb4.general |
|---|---|
| Message-ID | <1175712458.5476.8.camel@friday> |
On Wed, 2007-04-04 at 10:29 -0400, Calderon, Willy (NIH/NINDS) [C]
wrote:
> Where do you hard-code this? Into the larrd-config.pl file?
>
No, actually inside the "apache-larrd.pl" script. The part, as
quoted, comes after the comment "# real work begins here", at line
67 in the version that I have.
For future reference, it might be best to leave the commented lines
in place so that you have a template to work from. If your web-
server was "my.web.com", that section would then look like:
%host_h = (
# 'your-domain.dom' => {
# port => "80",
# url => "/server-status?auto",
# },
# 'your-otherdomain.dom' => {
# port => "80",
# url => "/server-status?auto",
# },
'my.web.com' => {
port => "80",
url => "/server-status?auto",
},
);
Cheers, Phil.
--
Halon's Razor: Never attribute to malice that which is adequately
explained by stupidity.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:[email protected] with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.