This is a new install using Perfect Server-Apache-Opensuse 12.2 tutorial although the OS is 12.3(32) Everything went smoothly but on opening ISPConfig using Code: https://myip:8080 I get the SecCert warning screen then "error 403". If I use Code: https://myip:8080/index.php I get "error 404". I can access phpMyAdmin OK. Any ideas?
There was no help in the error logs but after some hacking around I believe I did some damage so I have reinstalled from scratch. Now I get a page, I presume, generated by index.php, that shows: Code: Skip to the navigation. Skip to the content. ISPConfig 3 hosting control panel Powered by ISPConfig The error log shows: Code: [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/css/styles.css, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/css/print.css, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery-1.6.3.min.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery-ui-1.8.16.custom.min.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/uni-form/uni-form.jquery.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/css/jquery-ui-1.8.16.custom.css, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery.ispconfigsearch.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery.tipsy.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/images/favicon.ico [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery-ui-1.8.16.custom.min.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/uni-form/uni-form.jquery.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery.ispconfigsearch.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery.tipsy.js, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/dummy_login.html, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:09:40 2014] [error] [client 192.168.10.33] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/images/header_logo.png, referer: https://192.168.10.15:8080/ [Thu Feb 13 14:10:03 2014] [error] [client ::1] Directory index forbidden by Options directive: /srv/www/htdocs/ All files in /usr/local/ispconfig/... are ispconfig:ispconfig and rwxr-x--x
OK - fixed it. I missed an error message during the ispconfig3 install. At start up it flagged that it could not find the SUSE version, don't know why, maybe as there is no tutorial passed 12.2 it thought 12.3 didn't exist. Anyway, it tried to run a "groupmod --add-user" command which is not supported in SUSE 12.3 Not sure when this command wa dropped, it works on an 11.3 machine. Anyway I added user wwwrun to the isapps and ispconfig groups and bingo!
It seems as the commands have been dropped in the last suse release, all other distributions still support them. We adjusted the ispconfig installer already, so the 3.0.5.4 version will use new commands for opensuse.