on my wev server python is by default 2.4
I also have python 2.5 which I want to make sefault via .htaccess file.
what’s the directive to make /usr/bin/python2.5 the default python?
10x
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.
There isn’t one. Specify it in the shebang line of the CGI scripts you want it to run.