Re: [users@httpd] error with certificates on httpd

2012-12-12 Thread Ferdie Romero
figured it out. We had a duplicate declaration in our config file. once we removed the duplicate it worked. Thanks and sorry for the super late reply. On Fri, Dec 7, 2012 at 7:42 PM, Eric Covener wrote: > NameVirtualHost directive > > (226)Address already in use: make_

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

2012-11-21 Thread Ferdie Romero
We tried to touch all files indicated in each run of make 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. > > T

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

2012-11-21 Thread Ferdie Romero
Apache > > On Wed, Nov 21, 2012 at 12:33 PM, Ferdie Romero wrote: > >> We already tried that but when we do that we encounter a new file, >> htdigest and disabling it will then identify another problematic file. >> >> Are we gonna disable all the problematic files? &

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

2012-11-21 Thread Ferdie Romero
g 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 e

[users@httpd] Combine digest and basic auth over SSL authentication

2012-11-19 Thread Ferdie Romero
Is it possible to combine digest and basic auth (over ssl)? Or you can only use one at a time per directory? Thanks. Ferdie