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

Flask-Restful on IIS #80

Closed
akheirabadi opened this issue Apr 30, 2013 · 5 comments
Closed

Flask-Restful on IIS #80

akheirabadi opened this issue Apr 30, 2013 · 5 comments

Comments

@akheirabadi
Copy link

Hi All,

I'm just wondering if anyone has deployed flask restful service on IIS? Is there any guide around this area ?

Thanks,
Ahad

@kevinburke
Copy link
Contributor

Hi,
I'm not sure that anyone has, although if you do get it running, please share details! I imagine it would be similar to deploying a Flask app or using a third-party Python module with IIS - you may find luck following the setup instructions for other modules, but switching the module name to flask-restful.

@akheirabadi
Copy link
Author

I run it via CGI, but the problem is that I couldn't run it on 80 port. But the others ports are possible. I want to know if anyone have any experience to run it on 80?!

@kevinburke
Copy link
Contributor

Hmmm... It's possible you need to run as the admin user to access port 80. Alternately is it possible another application is already listening on that port?

@akheirabadi
Copy link
Author

Thank you for your response. I have admin permission, but I think because IIS run on 80, it doesn't allow me to use this port for this application as well, so I need to change it. I have to find a way to run my application via that port as well.

@kevinburke
Copy link
Contributor

The following resources might be helpful:

http://stackoverflow.com/questions/355196/which-port-we-can-use-to-run-iis-other-than-80

http://flask.pocoo.org/mailinglist/archive/2010/9/29/deploying-on-windows/

http://www.helicontech.com/articles/running-wsgi-on-iis/


Kevin Burke | 415-723-4116 | www.twilio.com

On Sun, May 5, 2013 at 4:06 PM, akheirabadi notifications@github.comwrote:

Thank you for your response. I have admin permission, but I think because
IIS run on 80, it doesn't allow me to use this port for this application as
well, so I need to change it. I have to find a way to run my application
via that port as well.


Reply to this email directly or view it on GitHubhttps://github.com//issues/80#issuecomment-17461099
.

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