[users@httpd] setting up fresh instance with SSL; httpd exiting 1 with no log

2014-03-04 Thread john gale
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

Re: [users@httpd] Single User DoS. How is this happening?

2013-09-24 Thread john gale
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

Re: [users@httpd] redirect request to two different server

2013-07-18 Thread john gale
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

Re: [users@httpd] Redirect search robots onto a dedicated cluster machine

2013-07-02 Thread john gale
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.