Confixx 3.0 Pro und Webinterface [admin login]

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

Guten Tag,

seit gestern habe ich ein Problem mit Confixx wenn ich mich einloggen
möchte.

Mein Server: Suse Linux 9.0 & Confixx 3 Pro

alle Server ereichbar - Dienste, ftp, WinSCP etc. Console -Yast
sind ereichbar.

bisher habe ich mich immer über meinen Browser in confixx eingelogt
aber seit gestern erhalte ich folgende Fehlermeldung:

http://www.nightclaw.de/confixx.jpg

vieleicht kann mir jemand sagen, was da los ist und wie ich wieder
die möglichkeit bekommen kann mich per Browser in Confixx
einloggen zu können.

im voraus vielen Danke für die Mühe :!:

M.f.G
..::rxr::..
Posts: 24
Joined: 2004-03-07 11:57
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by ..::rxr::.. »

moin ...

Sichtwort : php + download

erstelle mal zu Testzwecken eine x-beliebige *.php Datei z.B. mit dem Inhallt

Code: Select all

<?
phpinfo();
?>
und schau mal ob diese dir ebenfalls zum Download angeboten wird ...

so long...
Markus
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

ok, hab ich gemacht

info.php wurde ebenfalls zum dl angeboten :roll:

*hm bisher haben da alle skripte funktioniert, es wurde nichts verändert

apache hab ich restartet aber ohne Erfolg *grummel

@..::rXr::..
habe mal etwas herumgesucht siehe Stichwort " PHP - Download "

http://serverkompetenz.de/update/INSTAL ... IXX3.0.txt

werde nun diese MOD installieren zuvor sichere ich alle
wichtigen Daten.

dann wünscht mir mal Glück :wink:

Gruss Finn
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

so da bin ich wieder..... hab alles aufgespielt und den apache gestartet


xxxxxx:~ # /etc/init.d/apache2 start
Starting httpd2 (prefork) done
xxxxxx# /etc/init.d/apache2 status
Checking for httpd2: running

das Problem besteht aber weiterhin PHP wird zum download angeboten :cry:

was kann ich jetzt noch tun?
Gruss Finn
..::rxr::..
Posts: 24
Joined: 2004-03-07 11:57
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by ..::rxr::.. »

moin ...

poste mal die entsprechenden Auszüge aus deiner conf Datei für Apache ...

Bist du dir sicher das mod_php auch geladen wird ?


so long...
markus
jan10001
Anbieter
Posts: 756
Joined: 2004-01-02 12:17
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by jan10001 »

Vergiss den Stratokram. ;)

#Updates rund um Apache2
> cd /home
> wget ftp://ftp.suse.com/pub/projects/apache/ ... 6.i586.rpm
> wget ftp://ftp.suse.com/pub/projects/apache/ ... 6.i586.rpm
> wget ftp://ftp.suse.com/pub/projects/apache/ ... 6.i586.rpm

> rcapache2 stop

> rpm -Uvh --nodeps libapr0-2.0.53-6.i586.rpm
> rpm -Uvh --nodeps apache2-2.0.53-6.i586.rpm
> rpm -Uvh --nodeps apache2-prefork-2.0.53-6.i586.rpm

#Update PHP
> wget ftp://ftp.suse.com/pub/projects/apache/ ... 1.i586.rpm
> wget ftp://ftp.suse.com/pub/projects/apache/ ... 1.i586.rpm
> wget ftp://ftp.suse.com/pub/projects/apache/ ... 1.i586.rpm
> rpm -Uvh --nodeps mod_php4-core-4.3.10-1.i586.rpm
> rpm -Uvh apache2-mod_php4-4.3.10-1.i586.rpm
> rpm -Uvh mod_php4-devel-4.3.10-1.i586.rpm

> rcapache2 start

Dann sollte dein Strato Server ordentlich laufen.
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

..::rXr::.. wrote:moin ...

poste mal die entsprechenden Auszüge aus deiner conf Datei für Apache ...

Bist du dir sicher das mod_php auch geladen wird ?


so long...
markus
wie prüfe ich das?

hier die /etc/apache2/confix_mhost.con
## CONFIXX

