by Vivek Gite on December 19, 2010 · 1 comment
Our customer support wiki runs on an internal host (ip:192.168.1.100:300, hostname a-node100.:300) and it is behind the nginx reverse proxy server. However, our Apache server end up displaying internal server name http://a-node100.:300/, which results into an unexpected redirection and timeouts as http://a-node100.:300/ is not accessible over the Internet. How do I force nginx or apache to use the base URL of our server (http://support.example.com/wiki/)?
by Vivek Gite on February 14, 2010 · 1 comment
How do I start / stop or restart Apache web sever via SSH (secure shell) under Linux or UNIX operating systems?
How do I start / stop / restart the Apache server under Fedora Linux using command line options?
How do I find out my apache username under Linux operating system or CentOS Linux server?
How do I restart Apache web server under UNIX operating systems using command line or over the ssh session?
How can I restart Apache web server under FreeBSD operating systems?
Q. How do I make changes in a Apache server config file to take effect without restarting the Apache server itself w/o interrupting users’ current session?