使用dvwa测试,安装了httpd MySQL php 发现 phpinfo 可以解析,但是dvwa的大部分php页显示不了,调试发现时数据库出错,所以显示不了,@错误抑制:不显示错误信息, 所以不会打印出错信息最后将php-mysql库安装好了 就行注意要配置php.ini文件,重启http服务。
分类:
Web程序 时间:
2014-07-19 21:01:14
阅读次数:
320
This Section will continue the actual configure for IHS related files.3) Copy the httpd.conf file to httpd2.conf, and modify them.Now Virtual IP have ...
分类:
Web程序 时间:
2014-07-19 20:10:57
阅读次数:
307
How to Housekeep logs without restarting process1) Go to the log folder2) run the command:mv access_log access_log.oldkill -1 `cat httpd.pid`
分类:
其他好文 时间:
2014-07-19 20:10:20
阅读次数:
244
在httpd.conf 文件中启用 httpd-vhosts.conf就是把#注销掉# Virtual hosts ,虚拟主机Include conf/extra/httpd-vhosts.conf假设我们的虚拟主机在 f:/myweb 盘 [该站点,事先有]设置http-vhosts.conf文件...
分类:
Web程序 时间:
2014-07-18 19:35:18
阅读次数:
261
Apache服务器自定义404错误页面有两种方法:
第一种方法最简单,直接在Apache的httpd.conf下进行配置修改命令,修改的内容请参看.htaccess命令写法中的自定义错误页面
第二种方法可以在.htaccess文件中配置命令,具体操作请参看.htaccess命令写法中的自定义错误页面...
分类:
数据库 时间:
2014-07-17 17:11:07
阅读次数:
300
本文主要介绍了LAMP的安装。Linux+Apache+Mysql/MariaDB+Perl/PHP/Python一组常用来搭建动态网站或者服务器的开源软件,本身都是各自独立的程序,但是因为常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台本文所用环境和安装包为CentOS6.5+http..
分类:
系统相关 时间:
2014-07-17 15:14:01
阅读次数:
438
php: PHP Version 5.0.0b4apache: Apache/2.0.49 (Win32)1、做为apache2的cgi运行ScriptAlias /php/ "c:/php/"AddType application/x-httpd-php .phpAction applicatio...
分类:
Web程序 时间:
2014-07-17 13:36:11
阅读次数:
267
检查rpm -qa httpd
[root@luozhonghua icons]# rpm -qa |grep httpd
httpd-2.2.15-30.el6.centos.i686
查看安装路径
rpm -ql httpd-2.2.15-30.el6.centos.i686
确保安装完
[root@luozhonghua icons]# yum ...
分类:
其他好文 时间:
2014-07-16 17:26:14
阅读次数:
161
Win7下64位的apache2.4.9+php5.5+mysql5.6.19的安装1、首先下载文件httpd-2.4.9-win64-VC11.zip(http://www.apachelounge.com/download/)php-5.5.14-Win32-VC11-x64.zip(http:...
分类:
数据库 时间:
2014-07-16 13:52:20
阅读次数:
317
[root@luozhonghua sbin]# service httpd start
Starting httpd: httpd: apr_sockaddr_info_get() failed for luozhonghua
httpd: Could not reliably determine the server's fully qualified domain name, using...
分类:
其他好文 时间:
2014-07-16 11:15:46
阅读次数:
168