Re: [users@httpd] how to get httpd to use a proxy, cascading to a 2nd proxy ?

2015-04-01 Thread Julian H. Stacey
I wrote: > & no manuals, & I'm new to Android (but familiar with Apache & FreeBSD) "route add default gw 192.168.42.139 dev rndis0" fails with: Not permitted, (I need to root the device), So I'd still like to solve the double proxy question please. Cheers, Julian -- Julian Stacey, B

Re: [users@httpd] Apache 2.4 Compile Questions

2015-04-01 Thread Lesley Kimmel
Surely they would. I guess I neglected to mention that we typically build a self-contained installation which is pretty much transportable between systems without having to install the prerequisite packages. -Original Message- From: Nick Kew Sent: Wednesday, April 01, 2015 4:43 PM To:

[users@httpd] how to get httpd to use a proxy, cascading to a 2nd proxy ?

2015-04-01 Thread Julian H. Stacey
Hi all on users@httpd.apache.org Can httpd _use_ (not just _be_) a proxy, cascading to a 2nd proxy on a gate ? (Not just the common case of httpd serving as a proxy for down stream clients, though I need that too on same httpd, I already have that part working) I want to get httpd on an interna

Re: [users@httpd] Apache 2.4 Compile Questions

2015-04-01 Thread Nick Kew
On Fri, 27 Mar 2015 14:21:14 -0500 Lesley Kimmel wrote: > All; > > I am generally responsible for compiling Apache at my job but looking ahead > to Apache 2.4 I am running into a couple of issues/questions: I expect your package manager will install perfectly good versions of PCRE and OpenSSL

[users@httpd] Missing log entries?

2015-04-01 Thread Andrew Moise
Hello all. I'm trying to analyze the behavior of visitors to my web site by parsing my Apache access log, and it seems that the log is missing some entries. For example, it's happened before that there's an entry in the log for serving an image, with a referrer set to one of my HTML pages, but

Re: [users@httpd] sudo: apachectl: command not found

2015-04-01 Thread Mike Rumph
Hello Padmahas, For Apache httpd there is no make uninstall, but there is a make clean, make distclean and make extraclean. You could try setting up a separate Apache httpd installation inside your home directory with the following instructions: - cd to your Apache httpd source directory - $