- 8
- 47 086
Techie
เข้าร่วมเมื่อ 9 มี.ค. 2015
Email Authentication Explained: SPF, DKIM, & DMARC | Improve Email Security!
Learn how SPF, DKIM, and DMARC work together to secure your emails and prevent phishing, spoofing, and fraud. In this video, explained about purpose fo email authentication methods, explained each method step-by-step, explaining how they authenticate senders and improve email deliverability. Whether you're a business owner or IT professional, understanding these email protocols is essential for protecting your communications and domain reputation.
Subscribe for more cybersecurity and email best practices videos! 👍
#EmailSecurity #SPF #DKIM #DMARC #PhishingPrevention #CyberSecurity #EmailAuthentication #SecureEmail #EmailBestPractices"
Subscribe for more cybersecurity and email best practices videos! 👍
#EmailSecurity #SPF #DKIM #DMARC #PhishingPrevention #CyberSecurity #EmailAuthentication #SecureEmail #EmailBestPractices"
มุมมอง: 81
วีดีโอ
Deploy First Django App on IIS|Serve Static files with IIS Virtual Directory |Create App with Django
มุมมอง 2.8K8 หลายเดือนก่อน
To enable IIS Featurr/FastCGI Module please follow video th-cam.com/video/Y8cVIkwTojQ/w-d-xo.html
Deploy First Flask API on IIS &Resolve Fastcgi process exited unexpectedly/500 Internal Server Error
มุมมอง 4.9Kปีที่แล้ว
In this video you will know Difference between Flask APP and Flask API. Resolving FastCGI error while deploying Flask APP/API on IIS #flask #flaskapp #api #FASTCGI #WFASTCGI #python #iis #error #process #exited #unexpectedly #fastcgi #pythonprogramming #scripting
What is CGI, Know about CGI(Common Gateway Interface), FastCGI for Deploying Flask/Django App on IIS
มุมมอง 686ปีที่แล้ว
#cgi #flask #django #fastcgi #hosting #iis #deploy #deployonIIS #CGI #WFASTCGI #flaskapp Deploy First Flask App on IIS th-cam.com/video/Q4AaFNX6LBY/w-d-xo.html
Deploy First Flask App on IIS
มุมมอง 38K3 ปีที่แล้ว
To enable IIS Featurr/FastCGI Module please follow video th-cam.com/video/Y8cVIkwTojQ/w-d-xo.html
Thank you bro..
🤝
Hey, Thanks for the information. Its Very Userful !!
and if it were done on the Default Website what would the process be?
Simply the Best
Thank you 😊
lauda kuchh nahi hua bhai
Hello sir, thank you so much for this tutorial . I have one issue faced that my application runs on server properly but outside the server on local system connected through intranet. It is not working properly(time out).please guide me
whether in the same system is it opening through localhost. If it is opening Please check windows firewall enabled on local system and allow accordingly
Do u have discord or telegram?
Presently no
Live saver!
Thank you😀
static files not working
What error you are getting
Thanks bro. But not working
I dont understand. Not working Error occurred while reading WSGI handler: Traceback (most recent call last): File "D:\peoject\FlaskApp\FlaskWebVenv\Lib\site-packages\wfastcgi.py", line 791, in main env, handler = read_wsgi_handler(response.physical_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\peoject\FlaskApp\FlaskWebVenv\Lib\site-packages\wfastcgi.py", line 633, in read_wsgi_handler handler = get_wsgi_handler(os.getenv("WSGI_HANDLER")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\peoject\FlaskApp\FlaskWebVenv\Lib\site-packages\wfastcgi.py", line 616, in get_wsgi_handler raise ValueError('"%s" could not be imported%s' % (handler_name, last_tb)) ValueError: "flaskIIS.app" could not be imported: Traceback (most recent call last): File "D:\peoject\FlaskApp\FlaskWebVenv\Lib\site-packages\wfastcgi.py", line 600, in get_wsgi_handler handler = __import__(module_name, fromlist=[name_list[0][0]]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\peoject\FlaskApp\flaskIIS.py", line 1, in <module> from flask import Flask ModuleNotFoundError: No module named 'flask' StdOut: StdErr:
Thank you but what about media_url & medi_root conf. ? Can we serve uploaded media files like pdf,images etc. like this method?
i fllow the steps by it dosent works for me
Where did you stuck! What error it is throwing?
Thanks bro. Well explained
😀
How do I add or deploy more than one flask applications on the IIS server???
It's the same process. Give different port
I followed same steps as you said but still not getting FastCGI settings. I am using IIS 10 and want to deploy plotly dash application.
I will add the deploying plotly dash app video shortly
@@techie5561 Thanks. I used your video as a reference and able to deploy. Now I am unable to deploy Dash App as an application under site.
thankyou bro. its very useful
👍
I have this error HTTP Error 500.0 - Internal Server Error \env\Scripts\python.exe - The FastCGI process exceeded configured request timeout
Hii, any idea what if I got this error instead: 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. Does this have anything to do with FastCGI ?
Hey, my aplicattion just keep looping and don´t show anything, my static python files, like saying "hello world" are working, but the flask is not working and when i try to search the aplication it just keeps looping and no error is shown. can you help me?
it will work when we have many functions with routes to html pages? (Windows Server 2022)
Yes it works.
I have this error :"Error occurred while reading WSGI handler:..." can you help me please ?
Whats are the steps we need to follow if we want to run the website again,
When you host your application on IIS website runs continuously. Please follow the steps as provided in video
I have given permission, even after getting below error env\Scripts\python.exe - The FastCGI process exited unexpectedly
did you figure it out?
Thank you man you saved me :D
Great to hear..Thank you
Hey, Thanks for the information. It resolved my error.
Great!
Great! It works!
Thanks.
Thank you It also works for me. but I felt into a problem at the step told in 7:52 but I have add (" ") around the path on "add module mapping".
Yes if path contains any spaces you need to add quotes around it.
Where u had put your web.config file
When using the GUI of IIS, it automatically creates web.config in a project folder
Again I have done the same process as explained even though getting same error
Have you tried the basic hello app
DNS_PROBE_FINISHED_NXDOMAIN error occurring
Sir I have many installations and imports in my code.Do I need to install them on server.I have Flask code,HTML,Css, javascript used also used opencv in the program and the window should get open on task bar.How can I do this
Yes all the dependencies libraries need to be installed on the server too.
I did as you did but why can't others access the above address? please rep comment
Didn't get others which address they are trying
@@techie5561 localhost::1302 . Please help me sir
See the full video to know how to enable CGI feature
Lot's of thank you and wishes, it's solved my headache, I was go through many tutorials and blogs, my search ends here. Sucessfully deployed my app and working fine, can you explain me if I want to deploy app with my domain name and port should be 80, it would be great help Thanks again and keep creating
Great to hear!
I dont see FastCGI in the dropdown in module mappings.
Please follow this video th-cam.com/video/Y8cVIkwTojQ/w-d-xo.html to understand and enable CGI module
Answer is a
Answer is b
Answer is b
HTTP Error 500.0 - Internal Server Error D:\flask\env\Scripts\python.exe - The FastCGI process exited unexpectedly
i have the same have you found any solution ?
no
no@@73malik
try to give IIS_IUSRS the prermission for your Folder you installed Python. for eg. local install C:\Users\YOURUSERNAME\AppData\Local\Programs\Python This worked for me
Yes same I have explained in video i guess
it was helpful the second time as well😃
Thank you.
hi not working, I am using Waitress server, instead of app.run(). I am using serve(app, port=5000). Also in collection while adding key value shuld i use <filename>.app or <filename>.serve. I am getting this error HTTP Error 500.0 - Internal Server Error <VENV_path>\Scripts\python.exe - The FastCGI process exited unexpectedly I am using Flask
i have the same have you found any solution?
@@73malik yeah I resolved this, I don't exactly remember how I solved & I don't have access to the server but Tomorrow I'll try to see if I can find and will let you know
@@aniketsharma3154 thanks a lot
@@73malikhave you got the answer
How can i increase the number of workers using this same process ? Same as it is un uvicorn
web.config file?
No need to create seperate file IIS takes care of that
thanks, youre my hero
👍
It was helpful, Thanks
Thank you.👍
thanks man!
👍
hello can you help more for deploy on iis
Please specify what you need more
@@techie5561 everything is working on , local host but i can't work with iis hosting , some wfastcgi error showing when i run py file
HTTP Error 500.0 - Internal Server Error D:\vai\env\Scripts\python.exe - The FastCGI process exited unexpectedly
check this video th-cam.com/video/dXTNhuQLHuM/w-d-xo.html
Now show us making it with public ip please. How to serve python app over the internet