Re: [us...@httpd] Compiling apache with sqllite, um, support?

2010-02-01 Thread Mark Jones
Thank you Nick. So much to learn. I'll concentrate on dynamic loading and APR. On Mon, Feb 1, 2010 at 2:24 PM, Nick Kew wrote: > On Mon, 1 Feb 2010 11:06:34 -0800 > Mark Jones wrote: > > > > -What does it mean that configure found these files? Do I say I compiled > > apache "with sqllite3 su

Re: [us...@httpd] Compiling apache with sqllite, um, support?

2010-02-01 Thread Nick Kew
On Mon, 1 Feb 2010 11:06:34 -0800 Mark Jones wrote: > -What does it mean that configure found these files? Do I say I compiled > apache "with sqllite3 support"? Looks like it, and that's probably as much as you need to know. But since you ask ... It's actually APR that has (or lacks) sqlite s

[us...@httpd] mod_proxy_balancer and balancer_manager - Programmatic access?

2010-02-01 Thread Les Hazlewood
Hi all, I have a cluster of Apache instances that are acting as load balancers via mod_proxy_balancer. I would like to configure each one of the Apache instances dynamically from a single location - add and remove members, enable or disable them, etc. Is there any documentation on how to interac

[us...@httpd] Apache Processes Hung "Sending Reply"

2010-02-01 Thread Tom Ritter
I have 40 or so apache processes suspended in "Sending Reply". My hypothesis is that MySQL had a problem, and either apache or php somehow got gummed up and isn't cleaning up for some reason. I'm hoping the list can give me more ideas for debugging or point me in the right direction. Here is t

[us...@httpd] Compiling apache with sqllite, um, support?

2010-02-01 Thread Mark Jones
I recently took the plunge and compiled my own apache2 for my Ubuntu (9.10) server. I ran configure with -n and was looking over the output to try to learn a bit about what's happening. I noticed at one point that configure was checking to see if sqlite3 files were available (they weren't). I wa

[us...@httpd] Re: securely hosting excel help files on apache

2010-02-01 Thread dadahojo cc2c
corrcted the subject line, should read ..."securely hosting excel help files on apache" On Mon, Feb 1, 2010 at 1:54 PM, dadahojo cc2c wrote: > Hi, > > We have a requirement wherin the excel plugin help files we currently host > locally > on users desktops needs to be setup on a web server and a

[us...@httpd] securely hosting apache help files on apache

2010-02-01 Thread dadahojo cc2c
Hi, We have a requirement wherin the excel plugin help files we currently host locally on users desktops needs to be setup on a web server and accessible frm within excel, securely(i.e with user id checks). this is so that the help files can be dynamically updated. Has anyone done or heard of anyt

RE: [us...@httpd] RE: Apache reverse proxy / mod_rewrite behaviour

2010-02-01 Thread Raymond Zeilstra
Hi Emmanuel, Hmm, must have missed that bit! But thanks, this was indeed the problem! I've setup another proxy in front with just the rewriting and now it works like a charm! Cheers, Raymond -Original Message- From: Emmanuel Bailleul [mailto:emmanuel.baill...@telindus.fr] Sent: maanda

Re: [us...@httpd] apache configuration error

2010-02-01 Thread Nick Kew
daulat khan wrote: /usr/ucbinclude/sys/file.h:156:20: macro "lseek" requires 3 arguments, That's BSD compatibility headers. You shouldn't go anywhere near those compiling on Solaris, unless perhaps it's a cross-compile or other such specialist job! I expect apache's configure expects native

Re: [us...@httpd] apache configuration error

2010-02-01 Thread Jeff Trawick
On Mon, Feb 1, 2010 at 10:33 AM, daulat khan wrote: > Hi, > > > i am hitting with this error while configuring apache httpd-2.2.14 in > solaris 10 machine > > > checking pthread.h presence... yes > configure: WARNING: pthread.h: present but cannot be compiled toolchain problem a quick fix might

[us...@httpd] apache configuration error

2010-02-01 Thread daulat khan
Hi, i am hitting with this error while configuring apache httpd-2.2.14 in solaris 10 machine checking pthread.h presence... yes configure: WARNING: pthread.h: present but cannot be compiled and while running make it produces this error. /usr/ucbinclude/sys/file.h:156:20: macro "lseek" require

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Brian Mearns
On Mon, Feb 1, 2010 at 5:33 AM, Emmanuel Bailleul wrote: > > >> -Message d'origine- >> De : David Cotter [mailto:davidcot...@gmail.com] >> Envoyé : lundi 1 février 2010 11:30 >> À : users@httpd.apache.org >> Objet : Re: [us...@httpd] proxy chaining to squid >> >> n Mon, Feb 1, 2010 at 9:08

RE: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Emmanuel Bailleul
> -Message d'origine- > De : David Cotter [mailto:davidcot...@gmail.com] > Envoyé : lundi 1 février 2010 11:30 > À : users@httpd.apache.org > Objet : Re: [us...@httpd] proxy chaining to squid > > n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: > > $quoted_author = "David Cotter" ; >

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread David Cotter
n Mon, Feb 1, 2010 at 9:08 AM, Martin Barry wrote: > $quoted_author = "David Cotter" ; >> >> I have two virtual hosts and a squid proxy running. I want to be able to use >> the squid proxy on port 80 though it is running on 3128. > > Why? If you describe a bit more exactly what you are trying to a

Re: [us...@httpd] proxy chaining to squid

2010-02-01 Thread Martin Barry
$quoted_author = "David Cotter" ; > > I have two virtual hosts and a squid proxy running. I want to be able to use > the squid proxy on port 80 though it is running on 3128. Why? If you describe a bit more exactly what you are trying to achieve it would help us help you. > This does not work I

[us...@httpd] RE: Apache reverse proxy / mod_rewrite behaviour

2010-02-01 Thread Emmanuel Bailleul
> -Message d'origine- > De : Raymond Zeilstra [mailto:raym...@wannahaves.nl] > Envoyé : vendredi 29 janvier 2010 10:49 > À : users@httpd.apache.org > Objet : [us...@httpd] Apache reverse proxy / mod_rewrite behaviour > > > > Hello, > > I'm trying to redirect visitors from certain countr