Avatar

Correct answer by
Employee Advisor
I got httpd started by disabling the httpd autoindex.conf  configuration file
 
$ sudo mv /etc/httpd/conf.d/autoindex.conf /etc/httpd/conf.d/autoindex.conf.bk
David__Garcia_0-1645497675930.png

and fixed the nlserver service issue by modifying  /etc/init.d/nlserver6 and changing permissions from 664 to 666 as well as commenting out chown neolane:neolane $PID_FILE

#  chown neolane.neolane $PID_FILE

    chmod 666 $PID_FILE

 

This was a workarond and the issue is fixed in newer builds (fixed in ACC-20.1.1-9122)

David__Garcia_1-1645497889269.png

 

View solution in original post