Wednesday, June 27, 2018

Re: Admin site not working properly using passenger on shared hosting. Need help setting it up properly

Ahmed, 

Did you manage to figure out what was the problem? I ran into the same problem. All POST requests  are throwing 

Page not found (404)

Request Method:POST


Let me know 

Thanks


On Friday, March 2, 2018 at 7:19:10 AM UTC-5, Tanvir Ahmed wrote:
Hello, 

I am fairly new to the web hosting world. I recently purchased a plan at a2hosting. It's a shared hosting plan. After some problems with FastCGI, I was told to use passenger to host django. I couldn't find much on this topic and somehow managed to get the website working. However, soon I realized that the post forms weren't working. More importantly, the admin site wasn't working properly. I get to the admin site login but once I try to login, I get a page not found error. 

I have contacted the hosting provider and they seem to think that my configuration with passenger is wrong. They were kind enough to offer to change any server side settings if needed. So any idea what I am doing wrong? Could you guys provide me the steps to get django working with passenger? Or is it some server side settings fault?

Please note that I decided to get rid of everything and start fresh. I created a project by, first creating a virtualenv using CPanel's setup python app. This also creates a passenger_wsgi.py and a .htaccess file. I edited the passenger_wsgi.py to the following code: 
from projectname.wsgi import application 

After that I configured the settings where I made changes to the allowed hosts and provided the static and media files and directories. Then I ran collectstatics and made migrations and created superuser. Then, (keep in mind I am using the project I just created and haven't changed anything or added any apps) I went to, www.example.com/admin and the login appeared. But, once I do try to login, I get a page not found error.

The directory looks something like this: 

root(/home/username)
    -virtualenv
    -website
        -passenger_wsgi.py
        -manage.py
        -public
        -tmp
        -project
            -__init__.py
            -settings.py
            -wsgi.py
            -urls.py

Please note: there are other files but I included the ones I thought were necessary.

Thank you in advance and sorry for any inconveniences

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/19651712-8b5d-4a93-ad50-eab4daac474d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment