[users@httpd] alias for AuthLDAPBindDN and AuthLDAPBindPassword

2020-10-20 Thread Jason Keltz
Hi. I'm trying to provide users on my site with the ability to offer pages protected by .htaccess using the httpd mod_ldap/mod_authn_ldap modules.  Authentication by username, and authorization by group name. However, I can't give the users the AuthLDAPBindPassword, and I'd rather pre-define

[users@httpd] force secondary authentication for one Proxy URL QUERY_STRING

2020-06-11 Thread Jason Keltz
Hi. I am using a Tomcat application that is proxied through an Apache httpd server using ProxyPass/ProxyReverse. That part is working perfectly. The application allows all users to use a particular function which I would like to limit to only specific users. The URL that I would like to limi

Re: [EMAIL PROTECTED] strange behaviour of Readme postamble

2007-04-10 Thread Jason Keltz
On 04/09/07 17:27, Joshua Slive wrote: On 4/9/07, Jason Keltz <[EMAIL PROTECTED]> wrote: As it happens, mod_mime_magic code maps "The" and "the" to L_ENG. There's a table that says "English text" -> "text/plain". As a result, if you don&

Re: [EMAIL PROTECTED] strange behaviour of Readme postamble

2007-04-09 Thread Jason Keltz
On 04/09/07 13:19, Jason Keltz wrote: On 04/09/07 12:56, Joshua Slive wrote: On 4/9/07, Jason Keltz <[EMAIL PROTECTED]> wrote: Hi. I'm experiencing some strange behaviour with the Header/Readme pre/postamble directives on our Apache 2.2.X server. One of our users was complaining

Re: [EMAIL PROTECTED] strange behaviour of Readme postamble

2007-04-09 Thread Jason Keltz
On 04/09/07 12:56, Joshua Slive wrote: On 4/9/07, Jason Keltz <[EMAIL PROTECTED]> wrote: Hi. I'm experiencing some strange behaviour with the Header/Readme pre/postamble directives on our Apache 2.2.X server. One of our users was complaining that he had placed two totally text READ

[EMAIL PROTECTED] strange behaviour of Readme postamble

2007-04-09 Thread Jason Keltz
Hi. I'm experiencing some strange behaviour with the Header/Readme pre/postamble directives on our Apache 2.2.X server. One of our users was complaining that he had placed two totally text README files in two separate directories on our server. When he visited the first directory in his web

[EMAIL PROTECTED] dynamic configuration

2007-01-18 Thread Jason Keltz
Hi, I'm wondering whether Apache 2.2 supports dynamic configuration in the configuration file. I have this "Location" directive in my Apache 2.2 configuration file that is used for Subversion: DAV svn SVNParentPath /local/subversion/repos AuthType Basic Auth

[EMAIL PROTECTED] apache 2.2 and mod_auth_pam

2006-08-01 Thread Jason Keltz
I am trying to upgrade from running mod_auth_pam on the Apache 1.3.X series to mod_auth_pam on the Apache 2.2.X series. I see that the authentication and authorization has changed in Apache from the 2.1 series. I was able to successfully compile the mod_auth_pam module for Apache 2.0.X, but I

Re: [EMAIL PROTECTED] using mod_rewrite to get around unknown directive in .htaccess

2006-01-31 Thread Jason Keltz
On Tue, 31 Jan 2006, Joshua Slive wrote: On 1/31/06, Jason Keltz <[EMAIL PROTECTED]> wrote: An Apache module is enabled on our 1.3.34 https server, and not on our http server. The http and https servers serve the same document tree. One .htaccess file in a users web tree (say, ~user/

[EMAIL PROTECTED] using mod_rewrite to get around unknown directive in .htaccess

2006-01-31 Thread Jason Keltz
An Apache module is enabled on our 1.3.34 https server, and not on our http server. The http and https servers serve the same document tree. One .htaccess file in a users web tree (say, ~user/secure/.htaccess) contains directives that will only work on the https server. When a user visits th

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
Joshua Slive wrote: On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote: On Tue, 24 Jan 2006, Joshua Slive wrote: On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote: You can use AuthPAM_Enabled off in the appropriate to override .htaccess. Excellent. That does work.

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
On Tue, 24 Jan 2006, Joshua Slive wrote: On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote: You can use AuthPAM_Enabled off in the appropriate to override .htaccess. Excellent. That does work. However, the authentication page still comes up requesting a username/password

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
Joshua Slive wrote: On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote: Hi. I'm running Apache 1.3.34, and have a question that I was hoping someone might be able to help me with. I have two virtua

Re: [EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
Joshua Slive wrote: On 1/24/06, Jason Keltz <[EMAIL PROTECTED]> wrote: Hi. I'm running Apache 1.3.34, and have a question that I was hoping someone might be able to help me with. I have two virtual hosts - one for standard HTTP, and the other for HTTPS. All I want to be able

[EMAIL PROTECTED] how to enable a module in one virtualhost

2006-01-24 Thread Jason Keltz
Hi. I'm running Apache 1.3.34, and have a question that I was hoping someone might be able to help me with. I have two virtual hosts - one for standard HTTP, and the other for HTTPS. All I want to be able to do is to enable one module (mod_auth_pam actually) in the https virtualhost, and NO

[EMAIL PROTECTED] problem with mod_auth and mod_auth_pam working together

2006-01-20 Thread Jason Keltz
I'm running Apache 1.3.34 along with mod_auth and mod_auth_pam. I am trying to make a link available to anyone in /etc/passwd or VIA mod_auth basic authentication. The .htaccess is as follows: AuthType Basic AuthUserFile /cs/home/jas/passwords AuthPAM_Enabled on AuthPAM_FallThrough on AuthAuthor