标签 apache 下的文章

如何卸载centos中自带的apache

aries | mixed | 2013-03-28
1、[root@localhost etc]# rpm -qa|grep httpd,查看与httpd相关软件包。 httpd-2.2.3-11.el5_2.centos.4 2、然后删除httpd: [root@localhost etc]# rpm -e httpd 出现问题: error: Failed dependencies: httpd >= 2.2.0 is needed by (installed) gnome-user-share-0.10-6.el5.i386 3、还有一个相关的软件包没有删除,清除之,即: [root@localhost etc[阅读全文]
ė 6 0条评论 0

让你的apache支持shtml

aries | php | 2009-04-17
打开你的httpd.conf首先要确认LoadModule include_module libexec/apache2/mod_include.so这上行没有注释掉!然后搜索“AddType text/html .shtml”,# AddType text/html .shtml# AddOutputFilter INCLUDES .shtml把这两行前面的#去掉。然后搜索“Options Indexes FollowSymLinks”在搜索到的那一行后面添加“ Includes”即将该行改变为 Options Indexes FollowSymLinks Inclu[阅读全文]
ė 6 0条评论 0

Apache登录_XDB_需要输入用户名密码问题

aries | php | 2008-10-07
接了个项目,需要用到php和oracle,没办法,装oracle吧,我装的是10g装的过程还比较顺利,各种服务启动的也比较顺心,再把php里面的扩展一一打开!!phpinfo一下,OK~~<?phptry{          $conn = new PDO("oci:dbname=demoDB",system,aaaaa123);          echo "连接成功";}catch(PDOException $e){          echo ("Error:".$e->getMessage()."<br>");          die();}?> [阅读全文]
ė 6 0条评论 0

sp2下apache不能启动的问题

aries | php | 2007-06-26
第一步 在网上邻居-->本地连接-->Internet Protocol (TCP/IP)-->属性-->高级-->WINS-->把启用LMhosts搜寻 关掉! 第二步 控制面板-->安全中心--->windows防火墙中-->高级-->网络连接设置-->设置-->web服务器(HTTP) 选项打上对勾[阅读全文]
ė 6 0条评论 0

apache2+php5在WINDOWS环境下的安装

aries | php | 2007-06-23
apache2.2_php5.1.4_install.rar[阅读全文]
ė 6 0条评论 0
Ɣ回顶部