[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PHP lokal testen



Peter Schütt wrote:

    <IfModule mod_userdir.c>
        <Directory /home/*/public_html>
            php_admin_value engine Off
        </Directory>
<!-- Erster Versuch von mir; weder ** noch * funktioniert
        <Directory /home/ich/**/myPage/>
            php_admin_value engine On
        </Directory>
-->
    </IfModule>

In meiner Sidux-Version steht noch folgendes drin:

# To re-enable php in user directories comment the following lines
# (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
# prevents .htaccess files from disabling it.

Um PHP anzuschalten kann/soll man das mod_userdir-Zeugs einfach auskommentieren.

Wie bieg ich das hin, daß ich auch lokal PHP ausprobieren kann?

Schau mal in das Error-Log vom Apache (/var/log/apache/error.log). Evtl. kann dort etwas mehr sehen.


HTH
Marco


Reply to: