Re: [users@httpd] mod_authnz-ldap & %20

2016-11-08 Thread Eric Covener
On Tue, Nov 8, 2016 at 11:37 AM, Gerhard Mourani wrote: > I've a problem to make mod_authnz-ldap work with space in AuthLDAPUrl > parameter. Here my config: I would not have thought a space would require escaping. Do you get an error from the LDAP server? Can you try some command line ldapsearc

[users@httpd] mod_authnz-ldap & %20

2016-11-08 Thread Gerhard Mourani
Hello, I've a problem to make mod_authnz-ldap work with space in AuthLDAPUrl parameter. Here my config: Alias /cvsweb/ "/usr/share/cvsweb/" Options Indexes FollowSymLinks ExecCGI AllowOverride Options Order deny,allow Deny from all AuthType Basic AuthBasicProvider file ldap

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-08 Thread Marat Khalili
I have obtain a certificate file, and the key file. No chain file. Most public CAs use intermediate certificates (and hence chains) so it is strange you didn't get one. Since chain is often the same for all clients, it may be available for download from CA's site somewhere. If you don't need

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-08 Thread Robert Ramoutar
Hi Marat, I have obtain a certificate file, and the key file. No chain file. Just to be sure Do I add : Listen 443 SSLEngine on SSLCertificateFile /some-path/cert.pem SSLCertificateKeyFile /some-path/privkey.pem SSLCertificateChainFile /some-path/chain.pem # res