<Directory "/srv/www/htdocs/confixx/html">

AllowOverride all

<IfModule mod_access.c>
Allow from all
</IfModule>

<IfModule mod_rewrite.c>

RewriteEngine On
Options +FollowSymlinks

RewriteRule ^reseller/res[0-9]+/(.*)$ reseller/$1 [L]

RewriteRule ^user/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+/(.*)$ user/$1 [L]

RewriteRule ^ftplogin/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+/(.*)$ ftplogin/$1 [L]
RewriteRule ^ftplogin/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+f[0-9]+/(.*)$ ftplogin/$1 [L]

RewriteRule ^poplogin/[a-zA-Z][-a-zA-Z0-9_]{0,4}[0-9]+p[0-9]+/(.*)$ poplogin/$1 [L]

</IfModule>

AddDefaultCharset off

</Directory>


NameVirtualHost meine Server IP:80

<VirtualHost meine Server IP:80>
Servername linux.local
DocumentRoot /srv/www/htdocs/confixx/html/gesperrt
</VirtualHost>

<VirtualHost meine Server IP>

ServerName h88008.serverkompetenz.net

#User confixx
#Group confixx
DocumentRoot /srv/www/htdocs/confixx/html
Options FollowSymLinks

php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_value upload_tmp_dir /srv/www/htdocs/confixx/tmp
php_admin_value include_path ".:/srv/www/htdocs/confixx/html/include:/srv/www/htdocs/confixx/html"
php_admin_value default_charset none
php_admin_value open_basedir /srv/www/htdocs/confixx

php_admin_value session.cookie_path /
php_admin_value session.auto_start 0
php_admin_value session.gc_maxlifetime 1800
php_admin_value session.use_cookies 1
php_admin_value session.cookie_lifetime 0
php_admin_value session.cookie_domain none
php_admin_value session.cookie_secure Off
php_admin_value session.use_trans_sid 0

ScriptAlias /cgi-bin/ /srv/www/htdocs/confixx/html/cgi-bin/

<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php
</IfModule>

CustomLog /var/log/apache2/confixx/h88008.serverkompetenz.net_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/apache2/confixx/h88008.serverkompetenz.net_error.log

</VirtualHost>


NameVirtualHost meine Server IP

<VirtualHost meine Server IP>

ServerName h88008.serverkompetenz.net

#User confixx
#Group confixx
DocumentRoot /srv/www/htdocs/confixx/html
Options FollowSymLinks

php_admin_flag safe_mode Off
php_admin_flag file_uploads On
php_admin_flag track_vars On
php_admin_flag magic_quotes_runtime Off
php_admin_flag magic_quotes_gpc Off
php_admin_value upload_tmp_dir /srv/www/htdocs/confixx/tmp
php_admin_value include_path ".:/srv/www/htdocs/confixx/html/include:/srv/www/htdocs/confixx/html"
php_admin_value default_charset none
php_admin_value open_basedir /srv/www/htdocs/confixx

php_admin_value session.cookie_path /
php_admin_value session.auto_start 0
php_admin_value session.gc_maxlifetime 1800
php_admin_value session.use_cookies 1
php_admin_value session.cookie_lifetime 0
php_admin_value session.cookie_domain none
php_admin_value session.cookie_secure Off
php_admin_value session.use_trans_sid 0

ScriptAlias /cgi-bin/ /srv/www/htdocs/confixx/html/cgi-bin/

<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php
</IfModule>

CustomLog /var/log/apache2/confixx/h88008.serverkompetenz.net_access.log "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i""
ErrorLog /var/log/apache2/confixx/h88008.serverkompetenz.net_error.log

<IfDefine SSL>
SSLEngine on
SSLCertificateKeyFile /etc/apache2/ssl.key/confixx.key
SSLCertificateFile /etc/apache2/ssl.crt/confixx.crt
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/htdocs/confixx/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfDefine>

</VirtualHost>

Include /etc/apache2/confixx_vhost.conf
# ^-
## /CONFIXX


das ist meine /etc/apache2/confixx_vhost.conf

