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?
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?
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?
by Vivek Gite on February 5, 2009 · 1 comment
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?
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?
Q. How do I configure Apache HTTPD to listen multiple ports under RHEL / Fedora / CentOS Linux Server?
How do I display or change a default page other than index.html or index.php under Apache web server?