opcache-gui icon indicating copy to clipboard operation
opcache-gui copied to clipboard

Added HTTP Authentication

Open msigley opened this issue 7 years ago • 2 comments

msigley avatar Apr 03 '18 20:04 msigley

Please don't merge this PR. If you want to restrict the access, you can move the script in a sub folder and setup your web server accordingly (.htacces in this folder or nginx conf for this path) Moreover, the problem of this PR is that it default this behaviour for everyone.

bbalet avatar Apr 03 '18 23:04 bbalet

I have disabled the http authentication by default to preserve the existing behavior.

I must say though that it is not a very good idea security wise to have the script publicly accessible by default. The changes I made were based on the default functionality of the wincache gui script.

msigley avatar Apr 04 '18 15:04 msigley