I'm running into trouble diagnosing why httpd is exiting with code 1 and no
stdout / stderr output.
Installing onto Mac OS X 10.9.2, mostly following steps similar to
http://www.thegeekstuff.com/2012/05/install-apache-2-on-centos-6/
The server was starting fine using a vhost over port 80, and
Sometimes client bugs can manifest itself this way, say if a malformed redirect
continues redirecting them back to the same page, and a client bug prevents
noticing this.
What was the UserAgent of the user ?
~ john
On Sep 24, 2013, at 10:37 AM, Ryan Merrell wrote:
> We've had a probl
Hi Kim, this sounds like a good job for a proxy, to redirect traffic to
different servers. You can read up on apache's proxy support at
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
~ john
On Jul 18, 2013, at 12:00 PM, Clark, Kim wrote:
> I have a situation where site.domain.co
You should be able to use a rewrite rule that redirects to another server /
port / worker.
https://www.google.com/search?q=apache+redirect+based+on+useragent
~ john
On Jul 2, 2013, at 2:39 AM, Pete Jones wrote:
> Hello
>
> We have a small cluster of machines serving a wiki website.