When trying to launch a cherrypy website on an Apache server, no matter what port I select, I always get an error saying: "No socket could be created".
I used netstat to verify the port I am trying to connect to is listening. Is there some sort of configuration necessary to get the application to run on an Apache server? I have very little experience with cherrypy or Apache.
Cherrypy is a framework for handling http-requests - it's actually designed to run as a standalone webserver. Thus it has overlapping functionality with apache, and you have to make a choice:
handler(req) function in your code, and hand you all the request info via req. Django uses this approach.I have good experience with 1, but all of them should be fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With