Why cgi scripts have to stay in cgi-bin folder ?
What is the difference from insert python script ( or php script or any other script ) in public_html folder and in cgi-bin folder ?
I don’t understand :-\
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They don’t have. The only restriction is that CGI scripts have to be in deirectory which has
directive switched on, and in default Apache configuration only /cgi-bin directory has this option on. But nothing prevents you from enabling CGI in other directories.
Some believe that putting all CGI scripts in one place is more secure.