HOW TO : Apache and SELinux
Quick note for future reference.. If you ever run into errors like this [code] <pre>Starting httpd: Warning: DocumentRoot [/var/www/html/static] does not exist Warning: DocumentRoot [/var/www/html/static] does...
Quick note for future reference.. If you ever run into errors like this [code] <pre>Starting httpd: Warning: DocumentRoot [/var/www/html/static] does not exist Warning: DocumentRoot [/var/www/html/static] does...
Tom Limoncelli put together a list of questions that are essentially a cheat-sheet to creating and running a very effective IT team. He called it the...
I was looking for a quick way to search for credit card numbers in a file and ran across this excellent post by Adrian Rollett. I...
Keytool is a java utility to manage SSL key databases (stores). Here are a couple of options for using this tool List the certificates in the...
netcat is a swiss army tool for network/security professionals. You can use it to listen on certain ports or connect to certain ports. For example, say,...
Say you want to enable reverse proxy on a site powered by Apache Web Server where all traffic to the web site it reverse proxied to...