#### CONFIXX APACHE VHOST FILE ####
### created Tue Apr 5 13:12:01 2005 ###

UseCanonicalName Off
php_admin_flag safe_mode On
php_admin_value safe_mode_exec_dir /srv/www/htdocs/empty/
LogFormat "%V:#:%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i"" confixx
LogFormat "%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i"" confixx2
CustomLog |/root/confixx/pipelog.pl confixx

<Directory "/srv/www/htdocs">
<Files ~ "^.ht">
deny from all
</Files>
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options +FollowSymLinks +Includes
</Directory>

<Directory "/srv/www/htdocs/web1/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
DirectoryIndex index.html index.htm index.php index.php3 index.php4 index.wml
<IfModule mod_access.c>
Allow from all
</IfModule>
<Files ~ ".shtml$">
deny from all
</Files>
</Directory>

<Directory "/srv/www/htdocs/web2/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
</Directory>


<VirtualHost meine Server IP>
ServerName nightclaw.de
ServerAlias http://www.nightclaw.de web1.h88008.serverkompetenz.net

DocumentRoot /srv/www/htdocs/web1/html
SuexecUserGroup web1 ftponly
ScriptAlias /cgi-bin/ /srv/www/htdocs/web1/html/cgi-bin/
php_admin_value open_basedir /srv/www/htdocs/web1/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /srv/www/htdocs/web1/phptmp/
##web0##
##nightclaw.de##
##web1##


</VirtualHost>

<VirtualHost meine Server IP>
ServerName meine Server IP
ServerAlias www.meine Server IP web2.h88008.serverkompetenz.net

DocumentRoot /srv/www/htdocs/web2/html
SuexecUserGroup web2 ftponly
ScriptAlias /cgi-bin/ /srv/www/htdocs/web2/html/cgi-bin/
php_admin_value open_basedir /srv/www/htdocs/web2/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /srv/www/htdocs/web2/phptmp/
##web0##
##nightclaw.de##
##web1##


</VirtualHost>

und abschl. die /etc/apache2/errors.con

Alias /error/ "/usr/share/apache2/error/"

<IfModule mod_negotiation.c>
<IfModule mod_include.c>
<Directory "/usr/share/apache2/error">
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
ForceLanguagePriority Prefer Fallback
</Directory>

ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
ErrorDocument 410 /error/HTTP_GONE.html.var
ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var
</IfModule>
</IfModule>

@jan10001 danke, hab alles gesaugt und installiert aber leider auch hier dasselbe Erebnis:

hxxxxx:/home # rcapache2 start
Starting httpd2 (prefork) done
hxxxxx:/home #

Hier liegt die info.php: http://www.nightclaw.de/info.php

bin ratlos, hab wirklich jetzt alles probiert......

Gruss Finn
..::rxr::..
Posts: 24
Joined: 2004-03-07 11:57
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by ..::rxr::.. »

moin ...

Bevor du nu anfängst dein ganzes System zu plätten, schau doch erstmal in deiner httpd.conf oder apache2.conf nach ob bei den Zeilen LoadModule sowas wie

Code: Select all

LoadModule php4_module /pfad/zu/deinen/modulen/libphp4.so
steht....

Wenn nicht mal suchen... locate libphp4.so

so long...
Markus
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

@Markus

#
# Files in this directory are created at apache start time by /usr/sbin/rcapache2.
# Do not edit them!
#

# as listed in APACHE_MODULES (/etc/sysconfig/apache2)

