Perfect Server OpenSuSE 12.2 with Apache2

Discussion in 'HOWTO-Related Questions' started by akirayuki, Apr 29, 2013.

  1. akirayuki

    akirayuki New Member

    Hi all,

    I'm fairly new to Linux but I have had my own server running for the past 18 months having followed a Perfect server how to.

    I have changed the PC running my server and as such did a backup of my old server and started a fresh install using OpenSuSE 12.3 on the new PC.

    The guide I followed was for 12.2 as there isn't one for 12.3 yet.
    Everything went well until I installed ISPConfig 3.0.5.2. I had an error during the final stages of setting it up. It was to do with a syntax error in the install script relating to adding a user to a group. Now I don't know which user was being added to which group!

    Now my ISPConfig login page is not using the theme files it is supposed to and is also not giving me the username/password boxes. My Apache error log informs me that Premission is denied while trying to access /usr/local/ispconfig/interface/web/xxxxxxxx

    Does anyone have any idea what is causing this?
     
  2. akirayuki

    akirayuki New Member

    Further information

    Here is some of my Apache error.log

    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/css/styles.css, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/css/print.css, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/css/jquery-ui-1.8.16.custom.css, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery-1.6.3.min.js, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery-ui-1.8.16.custom.min.js, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/uni-form/uni-form.jquery.js, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery.ispconfigsearch.js, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/js/jquery.tipsy.js, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/dummy_login.html, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/themes/default/images/header_logo.png, referer: http://www.xxx.cc:8080/
    [Mon Apr 29 18:32:07 2013] [error] [client 192.168.0.254] (13)Permission denied: file permissions deny server access: /srv/www/ispconfig/favicon.ico

    I have also attached a screenshot of my ISPConfig log in page.

    Thanks
     

    Attached Files:

  3. akirayuki

    akirayuki New Member

    Fixed

    I fixed the problem by doing:

    chmod -R 777 /srv/www/ispconfig

    Which I know isn't very secure. Can someone advise on a more secure permission?

    Thanks
     
  4. rarefoot

    rarefoot New Member

    Anyone?

    I've got the same problem but don't want to chmod 777 those files.
     

Share This Page