Brute force attack aims at being the simplest kind of method to gain access to a site (wordpress or not). It combines usernames and passwords, over and over again, until …
Category: Apache
CentOS server – basic Apache settings
It is recommended to set up a few things before you go live with your web server. Remove the welcome page Open /etc/httpd/conf.d/welcome.conf file and comment all lines. # This …
phpMyAdmin with mod_fcgid – http auth with CGI
One of the mod_fcgid benefit is using different user for executing scripts in different directories (for example every hosted virtual domain has its own system user which can only execute …
Problem with apache – Address already in use… Unable to open logs
This morning I had a problem with apache. The httpd was stopped and the #service httpd restart didn’t work. Starting httpd: (98)Address already in use: make_sock: could not bind to …