Re: [users@httpd] Apache as reverse proxy for internal IIS web server

2014-03-15 Thread Daniel Ruggeri
On 3/14/2014 3:39 PM, Bill Beattie wrote: > > *Hello,* > > *Pardon my ignorance as I am new to Apache.* > > * * > > *We would like to use Apache 2.4 as a reverse proxy (located outside > firewall) to an internal IIS web server hosting an SSL based website.* > > *The basic install of Apache has been

[users@httpd] Re: Apache/2.2.22 - child pid exit signal Bus error (7)

2014-03-15 Thread Mark Thom
Ok i've got something more, I installed missing libc6 detached debugging symbols , and now i've got something like this Core was generated by `/usr/sbin/apache2 -k start'. Program terminated with signal 7, Bus error. #0 __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119 119

[users@httpd] Apache/2.2.22 - child pid exit signal Bus error (7)

2014-03-15 Thread Mark Thom
Hello, I'm fighting from few days with "signal Bus error(7)" on my Apache instance, and i can't figure out what is wrong and what thing is causing this error.. Thanks in advance for any suggestions what can be wrong! Details === OS: Debian 7.4 amd64 # apache2 -V Server version: Apache/2.2.22

Re: [users@httpd] How to combine require user and require ldap-group?

2014-03-15 Thread Eric Covener
> As it stands, alice, bob, carol cannot get in unless they are in group foo. > Anyone in group foo can get in. 1.2.3.4 can get in without authenticating. > How do I get it to also allow alice, bob, and carol? > > Take out the require ldap-group line and now alice, bob, and carol can get > in. I've