This function enables a Passenger application and generates the Apache configuration on an account.
Important:
When you disable the Web Server role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ PassengerApps \ enable_application \ name='slippers'
{- "apiversion": 3,
- "func": "enable_application",
- "module": "PassengerApps",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}