Bug 14246 - Busybox http.d report errors on following config file
Summary: Busybox http.d report errors on following config file
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Website (show other bugs)
Version: 1.33.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-30 15:24 UTC by Milun
Modified: 2021-09-30 15:26 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'