Tag Archives - apache
allow, deny, ignore: cfd – ConfigServer Firewall
csf.allow and csf.deny are for the firewall where as csf.ignore is for lfd
One-Liners to Improve Server Security | SiteKickr Blog
Some of these are actually pretty cool. 1 was disable Trace / Track. 2. Shutdown FTP Server 3. Put you db on a different sever 4. Disable PHP eval functuon 5. Turn of mail server 6. SSL V3 7. Don’t support .htaccess files Most of these I need, like the mail, and the ftp and…
Restart UNIX httpd service
I changed my httpd.conf file and to make it implement one must run the following commands / restart the apache server. Login as root [code] service httpd restart [/code]