[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] newbie [PAGE]
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] newbie [PAGE]
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 29 Jan 2008 12:43:19 +0100
- References: <971b43ce0801282351o218649a2h4542d5a50d80aae3 (at) mail.gmail.com> <BFC91AB2421223439608BFFF2225BAA1B29DF06F5E (at) EXCHANGE-NOP.nlr.nl> <971b43ce0801290104y1eb45f4fm3c409d93722695d (at) mail.gmail.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Tue, Jan 29, 2008 at 02:34:27PM +0530, Sabeer MZ wrote:
> Thanks for response.
>
> But there is an issue here. if you check the configuration it comes like:-
>
> PAGE=<page-name> and under that all the processes and things.
> PROC ftp
> PROC mySQL
> etc...
Use the EXHOST setting to filter out this particular host that
is not running ftp.
But I think your process names are just plain wrong. MySQL doesn't have
a process named "mySQL" - it's "mysqld". FTP servers normally dont have
a process named "ftp" - it's "ftpd", "in.ftpd" or similar.
Henrik