In addition to a separate proxy you could use iptables, I use this
technique for another app (running on port 5000 but requests come in
port 80)...
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 5000
On 6/2/2016 12:51 PM, Teague James wrote:
> Thanks for that suggestion, but I had found that file and I had
> changed it to 80, but still no luck. Solr isn't running because it
> never started in the first place. I also tried the -p 80 flag using
> the install script and it failed.
Something I jus
d
be appreciated. If this is a "feature" of the application, it'd be nice to see
that in the documentation.
Thanks Shawn!
-Teague
-Original Message-
From: Shawn Heisey [mailto:apa...@elyograg.org]
Sent: Tuesday, May 31, 2016 4:31 PM
To: solr-user@lucene.apache.org
Su
On 5/31/2016 2:02 PM, Teague James wrote:
> Hello, I am trying to install Solr 6.0.0 and have been successful with
> the default installation, following the instructions provided on the
> Apache Solr website. However, I do not want Solr running on port 8983,
> I want it to run on port 80. I started
This may be no help at all, but my first thought is to wonder if anything
else is already running on port 80?
That might explain the somewhat silent "fail"...
Nicely said by the way - resisting the urge
On Tue, May 31, 2016 at 2:02 PM, Teague James
wrote:
> Hello,
>
> I am trying to install S