-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to run Sahriswiki without a proxy pass? #8
Comments
Does Dreamhost support running WSGI apps? James Mills / prologic E: [email protected] On Wed, Jul 13, 2016 at 10:35 AM, Pete Bleackley [email protected]
|
Apparently it does. |
Then I'll provide an option to run this as a WSGI app shortly. THanks for James Mills / prologic E: [email protected] On Wed, Jul 13, 2016 at 11:27 AM, Pete Bleackley [email protected]
|
Any progress on this? |
I'm sorry I did try to get this working as a plain 'ol wsgi app but James Mills / prologic E: [email protected] On Tue, Aug 9, 2016 at 3:36 AM, Pete Bleackley [email protected]
|
Can I help with this at all? |
Yes you can! Let me put up the code so far in a branch. There are some James Mills / prologic E: [email protected] On Wed, Aug 10, 2016 at 1:14 AM, Pete Bleackley [email protected]
|
I started this branch Hope you can help :) |
It seems that there's something in the list returned by the application's call method that isn't a string, but I haven't been able to work out why. Will share to try to get more help |
It seems this is a 2/3 issue with wsgiref. The application is returning unicode where wsgiref expects str. |
Oh I see. Where is the bug? I presume in circuits.web.wsgi.Application? Can you send a PR to fix this? James Mills / prologic E: [email protected] On Mon, Oct 10, 2016 at 4:26 AM, Pete Bleackley [email protected]
|
I've managed to get an instance up and running at http://sources.conlang.org/ |
I WoW! Very nicely done! Do you mind sharing how you did this for the cheers James Mills / prologic E: [email protected] On Tue, Oct 25, 2016 at 6:55 AM, Pete Bleackley [email protected]
|
Here's the passenger_wsgi.py file I use on DreamHost
|
Do you want to submit a PR with a file like this in |
I am trying to set up a Sahriswiki instance on a shared Dreamhost account. Because it's a shared account, I can't access the Apache config file, and whenever I ask Dreamhost support to do anything for me, they refuse and tell me to upgrade my account (which I can't do, because it's a shared account). Is there a way to run Sahriswiki without setting up a proxy?
The text was updated successfully, but these errors were encountered: