ispCP - Board - Support
[CLOSED (again] OpenSUSE 10,3 problems - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [CLOSED (again] OpenSUSE 10,3 problems (/thread-2892.html)

Pages: 1 2 3 4 5 6 7 8 9


RE: OpenSUSE 10,3 problems... - einherjer - 04-07-2008 05:20 AM

DiXeoN Wrote:http://admin.frede92.lir.dk/

That's admin.domain.tld not admin.host.domain.tld

Maybe you should try to set your hostname to web instead of WEB and logg in at admin.web.frede92.lir.dk

I think you have still problems with your hostname, domain and dyndns settings.


RE: OpenSUSE 10,3 problems... - DiXeoN - 04-07-2008 06:10 AM

einherjer Wrote:
DiXeoN Wrote:http://admin.frede92.lir.dk/

That's admin.domain.tld not admin.host.domain.tld

Maybe you should try to set your hostname to web instead of WEB and logg in at admin.web.frede92.lir.dk

I think you have still problems with your hostname, domain and dyndns settings.

i have now changed it to lower-case chars, but that didnt help.

The reason that it was admin.frede92.lir.dk and not admin.web.frede92.lir.dk is that i, in the ispcp-setup, told it to be admin.frede92.lir.dk instead of the other one.

And then, the same weird error comes up, 403....

But it does show SOMETHING of the ispcp, so something must work - but what is it that doesnt work?

Is it because some files are missing maybe?

- In the /srv/www/htdocs folder?


RE: OpenSUSE 10,3 problems... - einherjer - 04-07-2008 06:31 AM

Is the /etc/apache2/vhost.d/00_master.conf ok?
ServerName admin.frede92.lir.dk or something else?

What is about
# lynx admin.frede92.lir.dk?


RE: OpenSUSE 10,3 problems... - DiXeoN - 04-07-2008 07:17 AM

Code:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright    2001-2006 by moleSoftware GmbH
# @copyright    2006-2008 by ispCP | http://isp-control.net
# @version        SVN: $ID$
# @link            http://isp-control.net
# @author        ispCP Team
#
# @license
#   This program is free software; you can redistribute it and/or modify it under
#   the terms of the MPL General Public License as published by the Free Software
#   Foundation; either version 1.1 of the License, or (at your option) any later
#   version.
#   You should have received a copy of the MPL Mozilla Public License along with
#   this program; if not, write to the Open Source Initiative (OSI)
#   http://opensource.org | osi@opensource.org
#
################################################################################​
#
# Master Begin
#

<VirtualHost 192.168.1.14:80>

    ServerAdmin     frede92@gmail.com
    DocumentRoot    /srv/www/ispcp/gui

    ServerName      admin.web.frede92.lir.dk

    ErrorLog        /var/log/apache2/users/admin.web.frede92.lir.dk-error.log
    TransferLog     /var/log/apache2/users/admin.web.frede92.lir.dk-access.log

    CustomLog       /var/log/apache2/admin.web.frede92.lir.dk-traf.log traff
    CustomLog       /var/log/apache2/admin.web.frede92.lir.dk-combined.log combined

    Alias /errors   /srv/www/ispcp/gui/errordocs/

    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    Alias /pma      /srv/www/ispcp/gui/tools/pma/
    Alias /webmail  /srv/www/ispcp/gui/tools/webmail/
    Alias /ftp      /srv/www/ispcp/gui/tools/filemanager/

    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

    <Directory /srv/www/ispcp/gui>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /srv/www/fcgi/master/
        ScriptAlias /php5/ /srv/www/fcgi/master/
        <Directory "/srv/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php4.c>
        <Directory /srv/www/ispcp/gui>
            php_admin_value open_basedir "/srv/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
            php_admin_value session.save_path "/srv/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>
    <IfModule mod_php5.c>
        <Directory /srv/www/ispcp/gui>
            php_admin_value open_basedir "/srv/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
            php_admin_value session.save_path "/srv/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

#
# Master End
#

-The content of my 00_master.conf

The lynx is also giving me an 403


The errorlog is full of these:

Quote:[Sun Apr 06 23:01:55 2008] [error] [client xxx.xxx.xxx.xxx] Directory index forbidden by Options directive: /srv/www/ispcp/gui/

- So now i think, that something is missing in that folder?


RE: OpenSUSE 10,3 problems... - DiXeoN - 04-07-2008 04:16 PM

Allright, nothing is missing in the folder, but when i type http://admin.web.frede92.lir.dk/index.php it just wants to download the index.php page :S

How can i make Apache understand PHP again?


RE: OpenSUSE 10,3 problems... - DiXeoN - 04-07-2008 05:46 PM

sci2tech Wrote:That will happend when the http://www.isp-control.net/ cant be reached. Try ad a return; in gui/admin/index.php->function get_update_infos(&$tpl)
Quote:function get_update_infos(&$tpl) {
return;
and see if it happend again.
regarding Duplicate entry 'v3qc734gk641m49412fb85ljpddledh4' for key 1 see http://www.isp-control.net/forum/duplicate-entry-t-2812.html

Tried your tricks, but it didnt help..

So what can i do?


RE: OpenSUSE 10,3 problems... - einherjer - 04-07-2008 07:29 PM

DiXeoN Wrote:http://admin.web.frede92.lir.dk/index.php
How can i make Apache understand PHP again?

Seems you have already fixed it. The link works for me.


RE: OpenSUSE 10,3 problems... - DiXeoN - 04-07-2008 08:42 PM

Yes, i fixed it, but now, i still got the problem with the login...
The trick you linket to didnt work.


RE: OpenSUSE 10,3 problems... - einherjer - 04-07-2008 11:21 PM

Maybe a cookie related problem? Do you get a cookie from the login page?

What happens when you login with correct password, what when you login with incorrect password? Is the "Lost Password" function working?


RE: OpenSUSE 10,3 problems... - einherjer - 04-07-2008 11:25 PM

einherjer Wrote:Is the "Lost Password" function working?
You miss at least the gd extension:
# yast -i php5-gd