RE: [EMAIL PROTECTED] grab header to redirect

2006-08-15 Thread Declerck Michael-W30479
Slive Sent: Wednesday, August 09, 2006 10:31 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] grab header to redirect On 8/9/06, Declerck Michael-W30479 <[EMAIL PROTECTED]> wrote: > Hello, > Is there a way to grab a header/DNS name using Apache 2.2? > A little background: >

[EMAIL PROTECTED] grab header to redirect

2006-08-09 Thread Declerck Michael-W30479
Hello, Is there a way to grab a header/DNS name using Apache 2.2? A little background: I have a primary DNS name and a secondary DNS name that maps to the same IP address. Right now, my Apache 2.2 configuration redirects the client directly to the index.pl page using the directives: DirectoryI

RE: [EMAIL PROTECTED] Unlock Your Mind's Hidden Power, Today...

2006-08-07 Thread Declerck Michael-W30479
Are you serious? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Sunday, August 06, 2006 8:36 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Unlock Your Mind's Hidden Power, Today... www.HumanDataTransfer.com great information. --- MAF Anti-Spa

RE: [EMAIL PROTECTED] LDAP auth: Internal Server Error

2006-08-04 Thread Declerck Michael-W30479
I think I've got something: http://httpd.apache.org/docs/2.2/mod/mod_ldap.html under OpenLDAP SDK states that I need to have the directive LDAPTrustedGlobalCert to be specified in order for it to work. ..After trying this with my SSL certifiacte I still have the same problem. Is there a special LD

RE: [EMAIL PROTECTED] LDAP auth: Internal Server Error

2006-08-04 Thread Declerck Michael-W30479
In my previous message, I included the errors that I have been experiencing: [Thu Aug 03 11:00:20 2006] [error] Internal error: pcfg_openfile() called with NULL filename [Thu Aug 03 11:00:20 2006] [error] [client 10.22.62.15] (9)Bad file descriptor: Could not open password file: (null) These e

RE: [EMAIL PROTECTED] LDAP auth: Internal Server Error

2006-08-04 Thread Declerck Michael-W30479
I downloaded ans installed OpenLDAP v2.3.24 from source. I'm not sure if that came with an SDK... I don't see any SDK's on the OpenLDAP download website. Where could I get an SDK? -Original Message- From: Mika Borner [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 12:29 AM To:

[EMAIL PROTECTED] LDAP auth: Internal Server Error

2006-08-03 Thread Declerck Michael-W30479
I want to allow only certain users to authenticate themselves against an LDAP server. This authentication is only for a folder on my document root. I am using Apache2.2.2. I get a authentication pop-up box from the LDAP server. After I authenticate, however, I get an Internal Server Error on the p

RE: [EMAIL PROTECTED] Firefox - 'partially encrypted' SSL

2006-08-03 Thread Declerck Michael-W30479
there are any page resources, other than links to other websites etc then this will cause the page to be partially secured, since these are not https resources i.e. are not using a secure socket. On 8/2/06, Declerck Michael-W30479 <[EMAIL PROTECTED]> wrote: Under 'view page in

RE: [EMAIL PROTECTED] problem while accessing a executable using apache2.0.48 server

