Current time: 05-04-2024, 11:45 AM Hello There, Guest! (LoginRegister)


Post Reply 
[CLOSED (again] OpenSUSE 10,3 problems
Author Message
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #51
RE: OpenSUSE 10,3 problems...
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.
(This post was last modified: 04-07-2008 05:23 AM by einherjer.)
04-07-2008 05:20 AM
Find all posts by this user Quote this message in a reply
DiXeoN Offline
Member
***

Posts: 284
Joined: Feb 2008
Reputation: 2
Post: #52
RE: OpenSUSE 10,3 problems...
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?
(This post was last modified: 04-07-2008 06:12 AM by DiXeoN.)
04-07-2008 06:10 AM
Find all posts by this user Quote this message in a reply
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #53
RE: OpenSUSE 10,3 problems...
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?
04-07-2008 06:31 AM
Find all posts by this user Quote this message in a reply
DiXeoN Offline
Member
***

Posts: 284
Joined: Feb 2008
Reputation: 2
Post: #54
RE: OpenSUSE 10,3 problems...
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?
04-07-2008 07:17 AM
Find all posts by this user Quote this message in a reply
DiXeoN Offline
Member
***

Posts: 284
Joined: Feb 2008
Reputation: 2
Post: #55
RE: OpenSUSE 10,3 problems...
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?
04-07-2008 04:16 PM
Find all posts by this user Quote this message in a reply
DiXeoN Offline
Member
***

Posts: 284
Joined: Feb 2008
Reputation: 2
Post: #56
RE: OpenSUSE 10,3 problems...
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/duplica...-2812.html

Tried your tricks, but it didnt help..

So what can i do?
04-07-2008 05:46 PM
Find all posts by this user Quote this message in a reply
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #57
RE: OpenSUSE 10,3 problems...
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.
04-07-2008 07:29 PM
Find all posts by this user Quote this message in a reply
DiXeoN Offline
Member
***

Posts: 284
Joined: Feb 2008
Reputation: 2
Post: #58
RE: OpenSUSE 10,3 problems...
Yes, i fixed it, but now, i still got the problem with the login...
The trick you linket to didnt work.
04-07-2008 08:42 PM
Find all posts by this user Quote this message in a reply
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #59
RE: OpenSUSE 10,3 problems...
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?
04-07-2008 11:21 PM
Find all posts by this user Quote this message in a reply
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #60
RE: OpenSUSE 10,3 problems...
einherjer Wrote:Is the "Lost Password" function working?
You miss at least the gd extension:
# yast -i php5-gd
04-07-2008 11:25 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)