which files/directories should I allow from apache

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
matthew
Posts: 2
Joined: Thu Jun 19, 2014 9:51 pm

which files/directories should I allow from apache

Post by matthew »

Hi,
I'd like to work out of the office, which means whitelist can't help me anymore. so, I want to set up an Apache-level protection.
In the config file, I put
SetEnvIf Request_URI "^/te3/out.php(.*)$" allow
SetEnvIf Request_URI "^/te3/in.php(.*)$" allow

But now, the income traffic(Raw and Uniq) get a very low amount than normal.
Do anyone have an idea which files/directories should I make publicly accessible to work properly?
Post Reply