Password protect with apache2.conf works on files, but not on ports
- by Camran
I have changed the apache2.conf so that my website requires authentication.
This works fine when typing the adress like this: www.domain.com or my_ip/
Problem is, I have Solr, which admin interface is on port 8983, so this:
www.domain.com:8983/
does not require authorization.
How can I add this port to also be authorized?
Thanks