Page 1 of 1

which files/directories should I allow from apache

Posted: Thu Jul 24, 2014 4:39 pm
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?