为什么 httpd 不工作?

Jam*_*son -1 ssh httpd litespeed apache-2.2

我刚刚使用下面的代码卸载了 Litespeed,但是当我尝试通过 httpd 启动 Apache 时出现错误。我能做什么?

这是我使用的命令:

root@s15430558 [~]# /usr/local/lsws/admin/misc/uninstall.sh

WARNING: 

All sub directories under "/usr/local/lsws" 
created during installation will be removed! 
However, conf/ and logs/ can be optionally preserved. 
If you want to preserve any file under the other sub-directories created 
by installation script, please backup before proceeding.

Manually created sub-directories under "/usr/local/lsws" 
will not be touched.

Do you want to uninstall LiteSpeed Web Server? [y/N] y

Uninstalling rc scripts ...
[OK] The startup script has been successfully uninstalled!

Do you want to keep server configuration files? [y/N] y

Do you want to keep server log files? [y/N] n

LiteSpeed Web Server has been successfully uninstalled.

root@s15430558 [~]# service httpd restart
/usr/local/apache/bin/httpd: line 17: /usr/local/lsws/logs/ap_cmd_param.log: No such file or directory
/usr/local/apache/bin/httpd: line 52: /usr/local/lsws/bin/lswsctrl: No such file or directory
root@s15430558 [~]# ??
Run Code Online (Sandbox Code Playgroud)

非常感谢这方面的一些帮助。

谢谢!

Sel*_*vel 6

因为/usr/local/lsws/logs/ap_cmd_param.logapache配置第17行提到的文件和配置第/usr/local/lsws/bin/lswsctrl52行提到的文件不存在。