Hi all, new fresh install SuSe 12.2, from here: The Perfect Server - OpenSUSE 12.2 x86_64 (Apache2, Dovecot, ISPConfig 3) http://www.howtoforge.com/perfect-server-opensuse-12.2-x86_64-apache2-dovecot-ispconfig-3 All well no errors. INstalled ISPconfig 3, standad install no errors etc etc. However https://myipadderss:8080 All I get is this: Skip to the navigation. Skip to the content. ISPConfig 3 hosting control panel Powered by ISPConfig No login screen Please advise madmac
no access in the logs /var/log/apache2/error.log hundreds of this: Sun Jun 23 19:35:01 2013] [error] [client ::1] Directory index forbidden by Options directive: /srv/www/htdocs/ And ever more of this: (13)Permission denied: file permissions deny server access: (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/images/header_logo.png, referer: https://myipaddress:8080/ More like that, the entry after /srv/www/ispconfig/ other directories etc What permissions should the folders and files be. Thanks
Same Found same question here, but no correct answer http://www.howtoforge.com/forums/showthread.php?t=61649 I will no make the dir 777 madmac
Help Any Ideas what the permissions should be please for files and folders: I can run thses commandes to fix, by need to know what settingd and what owner eg: find /full/path/to/directory/ -type d -print0 | xargs -I {} -0 chmod 0755 {} find /full/path/to/directory/ -type f -print0 | xargs -I {} -0 chmod 0644 {} Thanks FYI does this only happen with SuSe 12.2 install?
Still NOgo Hi all, I think there has to be a problem on the Suse Install Or the ispconfig 3 installer for Suse 12.x I created on a New different PC A SuSe install ( 12.2 ) The Perfect Server - OpenSUSE 12.2 x86_64 (Apache2, Dovecot, ISPConfig 3) http://www.howtoforge.com/perfect-se...ot-ispconfig-3 I still get the same as before , no logon ( see above post ) However, I did run chmod -R 775 /srv/www/ispconfig And I do get the admin login screen now. I ask again, what should the correct Permissions be on the files and folders ?
Thanks On my SuSe 12.2 install had to set chmod -R 775 /srv/www/ispconfig Now it works. Danke florian030 Thanks All. madmac