I want to approve only to local host to send requests to
https://localhost:443/action/start.cgi
I know I can limit access to directory.
<Directory "/usr/local/httpd/htdocs">
AllowOverride All
</Directory>
Is there an option to block all ips beside localhost for specific path?