[Web]
关于apache源码安装的疑惑
安装过程如下
tar -zxvf httpd-2.0.55.tar.gz
#./configure --prefix=/usr/local/apache --enable-so --enable-ssl=static --with-ssl=/usr/local/ssl --enable-mods-shared=all
#make
#make install
#make clean
修改完配置文件后想启动apache
#apachectl start
这时候会提示 command not found
是否一定要编辑 ~/.bash_profile,加入apache的安装路径呢?我看过别人的服务器好像不用啊?
另外怎么把apache加入到启动任务里面(开机启动)呢?谢谢