Current time: 09-25-2024, 06:41 AM Hello There, Guest! (LoginRegister)


Post Reply 
Komme nicht mehr ins adminpanel
Author Message
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #1
Komme nicht mehr ins adminpanel
Hallo

Ich habe heute das update von 1.0.3 auf 1.0.4 vollzogen.
Leider komme ich nun nicht mehr ins adminpanel.

Es ist ein rootserver mit lenny 64bit

Ich hatte mal ein howto hier gelesen wo man den port ändert.
Dies hatte ich gemacht.
Nun das update und wenn ich wie im putty angezeigt bekomme


Congratulations, you updated ispCP '1.0.4 OMEGA' successfully!

Type http://domain.tld:14147 into your browser to log in
to your panel.

wenn ich das mache bekomme ich folgende Ausgabe:

Not Found

The requested URL / was not found on this server.
Server at http://www.domain.tld Port 14147

Ich hoffe ihr könnt mir helfen.

Die gleiche Ausgabe kommt mit der eigentlichen adresse:
http://admin.domain.tld:14147/

Gruss Sven
(This post was last modified: 03-29-2010 12:50 AM by Sven3004.)
03-29-2010 12:37 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: Komme nicht mehr ins adminpanel
Und port 80 geht nicht mehr ?
Schau mal an was Du für einen Port in der
Code:
/etc/apache2/sites-enabled/00_master.conf
drin stehen hast. Diese Datei ist NUR für das Panel.

Greez BeNe
03-29-2010 02:06 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #3
RE: Komme nicht mehr ins adminpanel
Also es steht folgendes in der Datei

Code:
<VirtualHost XXX.XX.XXX.XX:80>

    ServerAdmin     admin@domain.tld
    DocumentRoot    /var/www/ispcp/gui

    ServerName      domain.tld:14147

    Alias /errors   /var/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      /var/www/ispcp/gui/tools/pma/
    Alias /webmail  /var/www/ispcp/gui/tools/webmail/
    Alias /ftp      /var/www/ispcp/gui/tools/filemanager/

    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

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

    <IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php5.c>
        <Directory /var/www/ispcp/gui>
            php_admin_value open_basedir "/var/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 "/var/www/ispcp/gui/phptmp/"
            php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

Gruss Sven
03-29-2010 02:15 AM
Find all posts by this user Quote this message in a reply
dcreation Offline
Junior Member
*

Posts: 85
Joined: Apr 2009
Reputation: 0
Post: #4
RE: Komme nicht mehr ins adminpanel
Fällt dir was auf? Wink

<VirtualHost XXX.XX.XXX.XX:80>
03-29-2010 09:14 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #5
RE: Komme nicht mehr ins adminpanel
Wobei er hier wieder umlenkt ?!
Code:
ServerName      domain.tld:14147

Greez BeNe
03-29-2010 09:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #6
RE: Komme nicht mehr ins adminpanel
hehe klingt doch logisch
(This post was last modified: 03-31-2010 12:51 AM by ZooL.)
03-31-2010 12:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #7
RE: Komme nicht mehr ins adminpanel
Hi

Sorry war ein paar Tage nciht hier.
Hat denn keiner eine Idee?

Ich leide doch die IP mit dem Port 80 zu dem anderen Port weiter.
Sehe daran keinen Fehler.

Gruss sven
04-01-2010 04:30 AM
Find all posts by this user Quote this message in a reply
Sven3004 Offline
Junior Member
*

Posts: 102
Joined: Aug 2009
Reputation: 0
Post: #8
RE: Komme nicht mehr ins adminpanel
Hi

Könnte es was bringen wenn ich auf Version 1.0.5 update?
04-04-2010 05:10 AM
Find all posts by this user Quote this message in a reply
MartN Offline
Junior Member
*

Posts: 82
Joined: Jan 2010
Reputation: 0
Post: #9
RE: Komme nicht mehr ins adminpanel
wenn du direkt http://domain.tld:14147 aufrufst braucht da nichts umgeleitet werden.
04-04-2010 05:27 AM
Find all posts by this user Quote this message in a reply
Jones007 Offline
Junior Member
*

Posts: 29
Joined: Apr 2010
Reputation: 0
Post: #10
RE: Komme nicht mehr ins adminpanel
haste auch in der apache2.conf

Listen 14147

?

sonst lauscht der Apache ja auch nur auf 443 und 80.

und


Sollte es dann immernoch nicht gehen würde ich dies hier Testen:

<VirtualHost XXX.XX.XXX.XX:14147>

ServerName domain.tld:14147

unabhängig davon bitte auch mal den Apache restarten und das Logfile checken.
(This post was last modified: 04-04-2010 08:45 AM by Jones007.)
04-04-2010 08:43 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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