[users@httpd] httpd external authentication

2020-02-23 Thread ML
Hi, is there an somewhat easy method to have httpd handle the session/authorization but let some external script deal with the authentication? When an incoming request require authentication, httpd should check the session for an authenticated user and if there is none, grab a script and send the

Re: [users@httpd] redirect ssl mailman

2012-07-23 Thread ml
Le 2012-07-23 11:43, Noel Butler a écrit : On Mon, 2012-07-23 at 06:12 +0200, ml wrote: Firstly, it's not a good idea to just post to this group saying "hey, go read this URL" like above, as you can bet the majority here wont bother reading it as they are not to know if i

Re: [users@httpd] redirect ssl mailman

2012-07-22 Thread ml
Le lundi 23 juillet 2012 à 12:28 +1000, Noel Butler a écrit : > On Sun, 2012-07-22 at 22:22 +0200, ml wrote: > > hello guys > > > > I encounter a problem with the package mailman and forwarding ssl > > my precedent conversation to this problem > > http://w

[users@httpd] redirect ssl mailman

2012-07-22 Thread ml
hello guys I encounter a problem with the package mailman and forwarding ssl my precedent conversation to this problem http://www.mail-archive.com/mailman-users@python.org/msg61411.html mark sapiro was thinking of a httpd problem I call the httpd community to provide help me to rewrite the url f

Re: [users@httpd] centos 6 - 1 of 2 machines starts and not the other

2012-02-23 Thread ml
Le vendredi 24 février 2012 à 08:59 +1000, Noel Butler a écrit : > On Thu, 2012-02-23 at 23:15 +0100, ml wrote: > > hu guys > > > > I regularly read this list I can usually find me in the excellent > > documentation apache. > > I'm in front of a very

[users@httpd] centos 6 - 1 of 2 machines starts and not the other

2012-02-23 Thread ml
hu guys I regularly read this list I can usually find me in the excellent documentation apache. I'm in front of a very strange problem I possess two desktop machines which works with the Apache server with centos 6 1 of 2 machines starts and not the other. I use the apache config file here th

Re: [us...@httpd] mod_authnz_ldap: constructible AuthLDAPBindDN

2010-06-19 Thread apache-ml
Eric Covener schrieb: On Sat, Jun 19, 2010 at 10:49 AM, wrote: Eric Covener schrieb: On Sat, Jun 19, 2010 at 7:48 AM, wrote: I've searched the mod_authnz documentation and also had already a look into mod_authnz's sources to find an existing chance to configure some kind of

Re: [us...@httpd] mod_authnz_ldap: constructible AuthLDAPBindDN

2010-06-19 Thread apache-ml
Eric Covener schrieb: On Sat, Jun 19, 2010 at 7:48 AM, wrote: I've searched the mod_authnz documentation and also had already a look into mod_authnz's sources to find an existing chance to configure some kind of variable "bindDN-Pattern" but after reading both I understand mod_authnz the wa

[us...@httpd] mod_authnz_ldap: constructible AuthLDAPBindDN

2010-06-19 Thread apache-ml
I've searched the mod_authnz documentation and also had already a look into mod_authnz's sources to find an existing chance to configure some kind of variable "bindDN-Pattern" but after reading both I understand mod_authnz the way that it is mandatory to either use anonymous bind or some kind o

Re: [us...@httpd] Directory Permssions

2009-07-15 Thread ML
Hi Tom, Say I have a directory of files that contain my MySQL connection information, queries, etc, etc. How do I prevent people from browsing the directory but allow the files to still be used when I include them in a page. Say to connect to MySQL. Don't ever put them inside your document ro

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread ML
Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? No, it prevents the directory and all files within from being served by the webserver at all. Anything else is either half-secure or half- broken I don't understand wha

Re: [us...@httpd] Directory Permssions

2009-07-14 Thread ML
Hi Doug, So does that prevent crawling and browsing, but does allow if I click a link or include a file it will work? -Jason On Jul 13, 2009, at 4:57 PM, Doug Bell wrote: On Jul 13, 2009, at 1:37 PM, ML wrote: Hello All, I am confused about directory permissions inside of my wwwroot

[us...@httpd] Directory Permssions

2009-07-13 Thread ML
Hello All, I am confused about directory permissions inside of my wwwroot/ I am using name-based virtual hosting and I have y web root as /var/ www/html All of my websites are inside /var/www/html in their own directories. How can I i have a directory protected from crawlers indexing it? Wha

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread ml ml
. Any further ideas? Thanks, Mario On Tue, Jun 9, 2009 at 11:56 AM, Nick Kew wrote: > On Tue, 9 Jun 2009 10:30:57 +0200 > ml ml wrote: > >> Hello List, >> >> i am trying to access a M$ Exchange Server via a Apache Reverse Proxy. >> But i am getting the error: Max-

[us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread ml ml
Hello List, i am trying to access a M$ Exchange Server via a Apache Reverse Proxy. But i am getting the error: Max-Forwards has reached zero - proxy loop? I already checked, if some name resolved to itself (which WAS the case and i fixed it), but it still does not work. Here is the setup and con