我正在尝试测试我的虚拟主机配置,但以下命令不起作用......我该如何测试呢?
/usr/local/apache2/bin/httpd -S
-bash: /usr/local/apache2/bin/httpd: No such file or directory
我接到了来自http://httpd.apache.org/docs/2.0/vhosts/
uname -r //returns the below
2.6.16.60-0.54.5-smp
答案1
如果你通过发行版的包管理系统安装了 Apache,它将安装在/usr, 不是/usr/本地。
对于 Fedora/RHEL/CentOS,主可执行文件将是/usr/sbin/httpd而对于 Debian/Ubuntu 你应该尝试在 /usr/sbin/apache2。
有关特定于分布的布局的更多信息,您应该检查此 URL:http://wiki.apache.org/httpd/DistrosDefaultLayout