开头忘记写了,以后再整理,从现在调试apache开始一、apache安装(安装到一半才想起来写博文,抱歉)[root@lampapache2.2.27]#pwd
/application/apache2.2.27
[root@lampapache2.2.27]#./bin/apachectl-t###语法检测正常
httpd:Couldnotreliablydeterminetheserver‘sfullyquali..
分类:
系统相关 时间:
2017-02-17 22:08:31
阅读次数:
247
1.获取源码包 cd /usr/local/src/ ls wget http://mirrors.cnnic.cn/apache/httpd/httpd-2.4.25.tar.gz 2.解压、编译、安装 tar zxvf httpd-2.4.25.tar.gz cd httpd-2.4.25 ca ...
分类:
Web程序 时间:
2017-02-16 11:35:31
阅读次数:
223
项目需要,增加个访问端口,指向不同目录。但是一直报“Youdon‘thavepermissiontoaccess/onthisserver.”错误配置文件语法检查:#/etc/init.d/httpdconfigtest或apachectl-t直接输入:/etc/init.d/httpd会新显示选项[root@centos~]#/etc/init.d/httpd
Usage:httpd{start|stop|r..
分类:
数据库 时间:
2017-02-13 15:49:01
阅读次数:
166
<Directory "E:/wamp/www/"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks ...
分类:
Web程序 时间:
2017-02-09 23:36:01
阅读次数:
199
安装完apache-httpd后,启动时报错如下:[root@pptapp]#servicehttpdstart
Startinghttpd:httpd:apr_sockaddr_info_get()failedforppt
httpd:Couldnotreliablydeterminetheserver‘sfullyqualifieddomainname,using127.0.0.1forServerName[OK]解决如下:1.编辑httpd配置文件,vi..
分类:
Web程序 时间:
2017-02-09 16:35:54
阅读次数:
181
centos6yum安装的apr版本已经不适用httpd-2.4版本了。所以,需要源码编译apr以及apr-util1.下载源码:cd/usr/local/src/wgethttp://mirrors.cnnic.cn/apache/httpd/httpd-2.4.12.tar.bz2wgethttp://mirrors.cnnic.cn/apache/apr/apr-1.5.2.tar.bz2wgethttp://mirrors.cnnic.cn/..
分类:
Web程序 时间:
2017-02-07 16:57:25
阅读次数:
169
Windows和Mac系统下的安装教程差不多,需要注意的是确保系统中已经安装了JDK,并且JDK版本为1.7或1.7以上版本,如果没有,请自行更新下载安装,地址如下: Java SE Develop Kit ,JDK安装完成后,可以通过Mac系统中的终端工具使用java -version命令查看ja ...
分类:
移动开发 时间:
2017-01-23 19:02:39
阅读次数:
347
#
#ThisisthemainApacheserverconfigurationfile.Itcontainsthe
#configurationdirectivesthatgivetheserveritsinstructions.
#See<URL:http://httpd.apache.org/docs/2.2/>fordetailedinformation.
#Inparticular,see
#<URL:http://httpd.apache.org/docs/2.2/mod/di..
分类:
Web程序 时间:
2017-01-15 11:56:23
阅读次数:
334
这里为百度经验 http://jingyan.baidu.com/article/ff42efa93580c4c19e2202b6.html 然而在最后一步,回车不能够越过密码。 需要在解压的mysq文件下的data文件下找到Acer.err,用记事本打开, Crtl+H查找 A temporary ...
分类:
数据库 时间:
2017-01-14 20:01:11
阅读次数:
227