Re: [users@httpd] Authentication by checking that a user only exists

2012-11-29 Thread FINESEC
Hi, try compiling this module using mingw port of gcc: http://www.mingw.org/ Regards, Adam Black FINESEC On Thu, Nov 29, 2012 at 11:36 AM, David Ecker wrote: > Hi, > that might work. Does anybody know where to get a compiled version of this > module for Apache/2.2.22 (Win32) o

Re: [users@httpd] measuring web latency

2012-11-23 Thread FINESEC
Hello, You can use Apache HTTP server benchmarking tool for that. http://httpd.apache.org/docs/2.2/programs/ab.html Regards, Adam Black FINESEC.COM - authentication software for Apache On Fri, Nov 23, 2012 at 4:03 PM, Miguel González Castaños < miguel_3_gonza...@yahoo.es> wrote: > Hi, > >

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread FINESEC
ake but we it seems > its an endless loop because the htpass file reappeared. > > Any other suggestion? > > Thanks. > On Nov 21, 2012 7:47 PM, "Ferdie Romero" wrote: > >> Ok we're gonna try them. It's hp ux by the way. >> >> Thanks. >>

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread FINESEC
digest and disabling it will then identify another problematic file. > > Are we gonna disable all the problematic files? > > Thanks. > On Nov 21, 2012 6:05 PM, "FINESEC" wrote: > >> Is it HP-UX or mingw? Try disabling building of htpasswd tool: >> cd supp

Re: [users@httpd] This platform does not like uninstalled shares libraries

2012-11-21 Thread FINESEC
Is it HP-UX or mingw? Try disabling building of htpasswd tool: cd support touch htpasswd cd .. gmake / make Adam Black, FINESEC.COM - Authentication software for Apache On Wed, Nov 21, 2012 at 9:19 AM, Ferdie Romero wrote: > While compiling apache https we encountered the errors below in the mak

Re: [users@httpd] Apache 2.2 authentication against a Mysql Database

2012-11-19 Thread FINESEC
Hello, Apache doesn't support password hashes generated by mysql. Use htpasswd or openssl to generate hashes that are supported by apache: htpasswd -nbm username password openssl passwd -apr1 password Adam Black, FINESEC.COM - authentication software for Apache On Mon, Nov 19, 2012 at 4:10 PM,

Re: [users@httpd] disable htaccess files

2012-11-02 Thread FINESEC
You might want to set AllowOveride to none for the root directory: AllowOverride None See docs http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride for more info. Regards, FINESEC On Fri, Nov 2, 2012 at 11:22 PM, Marc Fromm wrote: > I switched from using htaccess files

[users@httpd] Authentication / Login with CAPTCHA

2012-10-29 Thread FINESEC
strong, but user friendly CAPTCHA protection. For more information please check our site: http://www.sitedefensor.com http://demo.sitedefensor.com http://www.finesec.com Best regards, FINESEC