ChinaUnix.net
相关文章推荐:

unix 安装apache22

使用freebsd 6.2 安装apache22 升级ports之后 执行 cd /usr/ports/www/apache22 make install clean 之后测试 apache 不能正常运行 /usr/local/sbin/apachectl start 运行出现了 No such file or directory: Failed to enable the 'httpready' Accept Filter 修改该 /boot/defaults/loader.conf 中的 accf_data_load="YES" accf_http_lo...

by xmumulin - BSD文档中心 - 2007-07-05 13:05:46 阅读(865) 回复(0)

相关讨论

先更新PORTS cp /usr/share/examples/cvsup/ports-supfile /root/;ee ports-supfile 采用PORTS安装 make install clean 启动apache方法几种 (1)/usr/local/etc/rc.d/apache22.sh start #后边还有很多参数来控制停止从起 (2)/usr/local/sbin/httpd -k start 配置apache方法 配置文档目录略 Options index FollowSymLinks 去掉中间的INDEX 增加安全防止别人看你的目录浏览 代叙... 本文来自Chinaunix博客,如果查看原文请点:h...

by *n - BSD文档中心 - 2006-10-06 21:17:37 阅读(792) 回复(0)

[Tue May 22 13:59:36 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Tue May 22 13:59:36 2007] [alert] (EAI 8)hostname nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of "vxd" Configuration Failed

by vxdpc001 - BSD - 2007-05-22 14:09:24 阅读(806) 回复(0)

ports安装apache22,启动出错[hint: SSLSessionCache] 应该是安装php扩展时候出错了,因为在安装apache php之后启动很正常。 httpd-error.log报错 [Mon Oct 13 12:53:00 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] messages Oct 13 12:53:04 server kernel: pid 2284 (httpd), uid 0: exited on signal 12 (core dumped) apachectl -l Compiled in modules: core.c prefork.c http_co...

by evilangel - 服务器应用 - 2008-10-13 19:30:27 阅读(1548) 回复(1)

安装的是apache22 装好后启动apache 显示:Performing sanity check on apache22 configuration: Syntax OK Starting apache22. 是什么意思啊?要怎么修改?

by fentin - BSD - 2007-01-07 23:18:37 阅读(2971) 回复(21)

我用ports安装apache22之后, 并修改来/etc/rc.conf 添加来 apache2_enable="YES" 运行 /usr/loacl/etc/rc.d/apache22.sh srart 没有提示任何信息 [code] /usr/ports/www/apache22 make install clean --------------------------- root@banyao[/usr/local/etc/rc.d]#./apache22.sh start root@banyao[/usr/local/etc/rc.d]# root@banyao[/usr/local/etc/rc.d]#ps -aux |grep httpd root@banyao[/usr/local/etc/rc.d]# [/code] 也...

by banyao - BSD - 2006-09-18 00:13:25 阅读(1314) 回复(6)

今天安装了mysql5.0和apache22,安装mysql的时候到是没有问题,cd /usr/ports/databases/mysql50-server/ 之后make install clean,然后mysql_install_db,chown -R mysql /usr/db/mysql ,mysqladmin -u root passowrd 'password' , mysqld_safe , mysql -u root -p ,就顺利的完成了 不过安装apache22后httpd却一直起动不了,错误日志如下: [Sun Jan 15 22:19:39 2006] [warn] Init: Session Cache is not configured [hi...

by skyu - BSD文档中心 - 2006-01-15 23:19:53 阅读(668) 回复(0)

httpd: apr_sockaddr_info_get() failed for vxd httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName (13)Permission denied: make_sock: could not bind to address 127.0.0.1:80 no listening sockets available, shutting down Unable to open logs

by vxdpc001 - BSD - 2007-05-22 11:50:14 阅读(731) 回复(0)

我用的是freebsd 5.4 安装apache22,装好后都可以运行,不知怎么现在不行了.错误如下: httpd: apr_sockaddr_info_get() failed for zks3.com httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Sun Mar 05 11:37:39 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter 哪位能给我解决一下?谢谢!

by yangpan - BSD - 2006-04-05 21:18:43 阅读(4245) 回复(9)

httpd-error.log 提示: [Thu Mar 09 14:00:19 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] 是哪出问题了?如何解决?

by llw318 - BSD - 2006-03-10 20:09:32 阅读(823) 回复(3)

在的fb中,先是通过ports安装了svn1.5我选了一个什么apr的选项,结果他就吧apache2作为依赖安装上了,现在我必须得使用apache22,因为冲突而无法安装,请问各位高手,如何能吧apache2升级成apache22

by devis.ma - BSD - 2008-10-28 16:33:16 阅读(3492) 回复(4)