Re: Getting some daemons out of the base system

2002-10-26 Thread mjoyner2
How about instead of removing them from the base system, taking a look at dividing the base system down into seperately installable segments? Base system options? Quoting [EMAIL PROTECTED]: > Hi all > > I don't know which maillings list to write, so I'll just write to this one. > Wouldn't it be

Re: transparent proxy support

2002-10-26 Thread mjoyner2
if you are serving web pages off of your natd/ipfw/squid box, the following helps to... (to prevent people trying to view your site from getting squid denied errors) modify my previous rule 62 to read 00062 4792 259184 fwd 127.0.0.1,3128 tcp from any to any 80 via ed0 where (in my cas

Re: transparent proxy support

2002-10-26 Thread mjoyner2
Ok, I just set it up here. updated my ports directory first. :) performed a *STOCK* install of squid 2.5 cd /usr/ports/www/squid make install added the following to my squid.conf --- httpd_accel_host virtual httpd_accel_with_proxy on httpd_accel_uses_host_header on acl our_networks src 192.168.0

Re: Setting permissions for a user

2002-10-25 Thread mjoyner2
Quoting Adam Bender <[EMAIL PROTECTED]>: > > I would like to create an account to be used for FTP. Since the password > will be known by a couple people / could be sniffed since it's not sftp, I > would obviously like to limit the powers of this user as much as possible. > Specifically, I would