I install the program in apache2 / php 4.2.3 using apache directive but get the following error when click the login bottom on main page
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.
How to solve it ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have no idea how to help you with your problem. I would recommend following the suggestion you mentioned and check the manual. Also, know that apache2 + php is still considered testing/experimental.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I install the program in apache2 / php 4.2.3 using apache directive but get the following error when click the login bottom on main page
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.
How to solve it ?
I have no idea how to help you with your problem. I would recommend following the suggestion you mentioned and check the manual. Also, know that apache2 + php is still considered testing/experimental.