[EMAIL PROTECTED] IP Blacklisting?

2007-09-20 Thread aaron smith
Is there anything in Apache to do some IP Blacklisting? Thanks all

[EMAIL PROTECTED] Apache Modules and Libraries

2007-09-14 Thread Aaron Smith
When apache loads a module, does it use any environment variables to locate it's libraries? If so..what? I have an install of apache 2.0.55 on HP-UX 11.11. It was compiled with mod_ldap.so and mod_auth_ldap.so. The OpenSSL libraries that were used during the compile of apr, apr-util, and httpd

[EMAIL PROTECTED] Installing New Apache Modules

2007-09-13 Thread Aaron Smith
Simple question. Hopefully. If I have an existing Apache installation, that was compiled from source, and the source tree is still intact on the system, is it possible to compile and install a couple of additional modules without re-installing all of apache? I'd like to add a few

RE: [EMAIL PROTECTED] Installing New Apache Modules

2007-09-13 Thread Aaron Smith
] On Behalf Of Joshua Slive Sent: Thursday, September 13, 2007 9:40 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Installing New Apache Modules On 9/13/07, Aaron Smith [EMAIL PROTECTED] wrote: Simple question. Hopefully. If I have an existing Apache installation

[EMAIL PROTECTED] SSL Library Error with mod_ssl

2007-09-11 Thread Aaron Smith
Continuing with trying to get Apache running on my HP-UX system, hoping someone can lend some thoughts. I recompiled apache 2.0.55 for about the 100th time, this time setting -enable-ssl=shared instead of compiling it in statically. Running apache in Debug mode results in: [Tue Sep 11

[EMAIL PROTECTED] Apache won't write to log files

2007-09-10 Thread Aaron Smith
Me again. Hope springs eternal that I'll be able to find someone who can respond to the odd issues I'm having. My previous problem of Apache not working correctly when accessed via SSL has morphed. Before, connecting to the SSL port would sort of work in that you'd get a page, but

RE: [EMAIL PROTECTED] Apache won't write to log files

2007-09-10 Thread Aaron Smith
it. Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College From: Aaron Smith [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:38 AM To: users@httpd.apache.org Subject

RE: [EMAIL PROTECTED] Apache and mod_ssl

2007-09-06 Thread Aaron Smith
an idea of what I can look at to track this problem down?? From: Aaron Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 2:04 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache and mod_ssl I have a feeling that I'm

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
Message- From: Graeme Fowler [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 5:25 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache and mod_ssl (extra info) On Tue, 2007-09-04 at 16:30 -0400, Aaron Smith wrote: Connecting via https to port 8045 shows the behavior

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
Oh, and I forgot to mention, it doesn't log anything at all in ANY of the logs when accessing the site via HTTPS. Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College

RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-05 Thread Aaron Smith
anyone? Aaron -Original Message- From: Aaron Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 8:38 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache and mod_ssl (extra info) Oh, and I forgot to mention, it doesn't log anything at all in ANY of the logs

[EMAIL PROTECTED] Apache and mod_ssl

2007-09-04 Thread Aaron Smith
I have a feeling that I'm missing something elementary here. I have an install of apache 2.0.55 with mod_ssl enabled on a HP-UX system in /opt/apache2. This one runs fine. I recompiled another copy of apache (same version) into /opt/apache2a (for testing purposes) to add mod_ldap

[EMAIL PROTECTED] Apache and mod_ssl (extra info)

2007-09-04 Thread Aaron Smith
So I tried something kind of new. I completely removed the directory with the non-functioning apache install. I went back to the source, did a make clean, a new configure using the same parameters as before: ./configure --prefix=/opt/apache3 --enable-auth-dbm=shared

[EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
Hello All, I've got authentication in place on my server for every virtual host. with the usual: Directory /whatever Options FollowSymLinks AllowOverride All Order deny,allow Deny from all AuthType Basic AuthUserFile /etc/httpd/conf/htpasswd AuthName Authorized users only! require valid-user

Re: [EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
perfect, thanks. On 8/17/07, Joshua Slive [EMAIL PROTECTED] wrote: On 8/17/07, aaron smith [EMAIL PROTECTED] wrote: But it seems that with the proxy it overrides HTTP authentication.. That's because the proxy never hits a local Directory. Use Location / instead. Joshua

[EMAIL PROTECTED] mod_ldap.so won't load

2007-07-17 Thread Aaron Smith
So we have apache 2.0.55 running on an HP-UX 11.11 system. I need to add ldap authentication support to this setup so I went about compiling mod_auth_ldap. I downloaded a tar ball of 2.0.55, put it in a temp directory, and then ran the same configure line (from config.log) that I

RE: [EMAIL PROTECTED] Secure LDAP Auth to Active Directory

2007-07-13 Thread Aaron Smith
Hmmm. Ok. So perhaps something along the line isn't being built but it's not stopping the entire process. I'll try it again and take a closer look at the output. Aaron Smith[EMAIL PROTECTED] System

[EMAIL PROTECTED] Secure LDAP Auth to Active Directory

2007-07-11 Thread Aaron Smith
So I'm having a devil of a time getting Apache 2.0.55 compiled on an HP-UX 11.11 system to support secure LDAP authentication to our Active Directory servers. I configure it like so: ./configure --prefix=/opt/apache2 --enable-auth-dbm=shared --enable-expires=shared --enable-headers=shared