12 2011 档案

摘要:1、登录用户需激活问题 discuz/api/uc.php /*** * 激活功能 */ function synlogin($get, $post) { global $_G; if(!API_SYNLOGIN) { return API_RETURN_FORBIDDEN; } header('P3P: CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP C... 阅读全文
posted @ 2011-12-27 11:32 linyu2006 阅读(1774) 评论(0) 推荐(0)
摘要:Apache配置httpd.conf#增加监听端 可以通过netstat -n -a查看端口是否开启# Listen: Allows you to bind Apache to specific IP addresses and/or# ports, instead of the default. See also the <VirtualHost># directive.## Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto al 阅读全文
posted @ 2011-12-14 09:18 linyu2006 阅读(780) 评论(0) 推荐(0)