apache server

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/)?

{ 1 comment }

Start / Stop / Restart Apache Web Server Via SSH

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?

{ 1 comment }

How do I start / stop / restart the Apache server under Fedora Linux using command line options?

{ 0 comments }

Linux: Find Out Apache User Name

by Vivek Gite on July 20, 2009 · 0 comments

How do I find out my apache username under Linux operating system or CentOS Linux server?

{ 0 comments }

HowTo: UNIX Restart Apache Server

by Vivek Gite on July 6, 2009 · 0 comments

How do I restart Apache web server under UNIX operating systems using command line or over the ssh session?

{ 0 comments }

FreeBSD: Restart Apache Server

by Vivek Gite on January 15, 2009 · 0 comments

How can I restart Apache web server under FreeBSD operating systems?

{ 0 comments }

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?

{ 1 comment }