[+] Brak dost

Konfiguracja serwerów, usług, itp.
panel
Beginner
Posty: 103
Rejestracja: 13 marca 2009, 21:07

[+] Brak dostępu do php-cgi

Post autor: panel »

Na serwerze www yaws zawsze korzystałem z php-cgi według tej instrukcji:
http://yaws.hyber.org/cgi.yaws
I wszystko było w porządku aż do czasu, gdy zaktualizowałem system do nowszej wersji.

Gdy łączę się ze stroną zawierającą instalator Drupala pokazuje się pusta strona a w terminalu dostaję informację:

Kod: Zaznacz cały

[B]Security Alert![/B] 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 [I]why[/I] this behaviour exists, see the [url=http://php.net/security.cgi-bin]manual page for CGI security[/URL].
       For more information about changing this behaviour or re-enabling this webserver,           consult the installation file that came with this distribution, or visit     [url=http://php.net/install.windows]the manual page[/URL].
Pakiet php5-cgi pobrałem z repozytorium Ubuntu 10.04 - czy muszę kompilować ze źródeł, żeby pozbyć się tego problemu?
Nie pomogło wpisanie w ustawieniach ścieżki do pliku php5-cgi.

Rozwiązałem problem edytując /etc/php5/cgi/php.ini wpisując

Kod: Zaznacz cały

cgi.force_redirect = 0
w linii 822
ODPOWIEDZ