[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Disable FTP Access
- Subject: RE: [cobalt-users] Disable FTP Access
- From: "Ian" <ian@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue Apr 22 10:36:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi Larry,
> According to the Proftpd docs, you can simply add a <Limit LOGIN> section to
> the virtualhost section for that site and immediately shutdown all FTP to
> that site:
>
> <VirtualHost 10.0.0.1>
> ServerName "My virtual FTP server"
> <Limit LOGIN>
> DenyAll
> </Limit>
> .....
> </VirtualHost>
>
> Just tested it against a site here and it works...
That sounds just the ticket, diamond.
When you say the virtualhost section, are you talking about its entry within the
httpd.conf file or a specific Proftpd file.
Oh BTW: Please ignore my ignorance if it is too obvious, but want to make sure I
get it right.
Thanks again Larry,
Mac