How to close access for a few bash scripts that are used by my PHP-Apache-based website?
I have an index.php file in my document root /var/www/. index.php is supposed to call some bash scripts which are currently in the /var/www/scripts/ directory. However I don't like the fact that these scripts can be downloaded from the Internet by requesting http://mysite.com/scripts/script1.sh.
How to close access to the scripts, allowing them to be called by index.php?