Nach ispcp Migration auf i-MSCP 1.2.0 werden keine PHP-Scripte der Kundendomains mehr ausgeführt

  • @nico-e_ed


    I'm not a magician... Without further info (log and so on) I can say anything. I could check if you add my SSH to your server and provide me the IP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Nuxwin
    there is no SSH...
    I can give you all Logfiles you require please tell me what you need.

  • @nico-e_ed


    You're a beginner and so, I'll not lose my time to explain you how find logs and so on. I'm not your teacher. Anyway, I think that i-MSCP is not for you ;) We proposed you online support but for unknown reason, you do not want any online help... Strange...


    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @gOOvER


    Even with a local server (which is run through vmware or virtualbox) I can give you an SSH access ;) He tried to migrate from ispCP to i-MSCP and thus, without further information, we cannot help... We are not here to teach users how to look at apache logs or debug PHP ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • DE:
    Ja es gibt auf der Kopie auf der ich das Ganze teste kein SSH was aus dem Internet erreichbar ist. (auch auf dem Original ist kein SSH aus dem internet erreichbar nur aus dem LAN)
    Nein es wird auf Grund von Netzwerksicherheitsrichtlinien kein SSH Zugang auf die betroffenen Systeme geben.


    EN:
    yes at the Copy of the System where I test everything is no SSH which is accessible from Internet. (even at the Original is no SSH availible from the Internet, only from LAN i cann use SSH)
    No there will be no SSH access from the Interet due to Network security Policys.

  • OK, mit welchem Log darf ich dienen, ich möchte ungern Gigabyteweise Logs hier posten denn damit ist keinem geholfen.

  • Es gäbe noch die Möglichkeit von Teamviewer, du musst dir nur mal die Zeit nehmen^^
    Welche Logs wohl, die des Webservers und php-Dienstes... :)

  • So, ich bitte um Vergebung,...


    aus unerfindlichen Gründen lief ein Apache Prozess der es zuverlässig verhindert hat das der Apache Deamon von dem i-MSCP Installationsscript restartet werden konnte.


    Nach beenden dieses und neustart von Apache ließ der Deamon sich nicht mehr Starten mit der folgenden Meldung.
    /var/log/apache2/error.log:[Fri Jan 23 11:51:54.924319 2015] [fcgid:emerg] [pid 26647:tid 3074714240] (2)No such file or directory: mod_fcgid: Can't create shared memory for size 1167812 bytes


    dieses Problem wurde gelöst mit:

    Code
    1. $ sudo apt-get remove --purge libapache2-mod-fcgid
    2. $ sudo rm -rf /var/lib/apache2/fcgid/
    3. $ sudo apt-get install libapache2-mod-fcgid
    4. $ ls -lah /var/lib/apache2/fcgid/


    des weiteren schien auch mein Browser die Seiten welche ich teste zu cachen was dazu führte das auch nach dem beheben es so aussah das die Seiten nicht funktionieren.


    Aktuell scheint alles zu funktionieren, ich teste weiter.


    @i-MSCP Entwicklung für das Migrationsscript
    ggf. sollte in dem Migrationsscript geprüft werden ob das Verzeichnis /var/lib/apache2/fcgid/ vorhanden ist und wenn nich die oberen Befehle ausgeführt werden müssen um das Problem bei anderen zu vermeiden.