/etc/httpd/conf/httpd.conf

WordPress Rename Image URL For a CDN Usage

by Vivek Gite on November 20, 2010 · 23 comments

Recently, we moved all our static assets to a CDN as described here. However, we have over 8000+ old blog posts and we need to point static images url to our CDN account hosted at http://MyACCOUNT.cloudfront.net/images/ folder. How do I rename all image urls stored in wordpress posts? How do I offload static images to a CDN urls under Wordpress?

{ 23 comments }

CentOS / Redhat Apache mod_ssl Configuration

by Vivek Gite on November 21, 2009 · 10 comments

The mod_ssl module provides strong cryptography for the Apache Web server via the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. How do I install and configure mod_ssl under CentOS / Fedora / Redhat Enterprise Linux?

{ 10 comments }

How do I configure Apache IPv6 networking under UNIX / Linux / BSD operating systems? How do I configure httpd IPv6 and IPv4 under RHEL / CentOS / Fedora / Debian / Ubuntu Linux?

{ 3 comments }

My CentOS Apache 2 (httpd) webserver will not start. It was working fine, but I made few changes to httpd.conf and it is not restarting. What are some things to check in order to solve my Apache server restart issues?

{ 1 comment }

Find out Apache Version

by Vivek Gite on December 20, 2008 · 13 comments

Q. I have a rented dedicated LAMP server and I need to know what version of Apache I am running. How do I find out my Apache server version? How do I find out what modules loaded?

{ 13 comments }

Configure HTTPD to Listen Multiple Ports

by Vivek Gite on February 4, 2008 · 2 comments

Q. How do I configure Apache HTTPD to listen multiple ports under RHEL / Fedora / CentOS Linux Server?

{ 2 comments }

How do I display or change a default page other than index.html or index.php under Apache web server?

{ 11 comments }