Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

ImportError error for a project running on apache: DLL load failed while importing cv2

Importing opencv before deployment worked fine for my django project, but deploying to apache was an error. Later I wrote a project that only used opencv to read images, but still deployed to apache ...
lllittleX's user avatar
0 votes
1 answer
11 views

init_fs_encoding during deploying django app to apache

i'm trying for hours to deploy a django app on an apache2 and still get following error: PYTHONHOME = '/home/rickmanns/bar/bar/djenv' PYTHONPATH = (not set) program name = 'python3' isolated = ...
Jonas Ricke's user avatar
0 votes
0 answers
14 views

Broken Process Pool: Processpool executor inside django app hosted on apache

I have a django application that I would like to host on my apache server. Use case of the application is to receive requests and performs compute intensive operations over a set of given inputs. To ...
jack wilson's user avatar
1 vote
1 answer
43 views

Permission Denied and Python Module Issues when Deploying Django with Apache on Ubuntu

I'm encountering difficulties while trying to deploy my Django website using Apache on an Ubuntu server. Here are the details of the problem: Error Messages: Current thread 0x00007e9faacab780 (most ...
desboisrob's user avatar
0 votes
0 answers
16 views

How to host two django apps on windows using apache and mod_wsgi?

I know how to run 1 django application on windows server using mod_wsgi & apache. Now I want to run more than one django application on the same server. I have the following configurations httpd....
Luqman Jr's user avatar
  • 101
0 votes
0 answers
34 views

Django Static Files Not Loading Correctly in Production with Apache

I've been struggling with serving static files in a Django application deployed on Apache. Despite following numerous guides and suggestions, I'm still encountering 404 errors for my static files. ...
Brapu Coin's user avatar
0 votes
0 answers
44 views

Website shows Server error 500. Suspect it's SSL releated

My site was working just fine, and then it stopped for reasons I don’t know. I get a Server Error 500. I believe it’s related to SSL, because in most browsers I get that error, but in Brave it goes to ...
Coolmike's user avatar
0 votes
1 answer
19 views

NLTK package is not working in production but working in development

I have created a web-app using Django. I this web-app I want to add functionality to extract phrases from content. My code is working fine in development but not working in production. Using nltk ...
Manoj Kamble's user avatar
0 votes
0 answers
12 views

How to deploy Django Webapp with subdomain

I have a domain as abc.com. I have created subdomain as xyz.abc.com. I have two Django Webapps both are not same. I want to deploy both Django Webapps with this domain and sub-domain on same VPS ...
Manoj Kamble's user avatar
0 votes
1 answer
48 views

Kong 502 Bad Gateway

I have two VMs. One is running an Apache server with a Django API and the other is running Kong. The two VMs are on the same network and can ping each other, and I can access the Django site on my ...
empyreu's user avatar
  • 101
0 votes
0 answers
21 views

Django Project Depolyment in Windows Server using Apache

I have installed python 3.12, Django, Apache, and tested all without pasting my project inside htdocs and that run. Now in htdocs, I have kept my project two folder core and myenv. Inside core main ...
Md Ibrahim's user avatar
0 votes
0 answers
199 views

403 Error when renewing Let's Encrypt Certbot using Django and Apache. I have 6 days to renew

When running the certbot renew command I first change my firewall permissions to allow connections on port 80, I put Cloudflare into Development Mode, then I run the renewal command. However this time ...
mike-a's user avatar
  • 1
0 votes
0 answers
33 views

Django retrieves old content from the database

I've developed an app using Django 5, tested it on my server and my local, and made it in production on my server. The problem is that when a certain action is taken to write or update a record in the ...
Esraa Abdelmaksoud's user avatar
0 votes
0 answers
14 views

Send api key from a django template

I have a backend application with django, hosted in lightsail and using api gateway to manage it. The entire backend application is protected by the API key, this means I need to send an api key on ...
Noé Rivera's user avatar
1 vote
0 answers
117 views

Gateway Timeout - The gateway did not receive a timely response from the upstream server or application

I was able to run other Django apps using these same settings but when I installed Django CMS these settings no longer worked. Yes, the other app is running on Python 3.7 and I'm using 3.8 for Django ...
Abzal Ali's user avatar
  • 199

15 30 50 per page
1
2 3 4 5
209