Re: [us...@httpd] can I have 2 require group entries using apache auth_ldap

2009-01-16 Thread James Chavez
Putting multiple require group directives behaves as an "AND" and not the "OR" I was hoping for. So that is not gonna work. Any ideas from the list. I can use require valid-user but that does not allow for the strict access control I am seeking. Thanks On Thu, 2009-01-15 at 08:00 -0700, James C

Re: [us...@httpd] SSI and date in french

2009-01-16 Thread Nick Kew
On 16 Jan 2009, at 13:18, Nicolas KOWALSKI wrote: Is there a way to display the date in french? I don't know. What happens if you set your locale to french in apachectl (or whatever other startup script you may use)? -- Nick Kew -

[us...@httpd] Mod_Rewrite rules and inheritance

2009-01-16 Thread John Walton
Hi, I'm having problems inheriting some of the rewrite rules that I created for a group of web sites. I have a number of vhosts located under a /www directory. For example: /www/www.vhost1.org/ /www/www.vhost2.org/ /www/www.vhost3.org/ I am trying to define a few URL rewrite rules some of w

Re: [us...@httpd] mod_ssl Client authentication question

2009-01-16 Thread J. Greenlees
Brian Mearns wrote: > I just want to double check some things because I implement ssl client > auth on my server, to make sure I really understand what I'm doing: > > First, if I use SSLRequire to check various fields in a client's > certificate, is it implied that the certificate has already been

Re: [us...@httpd] generic enquiry about rendering zipped content

2009-01-16 Thread Eric Covener
On Fri, Jan 16, 2009 at 2:24 PM, André Warnier wrote: > It seems a pity, considering that the document is already stored zipped at > the server side, to unzip it before sending it to the browser, so that the > browser would know that it is not a zip-file, but an OpenOffice document. Shouldn't be

Re: [us...@httpd] generic enquiry about rendering zipped content

2009-01-16 Thread Brian Mearns
On Fri, Jan 16, 2009 at 2:24 PM, André Warnier wrote: > Hi. > > Question : > > What exact form would a HTTP response need to have, for the browser to > correctly interpret that the response it is getting is a document (for > example an OpenOffice document or an email in eml format), but which has

[us...@httpd] generic enquiry about rendering zipped content

2009-01-16 Thread André Warnier
Hi. Question : What exact form would a HTTP response need to have, for the browser to correctly interpret that the response it is getting is a document (for example an OpenOffice document or an email in eml format), but which has been zipped for transmission ? What I would like to happen is

Re: [us...@httpd] SSL-cert based User-Auth

2009-01-16 Thread Brian Mearns
On Fri, Jan 16, 2009 at 10:27 AM, Andre Hübner wrote: > Hello, > > today i heared of this topic of authenticating users by their client certs. > ( I think establishing ssl-connect with mysql works like this) > Can this be done with apache or additional moduls? I do not really know how > to search

[us...@httpd] SSL-cert based User-Auth

2009-01-16 Thread Andre Hübner
Hello, today i heared of this topic of authenticating users by their client certs. ( I think establishing ssl-connect with mysql works like this) Can this be done with apache or additional moduls? I do not really know how to search for links to this topic. I already use classical SSL, server is s

Re: [us...@httpd] mod_ssl Client authentication question

2009-01-16 Thread Brian Mearns
On Fri, Jan 16, 2009 at 8:48 AM, Peter Schober wrote: > * Brian Mearns [2009-01-16 14:40]: >> First, if I use SSLRequire to check various fields in a client's >> certificate, is it implied that the certificate has already been >> verified as signed by one of the CA's I've defined in >> SSLCACerti

Re: [us...@httpd] mod_ssl Client authentication question

2009-01-16 Thread Brian Mearns
On Fri, Jan 16, 2009 at 8:51 AM, Eric Covener wrote: >> Second, I was trying to test the above question by creating >> self-signed certs, adding them to my browser, and making sure the >> server would not authenticate them. But when I did, my browser >> (Firefox) didn't even provide them as an opt

Re: [us...@httpd] mod_ssl Client authentication question

2009-01-16 Thread Eric Covener
> Second, I was trying to test the above question by creating > self-signed certs, adding them to my browser, and making sure the > server would not authenticate them. But when I did, my browser > (Firefox) didn't even provide them as an option for me to use. I know > this isn't strictly an apache

Re: [us...@httpd] mod_ssl Client authentication question

2009-01-16 Thread Peter Schober
* Brian Mearns [2009-01-16 14:40]: > First, if I use SSLRequire to check various fields in a client's > certificate, is it implied that the certificate has already been > verified as signed by one of the CA's I've defined in > SSLCACertificateFile, for instance? In other words, this isn't just > c

[us...@httpd] mod_ssl Client authentication question

2009-01-16 Thread Brian Mearns
I just want to double check some things because I implement ssl client auth on my server, to make sure I really understand what I'm doing: First, if I use SSLRequire to check various fields in a client's certificate, is it implied that the certificate has already been verified as signed by one of

[us...@httpd] SSI and date in french

2009-01-16 Thread Nicolas KOWALSKI
Hello, On apache 2.2.3 (Debian etch version), I am using Server Side Includes to includes a standard footer for my personal pages. Here is a sample of the footer: Dernière modification : , mailto:nicolas.kowal...@gmail.com";>Nicolas KOWALSKI For today, this gives : Dernière mod