Is it safe to store informations using SetEnv in a .htaccess file ?
Thank you
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.
It’s about as safe as storing informations in any other file on a web server. If a malicious user can get a script onto the server, or subvert one that’s already there, then retrieving env vars is a trivial exercise.