Please execute : zypper search --installed-only > installed-packages.txt Please paste txt file here. Christian
It can be, that webin take port 80, from where do you install webmin? If you have a repo file please paste it here. So i can check it too. br Christian
You can download the latest revision by using subversion: svn checkout svn://svn.code.sf.net/p/easynas/code/trunk easynas-trunk This download the actually code (revision 640 or higher). In your case you have to replace: /etc/easynas/webui/easynas.conf /easynas/cgi-bin/svr_web.pl with the downloaded ones. EDIT: please restart easynas: systemctl restart easynas I've seen you have installed webmin, on which port is it running? Christian
You can download the latest revision by using subversion: svn checkout svn://svn.code.sf.net/p/easynas/code/trunk easynas-trunk This download the actually code (revision 640 or higher). In your case you have to replace: /etc/easynas/webui/easynas.conf /easynas/cgi-bin/svr_web.pl with the downloaded ones. I've seen you have installed webmin, on which port is it running? Christian
Ok, this should now works! Find out, that listen.conf weren't modified if port was changing via webui. So apache always listen on old port (e.g.: 80), so changes be ignored. This issue should be done with revision 640, but please test out! Christian
Ok, this should now works! Find out, that listen.conf weren't modified if port was changing via webui. So apache always listen on old port (e.g.: 80), so changes be ignored. This issue should be done with revicsio 640, but please test out! Christian
fix typos - Sorry!
fix set proper port in listen.conf, replace reload to restart