On Fri, Jun 4, 2010 at 6:10 PM, Jeff Shearer wrote:
> I have an Apache 2.2 server sitting on a box with one physical address and
> multiple virtual addresses. The physical address servers my name-based
> virtual hosts where as the virtual addresses server ip-based virtual hosts.
> I read about
We are running apache as a reverse proxy front-end in our DMZ to forward
requests to apache servers in our back-end network segment.
Previously, until a few months ago, we ran one apache instance for each
client in the DMZ without reverse proxy, so the apache was both the
front-end and the app ser
hello,
I'm trying to find out if it's possible to configure Apache2 with two
seperate authentication modules (mod_auth_mysql and mod_auth_pgsql)
running in the same server.
I have two virtual servers running, and one needs mod_auth_mysql to
authenticate users against fields in a MySQL databa
Hello,
Has anybody ever had any success in using mod_auth_pgsql and
mod_auth_mysql within the same Apache 2 server implementation?
I have two virtual servers running applications:
On app requires authentication to a Postgresql databases.
The other virtual server's app authenticates via Mysql