Re: NGinx .conf Setup for Solr

2024-06-02 Thread Dmitri Maziuk
On 6/2/24 21:46, Lee Daniel wrote: That's exactly what's going on for that specific hostname. Plesk is on port 80  and solr is on 8983. What are my options here? Well... that depends on what you want to achieve. Basically virtual hosts are either name-based or ip-based, so you need either ano

Re: NGinx .conf Setup for Solr

2024-06-02 Thread Lee Daniel
That's exactly what's going on for that specific hostname. Plesk is on port 80  and solr is on 8983. What are my options here? Please advise. I'm gonna learn so much things after this run.. 😂 Thanks, Lee On 2024-06-02 20:10, Dmitri Maziuk wrote: On 6/2/24 17:28, Lee Daniel wrote: ... Please

Re: NGinx .conf Setup for Solr

2024-06-02 Thread Dmitri Maziuk
On 6/2/24 17:28, Lee Daniel wrote: ... Please advise? Run. They sound like you actually have only one hostname and are trying to run both solr and plesk on it. That would indeed be a problem for name-based virtual hosting. Is that what's going on? Dima

Re: NGinx .conf Setup for Solr

2024-06-02 Thread Lee Daniel
I was speaking to the host providers about my intention and this was their response. /NGINX serves as a reverse proxy in Plesk. Requests from the client are sent to NGINX then to Apache. Apache then processes these requests through registered handlers where it sends a response to back to NGINX

Re: NGinx .conf Setup for Solr

2024-06-02 Thread Lee Daniel
Thanks much, Jim, for your response. Thanks again for the assurance again that I'm heading towards the right direction. I actually had this tab open in Chrome for the past 4 days.. I actually got the idea from this very link.. I see that the author's nginx configuration is very simple compared