Announcement

Collapse
No announcement yet.

PHP Installation - Security Alert

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP Installation - Security Alert

    Hallo,

    ich versuche PHP 4 auf einem Server mit WinNT4 und dem XITAMI Webserver zu installieren und bekomme immer bei Aufruf eines PHP-Scriptes im Browser folgende Fehlermeldung:

    Security Alert! The PHP CGI cannot be accessed directly.
    This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

    For more information as to why this behaviour exists, see the manual page for CGI security.

    For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.

    Was muss ich da ändern (in php.ini?!?)?

    Vielen Dank und Grüße Hendrik

  • #2
    Hi Hendrik,

    in der PHP.ini den Eintrag "reforce_direct" von 1 auf 0 setzen

    Gruss
    Uw

    Comment

    Working...
    X