Squidguard helps for this.
http://www.squidguard.org/
Search found 161 matches
- 2010/01/20 21:12:16
- Forum: CentOS 5 - Miscellaneous Questions
- Topic: I NEED HELP IN LOGGING VISITED WEBSITE.
- Replies: 2
- Views: 459
- 2010/01/20 20:26:26
- Forum: CentOS 5 - Security Support
- Topic: External Authentication via RadiusNT
- Replies: 2
- Views: 530
External Authentication via RadiusNT
I think it would make sense to include what you wanted to authenticate to if not ssh.
- 2010/01/20 20:24:36
- Forum: CentOS 5 - Server Support
- Topic: pam file
- Replies: 2
- Views: 542
pam file
Based on the file located in the docs /usr/share/doc/pam-0.99.6.2/txts/README.pam_tally
I would say you have it configured wrong and you should have something like:
auth required pam_tally.so deny=3 magic_root lock_time=180
I would say you have it configured wrong and you should have something like:
auth required pam_tally.so deny=3 magic_root lock_time=180
- 2010/01/20 20:14:33
- Forum: CentOS 5 - Server Support
- Topic: vsftpd with krb, pam_ldap and authentication with AD
- Replies: 3
- Views: 1017
vsftpd with krb, pam_ldap and authentication with AD
It looks like you need to configure the ldap.conf file. Please post that here.
Thanks,
Thanks,
- 2009/04/24 19:19:30
- Forum: CentOS 5 - General Support
- Topic: Installation Freezes at "Formatting / File System" 99% with CentOS 5.3
- Replies: 2
- Views: 529
Installation Freezes at "Formatting / File System" 99% with
It sounds like you tried a graphics install. I seen that happen where the dial turns and turns. Try text mode.
- 2009/03/03 14:28:53
- Forum: CentOS 5 - General Support
- Topic: help to create /var after install
- Replies: 2
- Views: 328
Re: help to create /var after install
Just add another disk and mount it on /var2 then issue the command
tar -cO /var/ | tar -x -C /var2
after it's completed then edit /etc/fstab to mount the drive on /var instead of /var2
tar -cO /var/ | tar -x -C /var2
after it's completed then edit /etc/fstab to mount the drive on /var instead of /var2
- 2009/03/03 14:09:26
- Forum: CentOS 5 - Hardware Support
- Topic: ProLiant 350ml G5 ---- 2 array in RAID 1+0
- Replies: 2
- Views: 409
ProLiant 350ml G5 ---- 2 array in RAID 1+0
Please paste the boot messages in dmesg. Also what does the command:
fdisk -l
produce?
fdisk -l
produce?
- 2009/03/03 14:06:41
- Forum: CentOS 5 - Hardware Support
- Topic: Another Firewire Driver Issue in 2.6.18-92.1.22.el5.centos.plus
- Replies: 5
- Views: 973
Another Firewire Driver Issue in 2.6.18-92.1.22.el5.centos.p
Try to set exclusive_login=1 to see if it works. If it does then you have to enable support for concurrent logins in the sbp2 device or it will not allow you to connect even 1 device setup with exclusive_login disabled.
- 2009/03/03 13:58:53
- Forum: CentOS 5 - Webhosting Support
- Topic: JS error
- Replies: 2
- Views: 886
JS error
Try to enable this in php.ini
max_execution_time = 600
Or you can turn on debugging and paste the output here.
max_execution_time = 600
Or you can turn on debugging and paste the output here.
- 2009/03/03 13:51:36
- Forum: CentOS 5 - Webhosting Support
- Topic: Cent OS Apache /w Webmin
- Replies: 7
- Views: 1939
Re: Cent OS Apache /w Webmin
It looks like your path is wrong or it's possible the apache owner does not have permissions for the directory/files.