how to make # normal for httpd.conf

Peter Korsgaard jacmet at uclibc.org
Thu Jul 30 12:13:38 UTC 2009


>>>>> "YANG" == YANG Weiping B <Weiping.b.Yang at alcatel-sbell.com.cn> 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


More information about the busybox mailing list