Apache lässt PHP Datein herunterladen statt sie auszuführen

Nach dem ich einen Server mit Debian 7 64 Bit und neustes Webmin + Virtualmin eingerichtet habe, habe ich Probleme mit Apache und PHP Dateien. Apache lässt PHP Dateien herunterladen.

Webmin version 1.660
Virtualmin version 4.02.gpl GPL

#uname
Linux myserver 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux

Im Moment bin ich gezwungen PHP-Scripts in mod_php auszuführen, welche Sicherheitsrisiko darstellt.

PHP script execution mode :

Apache mod_php (run as Apache's user)
CGI wrapper (run as virtual server owner)
FCGId (run as virtual server owner)

Auf Lösungvorschläge würde mich freuen.

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Profile picture for user Guest
Permanenter Link

Ein lösung ist:

Gehe zu: Webmin >> eine Virtualserver >> PHP

 

PHP Admin Configuration Values : Engine Off

Hier Diesen Eintrag komplett löschen.  Warum es so ist, wo Konflikte gibt weiss ich auch nicht.

 

Profile picture for user Guest
Permanenter Link

Das ist tatsächlich unter Webmin >> Apache Webserver  >> PHP.

 

Ich dachte man hat ausversehentlich Webmin statt Virtualmin geschrieben.

 

Suche

Neueste Kommentare

  • 4 weeks ago
    Transaction isolation level REPEATABLE-READ The recommended level for Drupal is "READ COMMITTED". (Drupal Status Report)

     Edit "/etc/my.cnf" ( under [mysqld] ):

    transaction_isolation="READ-COMMITTED"

    Restart MariaDB / MySQL:

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

     

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    Linux Autovervollständigung - bash autocomplete
    source ~/.bashrc

    Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.

    Welche Alternative gibt es?

  • 2 months 1 week ago
    PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)

    ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php

  • 2 months 1 week ago
    Drush Update failed (require php >=8.2)

    In composer.json, update: 

     

  • 2 months 1 week ago
    Drupal: Anmeldung fehlgeschlagen Es hat mehr als 5 fehlerhafte Anmeldeversuche für dieses Benutzerkonto gegeben. Es ist vorübergehend gesperrt.
    drush sqlq "DELETE FROM flood"
  • 2 months 1 week ago
    Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?