Posted by zuzhihui in apache on 2012/10/10 with No Comments
apache常用的工作模式有prefork和worker模式。运行命令httpd -l 或者apache2 -l ,输出的结果中如果含有prefork.c,那就是prefork模式,如果结果中含有worker.c,那就是worker模式。
Posted by zuzhihui in Linux技术 on 2012/10/06 with No Comments
本文介绍怎么仅通过域名服务器实现网站301重定向的一种方法。假如域名bigsales.com要重定向到bigsales.net。
首先要在namecheap注册用户,如果已经注册过就可以跳过本步骤。注册用户的地址是 https://www.namecheap.com/myaccount/signup.aspx
解析来到这个页面 https://www.namecheap.com/products/freedns.aspx ,在中间的输入框里面输入域名bigsales.com然后点击Get DNS按钮。
近期评论