Author Topic: tp/data/ folder is accessible for everyone ??  (Read 7162 times)

0 Members and 1 Guest are viewing this topic.

Offline Vas

  • Newbie
  • *
  • Posts: 21
    • View Profile
tp/data/ folder is accessible for everyone ??
« on: January 07, 2012, 10:43:06 AM »
Hi ... when I log in, I get:

Important notice
It looks like your tp/data/ folder is accessible for everyone.
It's SERIOUS SECURITY HOLE and must be solved asap! IF you are using Nginx webserver, ask your server support to protect 'tp/data' folder for accessing from the web.

Would 775 permissions sort this out ?

Please let me know, otherwise I can only protect this using a password on Lighttpd ... that would make matters worse I think !

Offline henta0578

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: tp/data/ folder is accessible for everyone ??
« Reply #1 on: January 07, 2012, 01:29:46 PM »
I have nginx and I added this in my configuration file:

    location /tp/data/ {
    deny all;
    }

Everything seems to still work fine.

Offline Vas

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: tp/data/ folder is accessible for everyone ??
« Reply #2 on: January 08, 2012, 03:42:50 AM »
henta0578,

Thanks, it is something similar in Lighttpd, I managed to fix it  :)