[EMAIL PROTECTED] Require Directive

2008-09-05 Thread Vjy
3 4 AuthServer https://webauth03.iavian.com/ 5 Require valid-user 6 AuthType Basic 9 10 11 15 How do i not to protect subdirectory /home/vijay/src/atd/borg/html/public while protecting /home/vijay/src/atd/borg/html ? http://iavian.com

[EMAIL PROTECTED] MD5 Checksum

2008-07-28 Thread Vjy
Hi All, I tried #include "apr_md5.h" unsigned char *hash = apr_palloc(r->pool, APR_MD5_DIGESTSIZE); apr_md5(hash,"forest",APR_MD5_DIGESTSIZE); ap_log_rerror(APLOG_MARK, APLOG_ERR, APR_SUCCESS,r,"Hash %s to %s ","forest" ,hash); I get some chunk values instead of echo -n "forest" | md5sum