Skip to content
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

does not work with apache wsgi server #2

Open
savelov opened this issue May 2, 2020 · 3 comments
Open

does not work with apache wsgi server #2

savelov opened this issue May 2, 2020 · 3 comments

Comments

@savelov
Copy link

savelov commented May 2, 2020

although the examples works as standalone, I could not use it with apache2 wsgi module (python3) - renaming app object to application. I had to switch to flask-restplus instead. probably issue is with parsers/ resources that should be initialized differently

@yorek
Copy link
Contributor

yorek commented Aug 9, 2020

Thanks for the feedback. I have tried this only on my local machine with Python on Windows using the integrated HTTPS Server during development or on Azure using a Azure Web App running on a Linux Backend....I'm not an export on this, so if anyone can help to make sure the script will work also with Apache2 it will great

@savelov
Copy link
Author

savelov commented Feb 14, 2021

I have uploaded the example rest api working over mssql connection on flask_restplus on https://github.com/savelov/restful_demo.
It works with apache wsgi, and also I had to switch to freetds odbc as microsoft does not ship arm64 binary for mssql odbc client on linux

@yorek
Copy link
Contributor

yorek commented Feb 15, 2021

Would be great if you could make the README a bit more helpful.You mentioned Apache2 before. For example, you could add more details on make your repository work with it. Also adding some more info to help a developer using your repo, understanding what the code will do and how that set up an local (or cloud?) environment to run it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants