由于SVN是架构在apache上,所以启动svn是启动apache,不过今天启动的时候报错了,无法正常启动
本想照提示所说直接删除这个文件,不过先找了网络上的办法,因为里面是空的无法执行,就在里面随便加点东西就可以正常运行了,真不懂这是哪门子的错误····和解决方法!
[root@wltxTEST ~]# /usr/local/apache2/bin/apachectl start
(20014)Internal error: Error retrieving pid file logs/httpd.pid
Remove it before continuing if it is corrupted.
[root@wltxTEST ~]#echo 1234 > /usr/local/apache2/logs/httpd.pid
[root@wltxTEST ~]# /usr/local/apache2/bin/apachectl start
[root@wltxTEST ~]#
Comments | NOTHING