Platipus
Platipus
Hi there your initial issue is: [Thu May 12 08:44:23.969822 2022] [wsgi:error] [pid 10618] [client 10.0.1.152:50330] Target WSGI script not found or unable to stat: /home/ubuntu/deployment/config.wsgi Than your next issue...
Thank you, it looks ok. However, now I have a different issue, the jobs are showing incorrect time, it shows: "created 8 hours ago". This is not the correct time,...
Oh, I think it is not respecting the Time Zone, so now it is 3.13pm, but the queue "birth date" is 13-07-2021 07:13:36 From console: date Tue 13 Jul 2021...
https://www.digitalocean.com/community/tools/nginx?domains.0.server.domain=test.com&domains.0.server.path=%2Fvar%2Fwww%2Fhtml&domains.0.server.documentRoot=%2Fpub&domains.0.server.listenIpv6=&domains.0.https.https=false&domains.0.php.php=false&domains.0.python.python=true
I can try again on new Ubuntu. But, if no one ever used uwsgi.sock, than I see no point. Fine to close with me. Cheers
Hi Graham I concur with this. Have a look pls: ``` (venv) root@:/var/www/html/jam/venv# pip install mod_wsgi --trusted-host pypi.org --trusted-host files.pythonhosted.org Collecting mod_wsgi Using cached mod_wsgi-4.9.4.tar.gz (497 kB) Preparing metadata (setup.py)...
@GrahamDumpleton this config is the same as before from about 2 years ago, did not change anything in the way the server was setup. BTW, I updated the comment with...
Just this today, new OS and VM: ``` 172 sudo apt install python3-virtualenv 173 virtualenv -p python3 venv 175 source venv/bin/activate ``` Everything works for the local development tho with...
Yep. Did try that as well, no luck. Will recreate the virtenv again and keep you posted. As always, appreciated your time.
Hi Graham, looks like the simple wsgi is broken as well, with no mod_wsgi: If I do this for example, a simple one line to 000-default.conf from: https://www.howtoforge.com/how-to-run-python-scripts-with-apache-and-mod-wsgi-on-ubuntu-22-04/ and access...