Quantcast
Channel: Ocsinventory Q&A - Recent questions and answers
Viewing all articles
Browse latest Browse all 11965

Answered: Error HTTP/1.1 404 Not Found - UBUNTU 14.04

$
0
0

finally solve it:

Install the missing module perl SOAP :: Transport :: HTTP

edit the files z-ocsinventory-server.conf

the lisguientes lines:

PerlSetEnv OCS_DB_USER ocs
  # Password for user
PerlSetVar OCS_DB_PWD "password"


<Location / ocsinterface>
require user"SOAP_USER"


and edit also this:

dbconfig.inc.php

the following line
define ( "PSWD_BASE", "password");

Given that in both cases the password is the password that you place your ocs user in the database.

Once this is done run the following commands:


sudo a2ensite z-ocsinventory-server.conf

service apache2 reload


With that and the server and agents have been reported :)

thank's


Viewing all articles
Browse latest Browse all 11965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>