phusion / passenger

A fast and robust web server and application server for Ruby, Python and Node.js
https://www.phusionpassenger.com/
MIT License
5k stars 547 forks source link

having a problem hosting a kivy app on passenger #2131

Open poco1980 opened 6 years ago

poco1980 commented 6 years ago

Issue report

Question 1: What is the problem?

will give you the error log

Your answer: I got it all set up properly with my Apache Server, but when I try passenger start it gives me an error I understand but not getting anywhere

Do not know because first time using it, all I know is its not working for me

Files are included in the zip file

Question 2: Passenger version and integration mode:

opensource 5.3.5 standalone to later impliment Apache2.4:

Question 3: OS or Linux distro, platform (including version):

Ubuntu 18.04 Bionic Beaver

Question 4: Passenger installation method:

Your answer: [ ] RubyGems + Gemfile [ ] RubyGems, no Gemfile [x ] Phusion APT repo [ ] Phusion YUM repo [ ] OS X Homebrew [ ] source tarball [ ] Other, please specify:

Question 5: Your app's programming language (including any version managers) and framework (including versions):

Python 3.6.6

pong.zip

poco1980 commented 5 years ago

Its been 10 days and no answer yet. What does Support Central label mean.

FloorD commented 5 years ago

@poco1980 hi! The 'Support Central' label is automated and merely indicated that your request was forwarded to our support dashboard (if you're interested: https://blog.phusion.nl/2018/05/09/open-sourcing-phusions-customer-support-product/).

As for Kivy support, I know too little about the framework to answer your question, and I bet my colleagues would need to see a bit more info on your setup, but I'll nudge 'em!

CamJN commented 5 years ago

@poco1980 you do not use passenger start and Apache at the same time, Apache starts and manages Passenger for you when you use the Apache module; whereas passenger start runs an nginx server built into Passenger for you. Please provide your apache config, and logs.