This forum is no longer active. Please post your questions to our new community site
Disabling access from network
|
|
Dear bitnami developers, What I want to ask is this: Is it possible to disable access of bitnami stacks from other computers? That is, I want to limit the access from localhost only, not any other computer. This is possible by old-school .htacces file for apache, but is it possible to disable all the stacks at once? Regards |
|
|
Hi, I think that the most easy solution is through .htaccess or set in the apache conf file. You can modify the apps/<application>/conf/<application>.conf file to only access from 127.0.0.1. phpMyAdmin is an example of this configuration.
I hope it helps. |

