>>>>> "YANG" == YANG Weiping B <[email protected]> writes:
YANG> Hi guys, YANG> I want to use "#" character as part of my password YANG> so my httpd.conf is as follows: YANG> A:192.168.4. YANG> D:* YANG> /:CRAFT:ALC#FGU YANG> but "#" has a special purpose, used as the indicator of the YANG> beginning of one comment so how to make "#" be a normal YANG> character? You cannot directly, but you could enable FEATURE_HTTPD_AUTH_MD5 and store the encrypted password in httpd.conf (generate with httpd -m <password>). -- Bye, Peter Korsgaard _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
