广丰视角

关注互联网,关注技术开发,透析与分享移动互联网行业最新动态

apache 默认配置

时间:2019-02-17 13:31:01    阅读:40151次 分类:小程序开发
怎么查看和修改 mysql 的最大连接数? mysql 默认的最大连接数为 100,可以在 mysql 客户端使用以下命令查看 mysql> show variables like max_connections; vi /etc/my.cnf [mysqld] set-variable=max_connections=2000 #加入这些内容 :wq /etc/init....

怎么查看和修改 MySQL 的最大连接数?  

MySQL 默认的最大连接数为 100,可以在 mysql 客户端使用以下命令查看

mysql> show variables like 'max_connections';
vi /etc/my.cnf
    [mysqld]
set-variable=max_connections=2000  #加入这些内容
:wq
/etc/init.d/mysqld restart


最大上传文件  

vi /etc/php.ini


二级域名的配置
其次,在 httpd.conf 中打开 mod_rewrite


rewriteengine on
rewritecond %{HTTP_HOST} [^.]+.fx553.com$
rewriterule ^(.+) %{HTTP_HOST}$1 [C]
rewriterule ([^.]+).fx553.com(.*) /$1$2


    DirectoryIndex index.php index.php3 index.html index.htm index.html.var
图片上传php-ini
extension=php_gd2.dll


linux
extension=/usr/local/libgdgd.so


日志管理
编辑conf文件夹下的httpd.conf,找到如下内容: 
 
===================== 

# LogLevel: Control the number of messages logged to the error_log. 
# Possible values include: debug, info, notice, warn, error, crit, 
# alert, emerg. 

LogLevel warn 
===================== 
其中,LogLevel用于调整记于错误日志中的信息的详细程度。(参阅ErrorLog指令)。可以选择下列级别,依照重要性降序排列: 
 
Level Description Example  
emerg 紧急 - 系统无法使用。 "Child cannot open lock file. Exiting"  
alert 必须立即采取措施。 "getpwuid: couldn't determine user name from uid"  
crit 致命情况。 "socket: Failed to get a socket, exiting child"  
error 错误情况。 "Premature end of script headers"  
warn 警告情况。 "child process 1234 did not exit, sending another SIGHUP"  
notice 一般重要情况。 "httpd: caught SIGBUS, attempting to dump core in ..."  
info 普通信息。 "Server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers)..."  
debug 出错级别信息 "Opening config file ..."  
 
 
默认级别是warn,那么warn级别以上的日志都会记录,会产生大量“文件不存在”的erro级别的错误日志。建议使用 crit 级别的设置,这样只记录致命级别以上的日志,有效减少日志数量。 


芜湖广丰软件有限公司(原中江网络),成立于2005年,经过10多年定制开发经验,积累了大量技术储备和定制开发经验,是一家集软件研发、互联网应用为一体的综合信息技术服务提供商。公司拥有核心的策划团队和专业的技术研发团队,致力于采用领先的信息技术,长期为涉及智慧园区/厂区/校园领域的各个企业提供快速、高效、安全的信息技术支持。公司立足智慧园区和智慧教育行业,通过软硬件的研发和互联网应用,疏通各企业间“端到端”的信息传输,灵活满足智慧园区和智慧教育企业间不同用户的需求,为其提供完善的信息化解决方案。

广丰软件
智慧园区系统开发