uWSGI with log-route
本来在Mac上配置了Nginx + uWSGI, uWSGI里根据uWSGI官网的参考,配置了log-route
:
本来在Mac上配置了Nginx + uWSGI, uWSGI里根据uWSGI官网的参考,配置了log-route
:
使用Flask在Raspberry Pi上写web application,然后使用ngrok反向代理,让此web application可以在公网访问。
使用Nginx的默认安装设置,当发起http请求时,response里有类似的信息:
测试两个框架的效率。逻辑相同,都是map "/" to handler,然后这个handler里render template index.html
(继承自base.html
),渲染模版都是用jinja2
使用python的urllib的urlopen一个https的api时,经常遇到这个错误。解决方案:
用uWSGI跑python的wsgi程序。
安装,启动与配置
每次新装服务器都忘了怎么安装这个mail sender的服务,记一下。
第一步:写一个自己的Python包,setup.py
:
Ubuntu 18.04 removed the /etc/rc.local
file, so if you still want to use it:
假设你拥有两个站点,a.com和b.com,用户在b.com登录之后,在访问a.com时,需要自动检测到用户已经在b.com登录了,进而a.com可以根据用户的登录状态显示不一样的信息。
使用vim -x filename.txt
可以创建加密文件。
趁刚写完这个项目,把一些学到的东西写一下。
When run strace command in Ubuntu, I got an error:
Python's web framework is quite similar to each other, thanks to the WSGI standard, so the first time when you learn a new Python web development framework, there are a few essential things you should know, and those will help you to get started fast.