Forums

Editing the http.conf file to resolve an error

i recently transferred my web app from my localhost and ive been trying to find http.conf file so that Apache knows where to find the project's dependencies, and how to run the WSGI app. Please i need help on how to locate this file .Thanks for the support

Hi dreking6,

We are running nginx and not apache. With that said, have you tried looking at the wsgi configuration file shown under your pythonanywhere web tab? Alternatively you could access it in the console at /var/www/.

Our goal is to make it easy for developers like you to manage your websites, and try to make the server configuration part as easy and painless as possible. This is why we have tried to create a web tab where most of your configurations can be done there. Having said that, if you want to delve into customizing the configs, please let us know and we can see what we can do.