When version 3.3.2 is running, there is no web interface, due to a syntax error in line 1088 of /etc/httpd/conf/httpd.conf. Httpd start complains about this error and crashes.
The line says RewriteEngine, nothing more.
ZS says that it should be either RewriteEngine On or RewriteEngine Off.
I edited it to RewriteEngine On and, as far as I can tell (which is not very far, I’m afraid) it works without a glitch. I didn’t try with RewriteEngine Off.
So, as an interim solution, I copied the edited httpd.conf to /Database/httpd.conf.nuestro and added a line in the preboot script:
cp -f -v /Database/httpd.conf.nuestro /etc/httpd/conf/httpd.conf
I still could not test it, since due to the NetBalancer bug https://www.zeroshell.org/forum/viewtopic.php?t=4855 I’m going back to 3.2.1, but it should work.