Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

OCS Inventory behing Apache Reverse Proxy

We have OCS inventory deployed on our internal network with no issues.
Now we need to deploy ocs agents in other companys from the group but they are not in our internal network so we have a reverse proxy exposed to the public interface.
I have made the proxy pass configuration on the reverse proxy to point to the OCS server but didn't work. Is there any special configuration on the OCS side that we need to do ?

The configuration on the reverse proxy is this:

 <Location /ocsng/>

        #ProxyPreserveHost on
        ProxyPass http://10.0.0.82/ocsreports/
        ProxyPassReverse http://10.0.0.82/ocsreports/
        SSLVerifyClient none
        SSLRenegBufferSize 20982000
        LimitRequestBody 104857600

    </Location>


Thank you

in OCS Inventory NG server for Unix by (160 points)

Please log in or register to answer this question.

 
Powered by Question2Answer
...