Hello Mark.

Thank you very much and I completely understood your explanation.

So, I understood why I had that error (it's a security restriction that
must exist on the production server).

Thanks again.
Regards.

El mié, 8 de sep. de 2021 a la(s) 10:39, Mark H. Wood ([email protected])
escribió:

> On Thu, Sep 02, 2021 at 08:23:05PM -0700, Jose Texier wrote:
> > Hi, I have an error wanting to access the solr on my production server.
> I
> > can access xmlui. On the development server I can access "/solr/" and
> > "/xmlui/". My version es DSpace 6.3.
> >
> > The error that I get is:
> > HTTP Status 403 - Forbidden
> > Type Status Report
> > Description The server understood the request but refuses to authorize
> it.
> >
> > Any suggestions or what permission should I make and where?
>
> In v6, Solr runs with the LocalHostRestrictionFilter, which rejects
> queries from any address other than 'localhost' (127.0.0.1, ::1).  I
> would check the DSpace configuration to see that 'solr.server' (in
> config/local.cfg) is set to use a localhost address.
>
> It is possible to disable the LocalHostRestrictionFilter if you need
> to use a non-loopback address, but understand that Solr is not
> designed to be exposed to the entire Internet.  If you remove the
> restriction, you should make certain that Solr is firewalled against
> outside access.
>
>   <Parameter
>     description="Disable Restriction Filter"
>     override='false'
>     name='LocalHostRestrictionFilter.localhost'
>     value='false'
>   />
>
> --
> Mark H. Wood
> Lead Technology Analyst
>
> University Library
> Indiana University - Purdue University Indianapolis
> 755 W. Michigan Street
> Indianapolis, IN 46202
> 317-274-0749
> www.ulib.iupui.edu
>
> --
> All messages to this mailing list should adhere to the Code of Conduct:
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "DSpace Technical Support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dspace-tech/u3hIYAKQLSc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/YTi9BYxNG7kK5thJ%40IUPUI.Edu
> .
>


-- 
Jose Texier

Twitter: @dantexier <https://twitter.com/dantexier>
Perfil ORCID: http://orcid.org/0000-0003-0176-6625
Perfil en Google Académico
<http://scholar.google.com.ar/citations?user=kUQ1boMAAAAJ&hl=en&oi=ao>
Ubuntu User number: # 33408

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAGYhVTKtcH%3DXiHLe8aoSXcZCcZMgLPS%2BwUnKBYA6YgxJWkTA1A%40mail.gmail.com.

Reply via email to