Remoting Framework Install

Discussion in 'Installation/Configuration' started by Lars, Aug 3, 2010.

  1. Lars

    Lars New Member

    Did I miss the instructions somewhere on how to install the remoting framework for version 3? I see the examples in my tar.gz, but don't know how to install/enable it so that I can connect to the API.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The remoting framework is a integral part of ispconfig 3, it has not to be installed separately.
     
  3. Lars

    Lars New Member

    Perhaps I am misunderstanding something then. In the remoting_client example.php there are these lines:

    Code:
    //* The URI to the remoting interface. Please replace with the URI to your real server
    $soap_location = 'http://'.$_SERVER["HTTP_HOST"].'/ispconfig3/interface/web/remote/index.php';
    $soap_uri = 'http://'.$_SERVER["HTTP_HOST"].'/ispconfig3/interface/web/remote/';
    
    What should I be replacing the $_SERVER["HTTP_HOST"] variable with? I've tried both my domain name and the IP where ISPConfig is installed and received page not found errors for both.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You have to replace the complete URLS and not jsut the variables with the correct URL's to the ispconfig interface on your server. The URL's in the example are for a loacl apache setup for testing and not for a real installed system. See the files in the examples folder, they contain also examples for the URL.
     

Share This Page