
HTTP
技术男
web 开发, 测试, Linux 系统管理维护, Python 开发, Ruby 自动化编写、执行人员
展开
-
Cookie
he Cookie info would be placed in the HTTP header Set-Cookie: name = VALUE; expires = DATE; path = PATH; domain = DOMAIN_NAME; In Python, we can use the Cookie lib:Set a simple cookie easily:原创 2012-02-07 10:42:07 · 611 阅读 · 0 评论 -
Apach directory configure
#DirectoryIndex index.cgi # make sure the homepage is index.cgi Options +ExecCGI +FollowSymLinks +Indexes +MultiViews AddHandler cgi-script .cgi AllowOverride None Order allow,deny转载 2012-02-13 14:24:19 · 714 阅读 · 0 评论