Forum OpenACS Q&A: Re: Naviserver 4.99.22 suddenly stops and tries to restart

checked permissions on the httpd directory
in normal NaviServer installation, there is no httpd directory involved. A typical permission setup involves e.g. "chown -R nsadmin:nsadmin /usr/local/ns/logs", but this certainly depends on your setup, since one can change almost everything via configuration files in the server, including directories.

Have you tried an install with "install-ns.sh" and "install-oacs.sh"? This sets up everything needed (including systemd service files) and makes it easier for you figure out what might be wrong.

The usual question in such situations:
- what is the OS you are using
- how do you start the server (command line options)
- in which respect does the used configuration file differ from the recommended one (e.g. included in the naviserver tar file)