Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Skylark » how to setup Skylark on remote server?
Re: how to setup Skylark on remote server? [message #60511 is a reply to message #60492] Thu, 14 March 2024 11:21 Go to previous messageGo to previous message
Xemuth is currently offline  Xemuth
Messages: 387
Registered: August 2018
Location: France
Senior Member
Hello Forlano.

Skylark is more than capable to respond to http requests.

https://www.ultimatepp.org/srcdoc$Skylark$Tutorial$en-us.htm l

To help you I need to know few things. First your centos is running php but you must have a web server(something like apach or nginx) to handle http requests ?
If yes then is your web server configured to awnser on default port ( 80 or 443) or do you have some customs ports ? If you have custom ports is it acceptable to you to open another port that will be used by your skylark app (or only Core RESTfull app) ?

If no then maybe what you need (you may already have it) is a reverse proxy (nginx work well) to receive http request and depending on the url forwarding request to your webserver with php or to your skylark app.

personally, this is what I have localy: Nginx web server (configured as reverse proxy) that will handle all HTTPS request that hit my network then depending on what url asked the reverse proxy will dispatch the request to all microservice I have locally (git, fews skylark apps, NAS etc...)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Changelog Skylark 24/10/2023
Next Topic: Skylark server GUI
Goto Forum:
  


Current Time: Fri Jan 24 21:45:15 CET 2025

Total time taken to generate the page: 0.01937 seconds