执行配置安装httpd时出错configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/.需要下载apr和apr-utils 并解压到./srclib/, 再进行编译#wg
原创 2014-07-10 15:21:18
517阅读
时间:2011.8.4 环境:windows2003 , apache2.2 , php5 错误日志: 错误应用程序 httpd.exe,版本 2.2.14.0,错误模块 php5ts.dll,版本 5.3.1.0,错误地址 0x0000c200。 解决方法:复制php5ts.dll到apaceh的bin目录下或者系统目录下c:\windows\system32后,重启系统。
原创 2011-08-04 16:06:54
678阅读
今天在windows服务器发现如下错误: The Apache service named  reported the following error: >>> httpd.exe: Could not reliably determine the server's fully qualified domain name, using 1.1.1.1 for Ser
原创 2012-02-14 14:42:13
767阅读
早上7点多起来的时候,接到报警,发现主站后台的apache挂了,上去启动了下,没起来; 查看错误日志 发现有如下显示 [root@houtaicms logs]# tail -f error_log [Wed Mar 21 07:20:07 2012] [warn] pid file /usr/local/apache2.2.20/logs/httpd.pid overwritten --
转载 精选 2012-03-21 12:11:09
666阅读
编译apache报错 no SSL-C headers found configure: error: ...No recognized SSL/TLS toolkit detected   解决方法 安装openssl-devel yum -y install openssl-devel
原创 2012-07-11 10:16:04
669阅读
[root@mail DBD-mysql-3.0008]# service httpd restartWarning: DocumentRoot [/usr/local/apache2/docs/dummy-host.example.com] does not exist解决方法:vi /usr/local/apache2/conf/httpd.confInclude conf/extra/htt
转载 精选 2013-07-19 18:34:08
578阅读
apache启动报错:(125)Address already in use: make_sock: could not bind to address 192.168.xx.xxno listening sockets available, shutting downUnable to open logs解决办法:# ps -ef |grep nagios#一个个kill pid重启apache
原创 2012-07-30 11:13:09
614阅读
今天安装Apache httpd web服务器时,从官方网站上http://www.apache.org/dyn/closer.cgi下载httpd,然后在centos下解压,安装过程分为三部分:      (1)./configure      (2)make      (3)make install (需
转载 精选 2015-05-06 11:20:50
727阅读
 [root@localhost httpd-2.2.21]# service apache start 报错httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName   解决方法
原创 2011-12-08 09:11:11
586阅读
搭建apache服务器,启动的时候报错: httpd: Syntax error on line 53 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/apache/modules/libphp5.so: c
原创 2010-03-02 11:57:05
576阅读
 还是MAIL服务器,重启apache 时出现报错: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName 我用PS看了一下进程,发现进程已经开启。 ps -ef | grep httpd root &nbs
原创 2012-02-29 11:33:23
656阅读
启动Apache 报这个错: Invalid command 'PythonHandler',perhaps misspelled or defined by a module not included in the server configuration 是因为没有mod_python.so模块的缘故,我们需要手工编译安装mod_python。 安装 mod_python 中出现 apx
原创 2012-03-09 10:11:28
550阅读
checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures
原创 2017-05-24 20:20:15
635阅读
Apache无法启动报错:Name or service not known: mod_unique_id: unable to find IPv4 address of "xxxx"  解决方案:修改 /etc/hosts,添加添加自己的主机名127.0.0.1    主机名 
原创 2017-07-11 22:04:16
1602阅读
    [root@localhost apache2]# ./bin/apachectl start httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server:&nb
原创 2012-05-21 13:10:07
1138阅读
#Apache重启报错原因 [root@node1 /]# service httpd restart Stopping httpd:                  
原创 2015-06-25 19:44:17
1636阅读
Apache 连接php报错
原创 2021-05-12 16:33:55
656阅读
在使用Linux系统搭建网站时,常常会用到Apache作为web服务器,搭配红帽操作系统进行部署。但有时在启动Apache时,可能会遇到不报错的情况。 首先,让我们了解一下Apache的启动过程。当我们输入启动Apache的命令时,系统会先检查配置文件的语法是否正确,然后再进行启动。如果配置文件中有语法错误,Apache会启动失败并报错。但有时候Apache启动后却没有任何报错信息显示,这可能会
原创 2024-05-29 10:51:06
44阅读
环境:Centos5.4+apache+svn Apache下整合的SVN,重启apache出现如下错误: 报错内容: [root@localhost local]# /usr/local/apache2/bin/apachectl start httpd: Syntax error on line 45 of /usr/local/apache2/conf/httpd.conf: Can
原创 2012-03-09 10:10:17
1047阅读
kettle项目中使用到了这个karaf框架 嵌入到java项目中,启动时会报错 信息: Lock acquired. Setting startlevel to 100 九月 28, 2021 1:01:38 下午 org.apache.karaf.main.Main$1 log 严重: Bund ...
转载 2021-09-28 14:50:00
2851阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5