• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    Freebsd7.0 Apache2.2+MySQL5+PHP5安装和配置方法

     一、安装apache2.2.8

      首先去http://www.apache.org网站上下载apache2.2.8源码包

      解压缩

      #tar zxvf httpd-2.2.8.tar.gz

      得到 httpd-2.2.8文件夹

      #cd httpd-2.2.8

      配置

      #./configure --prefix=/usr/local/apache --enable-so --enable-module=rewrite

      编译

      #make

      安装

      #make install

      安装完成

      测试一下安装效果

      #cd /usr/local/apache

      #cd bin

      # ./apachectl start

      httpd: apr_sockaddr_info_get() failed for

      httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

      [Thu Apr 03 09:37:41 2008] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter

      出现上述提示

      #vi /usr/local/apache/conf/httpd.conf

      修改SeverName一项即可解决(1)错误提示

      产生(2)的原因是:FreeBSD 系统还提供了http filter,会自动过滤掉不完整的HTTP请求。

     一、安装apache2.2.8

      首先去http://www.apache.org网站上下载apache2.2.8源码包

      解压缩

      #tar zxvf httpd-2.2.8.tar.gz

      得到 httpd-2.2.8文件夹

      #cd httpd-2.2.8

      配置

      #./configure --prefix=/usr/local/apache --enable-so --enable-module=rewrite

      编译

      #make

      安装

      #make install

      安装完成

      测试一下安装效果

      #cd /usr/local/apache

      #cd bin

      # ./apachectl start

      httpd: apr_sockaddr_info_get() failed for

      httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

      [Thu Apr 03 09:37:41 2008] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter

      出现上述提示

      #vi /usr/local/apache/conf/httpd.conf

      修改SeverName一项即可解决(1)错误提示

      产生(2)的原因是:FreeBSD 系统还提供了http filter,会自动过滤掉不完整的HTTP请求。

    上一页12 3 下一页 阅读全文
    上一篇:FreeBSD 6.2用freebsd-update升级过程
    下一篇:FreeBSD系统下读写 NTFS分区
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    Freebsd7.0 Apache2.2+MySQL5+PHP5安装和配置方法 Freebsd7.0,Apache2.2+MySQL5+PHP5,