|
[CLOSED (again] OpenSUSE 10,3 problems
|
| Author |
Message |
einherjer
Junior Member

Posts: 59
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
RE: OpenSUSE 10,3 problems...
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 |
|
 |
DiXeoN
Junior Member

Posts: 100
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: OpenSUSE 10,3 problems...
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?
OS: 32bit Virtual Debian Etch | RC/Revision: RC5 | HW: Intel P4 2.66ghz/512mb RAM/40gb HDD
Mods: Dynamic AWstats
This post was last modified: 04-07-2008 06:12 AM by DiXeoN.
|
|
| 04-07-2008 06:10 AM |
|
 |
einherjer
Junior Member

Posts: 59
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
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 |
|
 |
DiXeoN
Junior Member

Posts: 100
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: OpenSUSE 10,3 problems...
#
# 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:
[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?
OS: 32bit Virtual Debian Etch | RC/Revision: RC5 | HW: Intel P4 2.66ghz/512mb RAM/40gb HDD
Mods: Dynamic AWstats
|
|
| 04-07-2008 07:17 AM |
|
 |
DiXeoN
Junior Member

Posts: 100
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: OpenSUSE 10,3 problems...
OS: 32bit Virtual Debian Etch | RC/Revision: RC5 | HW: Intel P4 2.66ghz/512mb RAM/40gb HDD
Mods: Dynamic AWstats
|
|
| 04-07-2008 04:16 PM |
|
 |
DiXeoN
Junior Member

Posts: 100
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
RE: OpenSUSE 10,3 problems...
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)
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?
OS: 32bit Virtual Debian Etch | RC/Revision: RC5 | HW: Intel P4 2.66ghz/512mb RAM/40gb HDD
Mods: Dynamic AWstats
|
|
| 04-07-2008 05:46 PM |
|
 |
einherjer
Junior Member

Posts: 59
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
RE: OpenSUSE 10,3 problems...
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 |
|
 |
DiXeoN
Junior Member

Posts: 100
Group: Registered
Joined: Feb 2008
Status:
Offline
Reputation: 0
|
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.
OS: 32bit Virtual Debian Etch | RC/Revision: RC5 | HW: Intel P4 2.66ghz/512mb RAM/40gb HDD
Mods: Dynamic AWstats
|
|
| 04-07-2008 08:42 PM |
|
 |
einherjer
Junior Member

Posts: 59
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
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 |
|
 |
einherjer
Junior Member

Posts: 59
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
RE: OpenSUSE 10,3 problems...
Is the "Lost Password" function working?
You miss at least the gd extension:
# yast -i php5-gd
|
|
| 04-07-2008 11:25 PM |
|
 |
|
|