2006-08-03 Thread Declerck Michael-W30479
> I have given the permissions as rwxrwxrwx and > tried. Then also its giving the same problem. Who owns the executable? I am by no means an Apache expert, but you may want to play around with the user and group ownership. Most executables are chown'ed and chgrp'ed by root (at least in my distros

RE: [EMAIL PROTECTED] Firefox - 'partially encrypted' SSL

2006-08-02 Thread Declerck Michael-W30479
n the SSL encryption? -Original Message- From: Richard Collyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 5:25 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Firefox - 'partially encrypted' SSL On Wed, August 2, 2006 10:11 am, Vincent Bray wrote:

[EMAIL PROTECTED] Firefox - 'partially encrypted' SSL

2006-08-01 Thread Declerck Michael-W30479
Hello, My system is Ubuntu 6.06 and Apache 2.2 with mod_ssl. I have a problem with Firefox which says that the client-server interaction is only partially encrypted. The message from the Firefox says exactly: Connection Partially Encrypted Parts of the page you are viewing were not encrypted befo

RE: [EMAIL PROTECTED] Reg. Permissions problem

2006-08-01 Thread Declerck Michael-W30479
> Can i configure the Webserver to run as userID dts. You can configure the web server to run as whomever you choose. You can change the user and group within the directive, with 'User ' and 'Group '. I am using Apache2.2 though. -Original Message- From: vivek k [mailto:[EMAIL PROTECT

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-31 Thread Declerck Michael-W30479
: elaine [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 3:03 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 Declerck Michael-W30479 wrote: I tried the extra --with-ldap-include and --with-ldap-lib flags, but I get the same error.

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-28 Thread Declerck Michael-W30479
les I installed will be availabe to both installs?   Any advice is appreciated, Micahel From: Declerck Michael-W30479 Sent: Friday, July 28, 2006 11:10 AMTo: users@httpd.apache.orgSubject: RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 I tried the extra --with-ldap-include and --with-ldap-l

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-28 Thread Declerck Michael-W30479
apache httpd source releases. To do this, you need to include these options into your apache configuration:--enable-ldap --enable-authnz-ldap --with-ldap-lib=/usr/local/lib --with-ldap-include=/usr/local/include --with-ldap Regards, Elaine Declerck Michael-W30479 wrote: My current situation of mod_auth

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-27 Thread Declerck Michael-W30479
Any help at all is appreciated. -Original Message- From: Declerck Michael-W30479 Sent: Thursday, July 20, 2006 2:31 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 Kenneth, Thank you for the redirect to /usr/lib/apache2/modules/, I was wondering wh

RE: [EMAIL PROTECTED] Perl data-file

2006-07-27 Thread Declerck Michael-W30479
only reason I decided not to use it is because the documentation warned of serious security issues if it was used improperly. Again, I am not the expert in the stuff, but thank you for your suggestion anyway. -Original Message- From: Declerck Michael-W30479 Sent: Wednesday, July 26, 2006 6

RE: [EMAIL PROTECTED] Perl data-file

2006-07-26 Thread Declerck Michael-W30479
/suexec.html --- Declerck Michael-W30479 <[EMAIL PROTECTED]> wrote: > Hello, > I have a problem with an Apache version 2.2 server running a Perl > script on an Ubuntu 6.06 machine that creates and appends a data-file. > Currently, the data-file exists one folder deep in the docum

[EMAIL PROTECTED] Perl data-file

2006-07-26 Thread Declerck Michael-W30479
Hello, I have a problem with an Apache version 2.2 server running a Perl script on an Ubuntu 6.06 machine that creates and appends a data-file. Currently, the data-file exists one folder deep in the document root. Apache clients run as the user daemon in group daemon. When the data-file is

[EMAIL PROTECTED] mod_authnz_ldap static compile

2006-07-24 Thread Declerck Michael-W30479
I using Ubuntu 6.06 Does anyone know how to define where the LDAP libraries are when compiling the mod_authnz_ldap module statically into Apache2.2?   I get an error "configure: error: could not find an LDAP library".   I am using the configure line: "./configure --with-ldap --enable-ldap

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-20 Thread Declerck Michael-W30479
always appreciated. Michael DeClerck -Original Message- From: Kenneth Stueflotten Svee [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 3:43 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2 [ Declerck Michael-W30479 ] > Hello, > I ins

[EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-19 Thread Declerck Michael-W30479
Hello, I installed Apache2.2.2 several weeks ago on my Ubuntu Linux machine (which is similar to Debian), and also on my Windows XP machine. I went to my /etc/apache2/mods-available/ directory looking for the mod_authnz_ldap package which (according to http://httpd.apache.org/docs/2.2/mod/)