passenger icon indicating copy to clipboard operation
passenger copied to clipboard

having a problem hosting a kivy app on passenger

Open poco1980 opened this issue 7 years ago • 3 comments

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 avatar Oct 21 '18 00:10 poco1980

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

poco1980 avatar Oct 30 '18 16:10 poco1980

@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!

FloorD avatar Nov 04 '18 14:11 FloorD

@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.

CamJN avatar Nov 27 '18 16:11 CamJN