RE: Ich habe Bockmist gebaut :-) - Nomenay - 09-27-2011 02:03 AM
Das ergibt :-)
Code:
dpkg -l | grep php
ii libapache2-mod-php5 5.3.3-7+squeeze3 server-side, HTML-embedded scripting language (Apache 2 module)
ii php5-cli 5.3.3-7+squeeze3 command-line interpreter for the php5 scripting language
ii php5-common 5.3.3-7+squeeze3 Common files for packages built from the php5 source
ii php5-curl 5.3.3-7+squeeze3 CURL module for php5
ii php5-dev 5.3.3-7+squeeze3 Files for PHP5 module development
ii php5-memcache 3.0.4-4 memcache extension module for PHP5
ii php5-suhosin 0.9.32.1-1 advanced protection module for php5
Gruß
Thorsten
RE: Ich habe Bockmist gebaut :-) - joximu - 09-27-2011 02:11 AM
ich denke, es wird Zeit, danach zu fragen, welche Art von PHP du willst.
mod-php, fastcgi oder fcgid?
+ Ausgabe von diesen zwei Befehlen...
apache2ctl -M
dpkg -l | grep cgi
ich hoffe, wir kommen de Sache näher...
/J
RE: Ich habe Bockmist gebaut :-) - Nomenay - 09-27-2011 05:08 AM
So der 1 Befehl
Code:
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
fcgid_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
suexec_module (shared)
Syntax OK
der 2 Befehl
Code:
dpkg -l | grep cgi
ii libapache2-mod-fastcgi 2.4.6-1 Apache 2 FastCGI module for long-running CGI scripts
ii libapache2-mod-fcgid 1:2.3.6-1 an alternative module compat with mod_fastcgi
root@h1892545:~#
und ich möchte wenn möglich PHP 5.2 :-)
ich hoffe es auch^^ (das wir nun näher kommen)
gruß Thorsten
RE: Ich habe Bockmist gebaut :-) - joximu - 09-27-2011 08:58 AM
Ok, also, ich glaube, langsam kommen wir der Sache näher.
eigentloch hattest du php mit fcgid am Laufen - die Anleitung auf php 5.2 macht es aber mit mod-php, was nur in wenigen Fällen sinnvoll ist (bitte ergoogle dir selbst die verschiedenen Varianten).
Wichtig: zuerst muss mal das mod-php deaktiviert werden
a2dismod php5
und dann müsste nochmal genauer geschaut werden, ob fcgid noch funktioniert. Ich meine, es fehlt das php5-cgi Paket:
php5-cgi 5.3.3-7+squeeze3 server-side, HTML-embedded scripting language (CGI binary)
natürlich als 5.2....
Gruss J
RE: Ich habe Bockmist gebaut :-) - Nomenay - 09-27-2011 04:55 PM
ok ich habe php 5.3 benutz erstmal auch okay :-) nun leuft ISPCP wieder aber siehe selbst es kommt sofort nen fehler
http://admin.ultra-webhosting.de/
desweiteren wenn ich nur ultra-webhosting.de aufrufe kommt error 500
Gruß
Thorsten
Danke dir für deine hilfe
RE: Ich habe Bockmist gebaut :-) - gOOvER - 09-27-2011 05:01 PM
das schau mal in das entsprechende Log der Domain. bei nem 500er sollte da was drin stehen
RE: Ich habe Bockmist gebaut :-) - Nomenay - 09-27-2011 05:04 PM
hab grade gesehen hab ne mail bekommen :-)
hier mal der inhalt
Code:
Dear admin,
An exception with the following message was raised in file
/var/www/ispcp/gui/include/ispcp-functions.php (Line: 616):
=================================================================
Error: PHP extension 'mcrypt' not loaded!
=================================================================
Debug backtrace:
---------------
File: /var/www/ispcp/gui/include/ispCP/Initializer.php (Line: 374)
Function: decrypt_db_password()
File: /var/www/ispcp/gui/include/ispCP/Initializer.php (Line: 153)
Method: ispCP_Initializer::_initializeDatabase()
File: /var/www/ispcp/gui/include/ispCP/Initializer.php (Line: 102)
Method: ispCP_Initializer::_processAll()
File: /var/www/ispcp/gui/include/environment.php (Line: 235)
Method: ispCP_Initializer::run()
File: /var/www/ispcp/gui/include/ispcp-lib.php (Line: 115)
Function: require_once()
File: /var/www/ispcp/gui/index.php (Line: 31)
Function: require()
Additional information:
----------------------
Http User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729; .NET CLR 1.1.4322; AskTbDVS2/5.13.1.18107)
Request Uri: /
Remote Addr: 87.161.37.103
Server Addr: 85.214.206.198
____________________________________________________________
ispCP Exception Mail Writer
Note: If the same exception is raised several times, this mail will
not be re-send before 6 hours.
Mycrypt ist nicht geladen :-( liegt das nun alles daran
Gruß
Thorsten
RE: Ich habe Bockmist gebaut :-) - gOOvER - 09-27-2011 05:06 PM
/etc/php5/conf.d
da sollte eine datei
Quote:mycrypt.ini
sein
Wenn nicht, diese erstellen mit folgenden Inhalt:
Quote:; configuration for php MCrypt module
extension=mcrypt.so
RE: Ich habe Bockmist gebaut :-) - Nomenay - 09-27-2011 05:17 PM
Okay.. datei war ncht vorhanden habe sie erstellt und apache2 neugestartet
nun kommt aber per mail wenn ich auf die seite gehe immernoch
Code:
Dear admin,
An exception with the following message was raised in file
/var/www/ispcp/gui/include/ispcp-functions.php (Line: 616):
=================================================================
Error: PHP extension 'mcrypt' not loaded!
=================================================================
Debug backtrace:
---------------
File: /var/www/ispcp/gui/include/ispCP/Initializer.php (Line: 374)
Function: decrypt_db_password()
File: /var/www/ispcp/gui/include/ispCP/Initializer.php (Line: 153)
Method: ispCP_Initializer::_initializeDatabase()
File: /var/www/ispcp/gui/include/ispCP/Initializer.php (Line: 102)
Method: ispCP_Initializer::_processAll()
File: /var/www/ispcp/gui/include/environment.php (Line: 235)
Method: ispCP_Initializer::run()
File: /var/www/ispcp/gui/include/ispcp-lib.php (Line: 115)
Function: require_once()
File: /var/www/ispcp/gui/index.php (Line: 31)
Function: require()
Additional information:
----------------------
Http User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64)
AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Request Uri: /
Remote Addr: 87.161.37.103
Server Addr: 85.214.206.198
____________________________________________________________
ispCP Exception Mail Writer
Note: If the same exception is raised several times, this mail will
not be re-send before 6 hours.
edit: ist doch der gleiche Code:-)
Gruß
Thorsten
RE: Ich habe Bockmist gebaut :-) - gOOvER - 09-27-2011 05:39 PM
Da liegt aber einiges im Argen. Naja, ich weiss einige meinen, man kann sowas richten, aber ich würde Dir empfehlen den Server neu aufzusetzten und ispCP oder i - M S C P neu zu installieren. So können wir noch zig seiten weitermachen mit der Fehlerdiagnose.
Wenn Das Script kein php 5.3 verträgt würde ich den Dev mal anschreivben, wann er es anpassen will, da ja php 5.3 in allen Distros schon lange standard ist
|