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'
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'