LoadModule access_module /usr/lib/apache2-prefork/mod_access.so
LoadModule actions_module /usr/lib/apache2-prefork/mod_actions.so
LoadModule alias_module /usr/lib/apache2-prefork/mod_alias.so
LoadModule auth_module /usr/lib/apache2-prefork/mod_auth.so
LoadModule auth_dbm_module /usr/lib/apache2-prefork/mod_auth_dbm.so
LoadModule autoindex_module /usr/lib/apache2-prefork/mod_autoindex.so
LoadModule cgi_module /usr/lib/apache2-prefork/mod_cgi.so
LoadModule dir_module /usr/lib/apache2-prefork/mod_dir.so
LoadModule env_module /usr/lib/apache2-prefork/mod_env.so
LoadModule expires_module /usr/lib/apache2-prefork/mod_expires.so
LoadModule include_module /usr/lib/apache2-prefork/mod_include.so
LoadModule log_config_module /usr/lib/apache2-prefork/mod_log_config.so
LoadModule mime_module /usr/lib/apache2-prefork/mod_mime.so
LoadModule negotiation_module /usr/lib/apache2-prefork/mod_negotiation.so
LoadModule setenvif_module /usr/lib/apache2-prefork/mod_setenvif.so
LoadModule ssl_module /usr/lib/apache2-prefork/mod_ssl.so
LoadModule suexec_module /usr/lib/apache2-prefork/mod_suexec.so
LoadModule userdir_module /usr/lib/apache2-prefork/mod_userdir.so
LoadModule php4_module /usr/lib/apache2-prefork/libphp4.so
LoadModule rewrite_module /usr/lib/apache2-prefork/mod_rewrite.so
#

müsste soweit alles richtig sein oder?

hier noch ein Auszug aus der httpd.conf

# httpd.conf
# |
# |-- uid.conf . . . . . . . . . . . . . . UserID/GroupID to run under
# |-- server-tuning.conf . . . . . . . . . sizing of the server (how many processes to start, ...)
# |-- sysconfig.d/loadmodule.conf . . . . . [*] load these modules[/color]
# |-- listen.conf . . . . . . . . . . . . . IP adresses / ports to listen on
# |-- mod_log_config.conf . . . . . . . . . define logging formats
# |-- sysconfig.d/global.conf . . . . . . . [*] server-wide general settings
# |-- mod_status.conf . . . . . . . . . . . restrict access to mod_status (server monitoring)
# |-- mod_info.conf . . . . . . . . . . . . restrict access to mod_info
# |-- mod_autoindex-defaults.conf . . . . . defaults for displaying of server-generated directory listings
# |-- mod_mime-defaults.conf . . . . . . . defaults for mod_mime configuration
# |-- errors.conf . . . . . . . . . . . . . customize error responses
# |-- ssl-global.conf . . . . . . . . . . . SSL conf that applies to default server _and all_ virtual hosts
# |
# |-- default-server.conf . . . . . . . . . set up the default server that replies to non-virtual-host requests
# | |--mod_userdir.conf . . . . . . . . enable UserDir (if mod_userdir is loaded)
# | `--conf.d/apache2-manual?conf . . . add the docs ('?' = if installed)
# |
# |-- sysconfig.d/include.conf . . . . . . [*] your include files
# | (for each file to be included here, put its name
# | into APACHE_INCLUDE_* in /etc/sysconfig/apache2)
# |
# `-- vhosts.d/ . . . . . . . . . . . . . . for each virtual host, place one file here
# `-- *.conf . . . . . . . . . . . . . (*.conf is automatically included)
#
..::rxr::..
Posts: 24
Joined: 2004-03-07 11:57
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by ..::rxr::.. »

moin ...

wenn das File dort auch liegt sollte das richtig sein ja ;) ...

aber was sagen denn die Logfiles vom Indianer ?


so long...
Markus
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

wo bitte finde ich die?

