While digging into Amazon AWS documentation for HTTPS or SSL setup, I bumped onto the following services from Qualys SSL Labs . Because I wanted to test how secure is
Tag: apache
Making www and @ point to the same servername in apacheMaking www and @ point to the same servername in apache
Sometime we just can’t control the client is accessing our website either via www or just without www. In virtualhost setting for apache this can be done by adding the

httpd:How to add another port for webhostinghttpd:How to add another port for webhosting
Let’s say somehow client want the webservices to be hosted at the different port of default *:80. Just add the following : into /etc/httpd/conf/httpd.conf #Listen 12.34.56.78:80 Listen 80 Listen 8080
Why .htaccess having no effect ?Why .htaccess having no effect ?
Sometime I wonder when created and changed .htaccess in my box doesn’t have any effect at all. The only realiazed .. Because there is a line in /etc/httpd/conf/httpd.conf