Category Archives: Apache

By April 06, 2019

mod_fcgid: error reading data from FastCGI server This error can be due to a number of reasons. I really wish it was more descriptive . In our case the issue was related to the path suexec expected the files to be. suexec -V -D AP_DOC_ROOT=”/var/www/” Suexec was compiled to use /home as the Doc root


Read More
By August 08, 2018

create a file called htaccess and type in the following AuthUserFile /usr/local/apache/htdocs/admin/.htpasswd AuthName “Authorization Required” AuthType Basic require valid-user the htpasswd file can be create using the following method from ssh _ shell access needed htpasswd -c /home/user/.htpasswd admin the above will create a password file with the user admin .. the password will be


Read More
By June 02, 2018

RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(w*)$ https://www.<domain>/$1


Read More
By July 18, 2017

If you are seeing “deny not allowed here” within your error logs .Try adding the following to your httpd conf file for the virtual site. or


Read More
By April 06, 2017

With Internet privacy on everyone’s mind. I decided it was time to do some house keeping myself. I ran my main domain through the test at SSL Labs . I ended up with a SSL grade of B- :( wow . I ran a test via Google chrome and Chrome returned the message “obsolete cipher


Read More
1 2 3 4