Bug 14246

Summary: Busybox http.d report errors on following config file
Product: Busybox Reporter: Milun <milunj>
Component: WebsiteAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.33.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Milun 2021-09-30 15:24:58 UTC
Since I have updated from 1.31.1 to 1.33.1 my httpd deamon reports error on following config file.
---------------------------------------------------
H:/opt/andrew/usr/www/html

A:127.0.0.1
D:*

.json:application/json

------------------------------------------------------
The httpd reports:
root@255:~# httpd: config error 'A:127.0.0.1' in '/opt/milun/etc/httpd/httpd.conf'
httpd: config error 'D:*' in '/opt/andrew/etc/milun/httpd.conf'
Comment 1 Milun 2021-09-30 15:26:40 UTC
Wrongly typed , now corrected
---------------------------------------------------
H:/opt/andrew/usr/www/html

A:127.0.0.1
D:*

.json:application/json

------------------------------------------------------
The httpd reports:
root@255:~# httpd: config error 'A:127.0.0.1' in '/opt/milun/etc/httpd/httpd.conf'
httpd: config error 'D:*' in '/opt/milun/etc/httpd.conf'