[BusyBox] Problems with httpd.conf

Vladimir N. Oleynik dzo at simtreas.ru
Mon Sep 8 09:23:40 UTC 2003


Jason,

> Hey gang.  I have been searching the web high and low to find some
> information on the httpd.conf file. What I'm looking for is a general
> format and options available.  I have read the source for httpd, and I
> think that I understand, but all I have been able to locate is information
> on user:pass in clear text, not md5.   Can anyone point me to an archive
> of bb config file examples or formats?

/path:user:pass

For generate md5 password for user=user and password=pass use:

echo "/path:user:"`httpd -m pass` >> /etc/httpd.conf


--w
vodz




More information about the busybox mailing list