Project

General

Profile

[Solved] drupal message about .htaccess additions but what if the site is on lighttpd?

Added by hariskar over 9 years ago

I have drupal site on lighttpd server and I get this message: "Temporary files directory Not fully protected
See https://www.drupal.org/SA-CORE-2013-003 for information about the recommended .htaccess file which should be added to the /tmp directory to help protect against arbitrary code execution."
The problem is that it refers to sites on Apache web servers, it says to make changes in .htaccess etc. How could I make similar changes on a lighttpd server site?

Thank you!


Replies (1)

RE: drupal message about .htaccess additions but what if the site is on lighttpd? - Added by Sakrecoer over 9 years ago

I managed to look it up for you before i realized this thread is 4 month old.
I hope you found this:
https://www.drupal.org/node/2140629

/tmp is a folder that is emptied on every reboot. It shouldn't need an .htaccess file (if you would be using apache, lightty doesn't use them) It seems your problem is a drupal issue.

    (1-1/1)