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

2007-07-13 Thread Aaron Smith
Administrator (269) 337-7496 Kalamazoo College -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 5:22 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Secure LDAP Auth to Active Directory On 7/12/07, Aaron Smith [EMAIL PROTECTED] wrote

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

2007-07-12 Thread Eric Covener
On 7/12/07, Aaron Smith [EMAIL PROTECTED] wrote: Well, I tried added that but it didn't seem to help. It's acting like it can't find the shared libraries for OpenLDAP. I have the directory in SHLIB_PATH and I a -L/usr/local/OpenLDAP.2.3/lib in the line before the error, so I'm not sure how

[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

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

2007-07-11 Thread Brian Foddy
Aaron Smith wrote: 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

[EMAIL PROTECTED] Secure or not?

2006-08-23 Thread kloomis
Hello: On my secure site the php code print Port:.$_SERVER['SERVER_PORT']); prints port:80 when accessing the site with https:// The little padlock is showing at the bottom of the page and the router is set to send 443 to the server. In httpd.conf I have: NameVirtualHost *:80

Re: [EMAIL PROTECTED] Secure or not?

2006-08-23 Thread herauthon
remove :*80 ? or forward to 443 - Original Message - From: kloomis [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, August 23, 2006 7:29 PM Subject: [EMAIL PROTECTED] Secure or not? Hello: On my secure site the php code print Port:.$_SERVER['SERVER_PORT']); prints port

Re: [EMAIL PROTECTED] Secure or not?

2006-08-23 Thread kloomis
- Original Message - From: kloomis [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, August 23, 2006 7:29 PM Subject: [EMAIL PROTECTED] Secure or not? Hello: On my secure site the php code print Port:.$_SERVER['SERVER_PORT']); prints port:80 when accessing the site

RE: [EMAIL PROTECTED] Secure Apache Directories

2006-04-05 Thread Boyle Owen
-Original Message- From: David Bernal [mailto:[EMAIL PROTECTED] Sent: Dienstag, 4. April 2006 18:21 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Secure Apache Directories Hello All, I've setup my own authentication scheme with PHP/MySQL but it didn't help with non

Re: [EMAIL PROTECTED] Secure Apache Directories

2006-04-05 Thread David Bernal
- From: David Bernal [mailto:[EMAIL PROTECTED] ] Sent: Dienstag, 4. April 2006 18:21 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Secure Apache Directories Hello All, I've setup my own authentication scheme with PHP/MySQL but it didn't help with non php files.For example, If i post

[EMAIL PROTECTED] Secure Apache Directories

2006-04-04 Thread David Bernal
Hello All, I've setup my own authentication scheme with PHP/MySQL but it didn't help with non php files. For example, If i post a document SECURE.PDF, how do I secure it from being seen by the outside world? I don't want to use .htaccess directory security AND my PHP authentication. I really

[EMAIL PROTECTED] Secure SSL Site: What am I doing wrong?

2006-03-25 Thread Evan Platt
Running Apache 2.2.0 on a OS/X 10.4 system, compiled from source. I have mod_ssl enabled. In my httpd.conf, I have Include conf/extra/httpd-ssl.conf in my httpd-ssl.conf, I have IfDefine SSL VirtualHost _default_:443 # General setup for the virtual host SSLEngine on SSLCertificateFile

Re: [EMAIL PROTECTED] Secure SSL Site: What am I doing wrong?

2006-03-25 Thread Emmanuel E
See if removing the password from the SSLCertificateKeyFile helps. openssl rsa -in server.pem -out server.key - Original Message - From: Evan Platt [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Sunday, March 26, 2006 5:53 AM Subject: [EMAIL PROTECTED] Secure SSL Site: What am I

Re: [EMAIL PROTECTED] Secure SSL Site: What am I doing wrong?

2006-03-25 Thread Evan Platt
At 07:40 PM 3/25/2006, you wrote: See if removing the password from the SSLCertificateKeyFile helps. openssl rsa -in server.pem -out server.key Thanks for the suggestion.. Getting a little further. Now if I start httpd -DSSL, I get: [Sat Mar 25 20:44:26 2006] [warn] _default_ VirtualHost

Re: [EMAIL PROTECTED] Secure SSL Site: What am I doing wrong?

2006-03-25 Thread Evan Platt
At 08:44 PM 3/25/2006, you wrote: At 07:40 PM 3/25/2006, you wrote: See if removing the password from the SSLCertificateKeyFile helps. openssl rsa -in server.pem -out server.key Thanks for the suggestion.. Getting a little further. Now if I start httpd -DSSL, I get: [Sat Mar 25 20:44:26

Re: [EMAIL PROTECTED] Secure SSL Site: What am I doing wrong?

2006-03-25 Thread Evan Platt
At 08:49 PM 3/25/2006, you wrote: Ok, my bad, found 2 instances of a default_443. Put only one, but now neither httpd -DSSL or -k start start apache. Nothing written to error_log. I wish I could say what I did, but it's working now. :-D

RE: [EMAIL PROTECTED] secure site

2006-01-26 Thread Boyle Owen
-Original Message- From: jay [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 25. Januar 2006 17:36 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] secure site Hello all, I am running Apache on a Mac server. I have one public site and one virtual private one. I would like

[EMAIL PROTECTED] secure site

2006-01-25 Thread jay
Hello all, I am running Apache on a Mac server. I have one public site and one virtual private one. I would like to somehow allow some people (remote users) to access the private one with some sort of authentication, if possible. Anyone have any suggestions? Thanks, Jay

[EMAIL PROTECTED] Secure Apache proxy chaining

2005-11-28 Thread Graham_Trigge
Guys and gals, Background - I am trying to chain together two Apache servers (server1 running Sol 9 Apache 2.0.47, server2 running Sol 9 Apache 2.0.55) for certain sites. Due to security restrictions within the customers network, I need to access the web interface of one of their appliances