[users@httpd] allow from based on database query (2.4)

2012-03-23 Thread John Karr
I have an application that uses both ip and credentials authentication, currently to update the "allow from" I have to edit a file and restart the server. My next release will be using Apache 2.4 with dbd authentication, I was wondering if there were a way to either have apache get its' ip address

[users@httpd] Compiling Apache 2.2.22 fails on Intel Mac OSX Server 10.5.8

2012-03-23 Thread Dave Smith
We are looking to upgrade a built-from-source Apache install on an Intel Mac OSX Server 10.5.8 production server (i.e. not Apple's Apache), but attempting to build Apache 2.2.22 fails spectacularly: tar xvzf httpd-2.2.22.tar.gz cd httpd-2.2.22 ./configure --prefix=/usr/local/apache_2.2.22 make

Re: [users@httpd] mod_cache.so doesn't build on Apache2.2.22

2012-03-23 Thread Junhee Park
Dear James, Thanks a lot. It worked like charm. The key to my problem was "--enable-mods-shared=most" this option. Using my source tree config provides no error; it just doesn't build the mod_cache.so into [APACHE INSTALL DIR]/modules. Still don't know why it does that. Anyway, adding that o

RE: [users@httpd] mod_cache.so doesn't build on Apache2.2.22

2012-03-23 Thread Rapp, James
> Can anyone tell me how to build "mod_cache.so" on Apache2.2.22? This is > indeed pretty basic stuff. But for some reason I can not get it built inside > the module directory. Surely there is an error returned by the configure script that can tell us why mod_cache.so is failing to build. I us

[users@httpd] Apache + Php CGI/FastCGI + userdir + suexec

2012-03-23 Thread Bruno MACADRE
Hi, I'm new to this list, but I am a user of Apache for a long time. I have set up a new web server with a certain number of restrictions, it's been several weeks since I'm on it and I can no results. My server must both provide a website for an institution (eg www.domaine.fr) and simultaneo

Re: [users@httpd] Problem when mixing RewriteRules and directives

2012-03-23 Thread Bruno Tréguier
Le 23/03/2012 07:09, Bruno Tréguier a écrit : Le 23/03/2012 à 1:37, Igor Cicimov a écrit : This is very interesting problem and I thought the issue was the typo leaving your var empty. I'll have to do some research about the mod_rewrite myself to confirm it precedes SetEnvIf in the order of exec