一、软件1、putty2、WinSCP二、调试1、linux 下 apache启动、停止、重启命令基本的操作方法:本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况apahce启动命令:推荐/usr/local/apache2/bin/apachectl s...
分类:
Web程序 时间:
2015-02-02 15:31:58
阅读次数:
178
Linux显示检查设置文件中的语法是否正确
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ apachectl [conflgtest]
程序“apachectl”尚未安装。 您可以使用以下命令安装:
sudo apt-get install apache2
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ s...
分类:
系统相关 时间:
2015-01-31 19:25:57
阅读次数:
343
Linux显示服务器完整的状态信息
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ apachectl [fullstatus]
Usage: /usr/sbin/apache2 [-D name] [-d directory] [-f file]
[-C "directive"] [-c "dir...
分类:
系统相关 时间:
2015-01-31 19:23:46
阅读次数:
213
先解释一下linux下Apache有个前段管理工具:apachectl,用来管理后台Apache的启动,关闭,还有一些设置,具体通过
apachectl --help
查看用法。
在这里我们可以通过apachectl这个脚本(bash脚本),查看其控制的httpd在哪?
1.先找到apachectl脚本
whereis apachectl
2.进入apachectl所在目录下用vi编辑...
分类:
Web程序 时间:
2015-01-29 17:51:44
阅读次数:
165
原文:linux下apache启动、停止、重启命令 基本的操作方法:
本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况
apahce启动命令:
推荐/usr/local/apache2/bin/apachectl start apaceh启动
apache...
分类:
Web程序 时间:
2015-01-28 23:48:20
阅读次数:
257
来源:http://blog.csdn.net/qianling3439/article/details/29410381启动Apache打开“终端(terminal)”,输入 sudo apachectl -v,(可能需要输入机器秘密)。如下显示Apache的版本接着输入 sudo apachec...
分类:
Web程序 时间:
2015-01-27 18:14:41
阅读次数:
270
1。启用系统自带的apache 服务打开终端(terminal)#sudo apachectl start #sudo vi /etc/apache2/httpd.conf修改LoadModule php5_module libexec/apache2/libphp5.so//开启php/*****...
分类:
数据库 时间:
2015-01-25 12:17:43
阅读次数:
167
[root@limt modules]# /usr/sbin/apachectl -hUsage: /usr/sbin/httpd [-D name] [-d directory] [-f file] [-C "directive"] [-c "direc...
分类:
其他好文 时间:
2015-01-12 22:21:39
阅读次数:
264
mac中自带了apache服务器, 如果需要在mac上使用apache服务器, 只需要配置并启动服务器即可。mac 10.10 中自带的apache版本是 2.4mac 10.9 中自带的apache版本是2.21. 启动服务器打开Terminal, 输入 sudo apachectl start ...
分类:
Web程序 时间:
2015-01-08 17:07:57
阅读次数:
709
我使用的Mac OS X版本是10.8.2,Mac自带了Apache环境。启动Apache设置虚拟主机启动Apache打开“终端(terminal)”,输入 sudo apachectl -v,(可能需要输入机器秘密)。如下显示Apache的版本接着输入 sudo apachectl start,这...
分类:
Web程序 时间:
2015-01-07 23:29:34
阅读次数:
157