2010-07-11
win7安装svnserver服务 [sc] openSCManager 失败 5 拒绝 访问拒绝
win7下安装subversion 的svnserver作为服务时遇到了这个问题。而在winxp下安装则没有这个问题。google一下,没有答案。下面是自已找的解决方案:建立一个新文件svnSetup.bat.输入:sc create svnserve binpath= "\"C:\Program Files\VisualSVN Server
2010-07-07
linux下命令行可以连接远程数据库而php的msyql_connect()却不可以的解决方案
遇上了这个该死的问题,linux安全原因:解决:进入 /etc/seLinuxmore config# This file controls the state of SELinux on the system.# SELINUX= can take one of these three values:
2010-07-05
linux 下apche无法监听端口解决办法(Permission denied: make_sock: could n
想建立一个测试用的虚拟主机,遇到了这个问题:[root@localhost html]# service httpd startStarting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.termwikidev for Se
2010-07-05
如何查看局域网内哪台是DNS服务器?
win下:运行nslookup 任意域名 如:nslookup wennuan.cn 202.106.196.115就是你的dnsC:\Documents and Settings\a>nslookup wennuan.cnServer: linedns.bta.net.c
2010-07-01
Apache 多站点虚拟主机配置方法
Apache 多站点虚拟主机配置方法, 有这类需要的朋友可以参考下。修改配置文件 conf/httpd.conf 1.加入下面两句 NameVirtualHost *:80 Include conf/vhosts 2.在conf目录中建立vhosts目录 然后在 vhosts 目录下面建立相应的站点配置文件 如建立 hhj.i
2010-07-01
linux错误httpd: apr_sockaddr_info_get() failed for localhost.t
linux下配置虚拟主机时遇到的问题。httpd: apr_sockaddr_info_get() failed for localhost.termwikidevhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
2010-07-01
Linux的hostname的意义和如何临时/永久修改hostname
Starting httpd: httpd: apr_sockaddr_info_get() failed for localhost.termwikidevhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName建立虚拟主
2010-06-28
如何在同一个win和linux上安装多个apache服务器
在win上安装visualSVN时遇到这个问题。发现在安装时同时安装了一个apache服务器。看了一下进程,确实有两个httpd。后来google了一下。发现确实可以在同一机器上安装多个apache实例。参考一:一台linux机器能不能跑多个apache可以啊。不
2010-06-25
linux运行级别原理
Linux系统有7个运行级别(runlevel)运行级别0:系统停机状态,系统默认运行级别不能设为0,否则不能正常启动运行级别1:单用户工作状态,root权限,用于系统维护,禁止远程登陆运行级别2:多用户状态(没有NFS)运行级别3:完全的多用户状态(有NFS),登陆后进入控制台命令行模式运行级别4:系统未使用,保留












