[users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Piotr Pawłowski
Dear all, I have a database with users, who are allowed to see content of my server. Everything were cool untill my developers added salt to hashed (with sha1) password. Is it possible to use such passwords In Apache Httpd ? Thank you in advance for a help. Best Regards --- Piotr Pawłowski

RE: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Piotr Pawłowski
, Piotr Pawłowski piotr.pawlow...@goyello.commailto:piotr.pawlow...@goyello.com wrote: Dear all, I have a database with users, who are allowed to see content of my server. Everything were cool untill my developers added salt to hashed (with sha1) password. Is it possible to use such passwords

[users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Piotr Pawłowski
Dear Apache users, I have Apache 2.2.3 on my test server. I have following configuration for testing site, which is running on Tomcat - Apache is a proxy for Tomcat: - VirtualHost testing.domain.com:80 DefaultType text/html ProxyRequests Off ProxyPreserveHost On Proxy *

RE: [users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Piotr Pawłowski
...@webthing.com] Sent: Monday, January 30, 2012 14:55 To: users@httpd.apache.org Subject: Re: [users@httpd] Issue with Files and/or FilesMatch Directive On Mon, 30 Jan 2012 13:40:45 + Piotr Pawłowski piotr.pawlow...@goyello.com wrote: Currently my main goal is to block every request to *.xml file

RE: [users@httpd] Issue with Files and/or FilesMatch Directive

2012-01-30 Thread Piotr Pawłowski
OK, I've got it (quite simple) : LocationMatch .xml /LocationMatch Thank you all for a help, case closed. Best Regards -- Piotr Pawlowski From: Piotr Pawłowski [piotr.pawlow...@goyello.com] Sent: Monday, January 30, 2012 15:53 To: users@httpd.apache.org