- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
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)