ist es das hier?
[Wed Apr 06 18:06:22 2005] [notice] caught SIGTERM, shutting down
[Wed Apr 06 18:06:45 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Wed Apr 06 18:06:46 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
[Wed Apr 06 18:37:08 2005] [error] [client 217.93.235.132] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Wed Apr 06 18:56:20 2005] [error] [client 84.162.104.237] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Wed Apr 06 19:00:08 2005] [error] [client 84.58.38.74] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Wed Apr 06 20:52:57 2005] [error] [client 85.72.38.181] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
piped log program '/root/confixx/pipelog.pl' failed unexpectedly
[Wed Apr 06 20:58:45 2005] [notice] caught SIGTERM, shutting down
[Wed Apr 06 22:06:52 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Wed Apr 06 22:06:54 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
[Wed Apr 06 22:27:19 2005] [error] [client 85.72.38.181] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Wed Apr 06 22:27:26 2005] [error] [client 85.72.38.181] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Wed Apr 06 22:27:41 2005] [error] [client 85.72.38.181] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Wed Apr 06 23:11:21 2005] [error] [client 80.134.196.176] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Thu Apr 07 00:01:12 2005] [error] [client 84.171.163.57] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Thu Apr 07 00:01:39 2005] [error] [client 84.171.163.57] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Thu Apr 07 00:01:45 2005] [error] [client 84.171.163.57] File does not exist: /srv/www/htdocs/web1/html/favicon.ico
[Thu Apr 07 02:57:55 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Thu Apr 07 02:57:57 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
[Thu Apr 07 03:13:36 2005] [notice] caught SIGTERM, shutting down
[Thu Apr 07 03:14:08 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Thu Apr 07 03:14:09 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
jan10001
Anbieter
Posts: 756
Joined: 2004-01-02 12:17
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by jan10001 »

Der Apache sieht gut aus, schau mal in /etc/apache2/conf.d/mod_php4.conf nach ob da folgendes steht:

Code: Select all

<IfModule sapi_apache2.c>
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php .php3
        AddType application/x-httpd-php .php4
        AddType application/x-httpd-php-source .phps
        DirectoryIndex index.php
        DirectoryIndex index.php3
        DirectoryIndex index.php4
</IfModule>
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

Hallo Jan

in dem besagten Ordner liegen zwei Dateien... - in dieser mod_php4.conf

<IfModule sapi_apache2.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php
DirectoryIndex index.php3
DirectoryIndex index.php4
</IfModule>


hab in diesem Forum ziemlich viele Themen gefunden die im ganzen das
selbe Problem haben...... jeder findet für sich einen eigenen Lösungsweg
nun wenn das bekannt ist frag ich mich warum es noch keine rpm gibt
die dieses übel beseitigt.

in meinem fall ist doch alles installiert und die einträge sind ebenfalls
ok wie ich als laie erkennen kann.....und ihr mir bestätigt habt....
das dumme ist das ich nichtmal confixx aufrufen kann...total verhext das
ganze....

Gruss Finn
jan10001
Anbieter
Posts: 756
Joined: 2004-01-02 12:17
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by jan10001 »

Ã?hm nen Reboot schon versucht vielleicht hängt PHP.

Ansonsten, ist zwar nicht optimal aber geht bestimmt schneller mach ein Backup und lasse den Server neuinstallieren (dauert meist 2-4 Stunden), dann update deinen Server mit den Suse Paketen und update auch gleich Confixx.
phillux
Posts: 80
Joined: 2004-03-16 13:47
Location: Münster
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by phillux »

Hi!

War denn das Update durch das Strato-Skript überhaupt erfolgreich? Hast Du jetzt die entsprechende PHP Version?

Gruß, P.
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

ja das update war erfolgreich und ich hab die versionen auch

alles komisch
jan10001
Anbieter
Posts: 756
Joined: 2004-01-02 12:17
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by jan10001 »

Das könnte er ja nur mit yast oder rpm überprüfen, denn erstmal muß ja php laufen und das tut es im Moment ja nicht.
jan10001
Anbieter
Posts: 756
Joined: 2004-01-02 12:17
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by jan10001 »

Wenn du in den apache anhälst und neu startest gibt es da ne Fehlermeldung? Also rcapache2 stop und dann rcapache2 start .

Nachtrag: Versuche mal das sichere die httpd.conf und die php.ini deinstalliere alle Apache Pakete und alle PHP Pakete -> dann installiere die Orginal Pakete mit Yast -> ersetze die httpd.conf mit deiner gesicherten und führe rcapache2 restart aus. Geht das fehlerfrei versuch deine info.php auszuführen, wenn die läuft ersetze Apache und PHP nach meiner Anleitung.
syl
Posts: 9
Joined: 2004-02-25 09:10
 

Re: Confixx 3.0 Pro und Webinterface [admin login]

Post by syl »

heute hab ich den Server neu eingerichtet - es laufen nun alle PHP Skripte
wieder.

DANKE allen, die mir geholfen haben.....

M.f.G
Finn


.
Post Reply