I have been attempting to get htdig 3.2.0 recompiled with https support for some time now. After being frustrated with it, I decided that I would just create a mirror of the https site on port 80, and write some search_rewrite rule to change all the instances of http, to https. It seemed like a simple idea (and it *really* should be.) I have tried a few regular expressions but nothing seems to work the way I would like it to.
Basically I am trying to change all instances of http, to https. Two which I've tried are: search_rewrite_rules: http(.*) https\\1 and search_rewrite_rules: (.*)http(.*) \\1https\\2 Not with both rules together of course. I guess what I am looking for now, is someone who has successfully compiled, and has the proper src for 3.2.0+SSL, (and/or) someone who could help me with the regex. Thanks. - Evan ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

