Django in Production with Apache Web Server (includes info about nginx, mod_wsgi, wsgi pre-loading)

  Рет қаралды 48,935

Django Lessons

Django Lessons

Күн бұрын

Пікірлер: 49
@MahlerLab
@MahlerLab Жыл бұрын
The way you explain why you do each step is super helpful. Thank you so much!
@thorstengonschior1184
@thorstengonschior1184 4 жыл бұрын
Eugen thx a lot. Your tutorial brought me further than other 90 min lessons although I run a slightly different system than you described. Saying your infos are made so generic that it is easy to transfer them. great background infos as well.
@rolandoriley
@rolandoriley 10 ай бұрын
What I liked the most of this tutorial is that some errors were intentionally generated to see the root cause of them. Good job and thanks!
@eng.robsoneduardo8142
@eng.robsoneduardo8142 2 жыл бұрын
The best explanation I had found.
@7999rahul
@7999rahul Жыл бұрын
Very nice lesson, thanks a lot. Clear and concise.
@mahmoudshehata9540
@mahmoudshehata9540 2 жыл бұрын
very good , very easy and very simple way to lean not simple topics. thank you very much ❤
@pavanikarra196
@pavanikarra196 3 жыл бұрын
Please do a video on clustering and loadbalance with apache+mod_wsgi
@npinc9988
@npinc9988 2 жыл бұрын
Great great video and information. Thank you.
@ВиталийЮдин-т9ц
@ВиталийЮдин-т9ц Жыл бұрын
это отличное объяснение. спасибо. Стронг рашн аксент is funny too)
@becunim
@becunim 2 жыл бұрын
I'm using apache2 2.4.52 (ubuntu), and the file system is completely different it uses a enable or available method
@andreagrillini9261
@andreagrillini9261 2 жыл бұрын
Thanks for the tutorial. Though I came across an issue: in my setup I get both the html source and the static files (an image and a css file), the contents are correctly rendered but the browser is stuck with "Transferring data from" as if it was still waiting for something else to arrive. As well, I cannot login as administrator, though I fill in the admin login form with the right credentials. This does not occur whenever a simple text is sent with "return HttpResponse" (no static files involved). And, as well, this does not occur if I use STATICFILES_DIRS instead of STATIC_ROOT and I resort to the "built-in" development server. Why? Thanks in advance!
@shukhratmirrakhimov2317
@shukhratmirrakhimov2317 3 жыл бұрын
Thank you for your video! I have configured my website and put in in production. However, sometimes there's an error "Content-Length mismatch" for some images and browser cannot load them from the server but if you try to open the broken image on a new window you, you can see the image. What might cause this issue?
@mustafaberker1453
@mustafaberker1453 2 жыл бұрын
Question: I have Plesk panel and ubuntu 20.04 LTS version. Can I use this method? or Should I use passenger method ?
@dencasio6141
@dencasio6141 2 жыл бұрын
забавно что хоть автор говорит на английском, ютуб распознает это как русский 🙃 и предлагает русские субтитры
@nugnoy8631
@nugnoy8631 4 жыл бұрын
another great video, thank you.
@djangolessons4614
@djangolessons4614 4 жыл бұрын
Thank you!
@AmitKumar-rc4pv
@AmitKumar-rc4pv 3 жыл бұрын
how can i access the pro video lecture on APACHE + mod_wsgi
@simon1430
@simon1430 3 жыл бұрын
Thank you. My only issue is that I can't find the modules directory in etc/apache2/ (I'm using Ubuntu)
@HopeUnveiled
@HopeUnveiled 3 жыл бұрын
Me too..
@jakdjjopagdhwoowjh9690
@jakdjjopagdhwoowjh9690 3 жыл бұрын
It is in /usr/lib/apache2/modules
@Chenard612
@Chenard612 4 жыл бұрын
Very helpful video, thank!
@qr9529
@qr9529 3 жыл бұрын
hi how to run multiple django sites on mod_wsgi on xampp
@manojmusings
@manojmusings Жыл бұрын
When I updated my python code it said "Apache WSGI Script Error"
@bombdrive3880
@bombdrive3880 Жыл бұрын
However, in terms of microservices, apache2 and django are in different container. This would not work.
@AboutCinemaTechnologies
@AboutCinemaTechnologies 3 жыл бұрын
It was very useful, thanks!
@musicarroll
@musicarroll Жыл бұрын
Excellent! Thanks!
@vipinkumarniranjan3052
@vipinkumarniranjan3052 2 жыл бұрын
Thanks for the tutorial!
@Pedroallesss
@Pedroallesss 4 жыл бұрын
Tks a lot from Brazil
@Jalan-Api
@Jalan-Api 8 ай бұрын
starts at 6:39, thank me later
@nareshyanduri3867
@nareshyanduri3867 3 жыл бұрын
can you send me the project github that your using for testing
@abcdefg1492
@abcdefg1492 4 жыл бұрын
good video
@djangolessons4614
@djangolessons4614 4 жыл бұрын
Thanks
@groove00
@groove00 4 жыл бұрын
❤️ thanks bro
@creativeprogramming3788
@creativeprogramming3788 11 ай бұрын
Thanks sir 👍
@mastrake
@mastrake 4 жыл бұрын
Well done!
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
what happens when i hit python manage.py runserver??
@djangolessons4614
@djangolessons4614 4 жыл бұрын
You will have django's built-in web server running on port 8000. Because this is different port ( != 8001) it will not interfere with Apache Web Server. In other words, you will have two running web servers - one on port 8000 and other one on port 8001.
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
@@djangolessons4614 django use built-in web server?? its' already existing web server(like apache, Xamp, etc) or django own(there is any name)?
@djangolessons4614
@djangolessons4614 4 жыл бұрын
@@KrishnaManohar8021 yes, Django uses a buit-in web server. But it is not like Apache. It is suitable ONLY for local development and only with DEBUG=True. Don't use it in production.
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
@@djangolessons4614 thanks for the update.
@SanteeRocks
@SanteeRocks Жыл бұрын
👏🏽
@Human-de8nf
@Human-de8nf Жыл бұрын
Субтитры отпад12:42😂
@ДмитрийСергеев-л6г
@ДмитрийСергеев-л6г 2 жыл бұрын
Thanks!!!
@andrewryabchenko2407
@andrewryabchenko2407 3 жыл бұрын
You'r Russian Genius)
All You Need to Know about WSGI
11:11
Django Lessons
Рет қаралды 68 М.
Apache vs NGINX
7:53
IBM Technology
Рет қаралды 316 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 356 М.
Why More People Dont Use Linux
18:51
ThePrimeTime
Рет қаралды 343 М.
Why Your Backend Shouldn't Serve Files
19:40
Boot dev
Рет қаралды 66 М.
How to Create an Instant Search Bar With Flask and HTMX
13:13
Pretty Printed
Рет қаралды 20 М.
HTMX: 3 IRL Use Cases
18:33
ThePrimeTime
Рет қаралды 126 М.
Docker - Containerize a Django App
24:09
Andreas Jud
Рет қаралды 7 М.
WSGI for Web Developers (Ryan Wilson-Perkin)
24:52
PyCon Canada
Рет қаралды 97 М.
How to Deploy Django on Nginx with uWSGI (full tutorial)
37:57
Tony Teaches Tech
Рет қаралды 94 М.
Django Channels & WebSockets Oversimplified
16:35
Dennis Ivy
Рет қаралды 147 М.
пранк: псих сбежал из дурдома
0:53
Анна Зинкина
Рет қаралды 1,7 МЛН
ПОСТАРЕЛА ЗА 1 ДЕНЬ НА 20 ЛЕТ - МУЖСКОЕ ЖЕНСКОЕ
55:44
ПРИЯТНЫЙ ИЛЬДАР
Рет қаралды 677 М.
ТЕЛЕФОН МЕНЯЕТ ЦВЕТ😅 #upx
0:34
RanF
Рет қаралды 639 М.
Do YOU Understand WHAT JUST HAPPENED!? 😂 #shorts
0:57
LankyBox World
Рет қаралды 1,6 МЛН
Это лютый угар 🤣 | приколы Арсен Симонян
0:14
Арсен Симонян
Рет қаралды 294 М.