[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: Wed Apr 23 12:06:44 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Me again and still not got it working, huh..
Not just a bad day but a bad week lol.
This is what I was told to put in...
<VirtualHost 10.0.0.1>
ServerName "My virtual FTP server"
<Limit LOGIN>
DenyAll
</Limit>
.....
</VirtualHost>
And that...
> ServerName
> You don't have to restart or rebot or anything, the next time someone
> connects
> to proftpd, your new config will be read!
So I ended up with...
<VirtualHost 212.4.208.213>
mail.mccabes-online.co.uk "My virtual FTP server"
<Limit LOGIN>
DenyAll
</Limit>
.....
</VirtualHost>
and tried,
<VirtualHost 212.4.208.213>
ServerName "mail.mccabes-online.co.uk"
<Limit LOGIN>
DenyAll
</Limit>
.....
</VirtualHost>
And the result being I totally remove all FTP access for all on that IP
address......
Yes guys, I am missing something here very obvious and I will end up being a
dobby from Harry Potter waking myself on the head when I find out what I am
doing wrong here.
Any help much appreciated.
Thanks,
Mac