Deserved
Новичок
CGI + PHP и Apache
Вообщем после долгих часов попыток затвить CGI получать POST или GET я перепробывал всё, на данный момент у меня ПХП стоит как CGI и в итоге я получаю:
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <p>This PHP CGI binary was compiled with force-cgi-redirect enabled. This
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] means that a page will only be served up if the REDIRECT_STATUS CGI variable is
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] set, e.g. via an Apache Action directive.</p>
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <p>For more information as to <i>why</i> this behaviour exists, see the <a href="http://php.net/security.cgi-bin">manual page for CGI security</a>.</p>
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <p>For more information about changing this behaviour or re-enabling this webserver,
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] consult the installation file that came with this distribution, or visit
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <a href="http://php.net/install.windows">the manual page</a>.</p>
Вы уж помогите не закрывайте тему :\
На попытки http://localhost/cgi/reg.php?da=da
reg.
print_r($_GET);
output: Array()
Помогите пожалуйста.
Вообщем после долгих часов попыток затвить CGI получать POST или GET я перепробывал всё, на данный момент у меня ПХП стоит как CGI и в итоге я получаю:
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <p>This PHP CGI binary was compiled with force-cgi-redirect enabled. This
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] means that a page will only be served up if the REDIRECT_STATUS CGI variable is
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] set, e.g. via an Apache Action directive.</p>
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <p>For more information as to <i>why</i> this behaviour exists, see the <a href="http://php.net/security.cgi-bin">manual page for CGI security</a>.</p>
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <p>For more information about changing this behaviour or re-enabling this webserver,
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] consult the installation file that came with this distribution, or visit
[Mon Sep 29 03:18:07 2008] [error] [client 127.0.0.1] <a href="http://php.net/install.windows">the manual page</a>.</p>
Вы уж помогите не закрывайте тему :\
На попытки http://localhost/cgi/reg.php?da=da
reg.
print_r($_GET);
output: Array()
Помогите пожалуйста.