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 » Community » Newbie corner » How to run a Skylark app in webserver?
Re: How to run a Skylark app in webserver? [message #37898 is a reply to message #37896] Tue, 20 November 2012 22:56 Go to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
lectus wrote on Tue, 20 November 2012 14:45

Ok, so far Skylark is awesome for building C++ apps with web-based interfaces.

But is it possible to run this app in a web-server like Apache for example?


I believe that all you need to do for Apache is to add

SCGIMount /my_skylark_app_name/ 127.0.0.1:4000

into

/etc/apache2/httpd.conf

then start Skylark app configured for port 4000.

Of course, in real production environment, you would likely want to do a bit more sophisticated things, like deamonizing the app and putting start/stop/restart script into init.d, if you are really serious, you will also consider packaging to automate upgrades/rollbacks etc...

Mirek
 
Read Message
Read Message
Read Message
Previous Topic: EditDoubleSpin
Next Topic: Strings related functions
Goto Forum:
  


Current Time: Sun Aug 24 09:40:45 CEST 2025

Total time taken to generate the page: 0.03833 seconds