Linux下apache的安装与配置.docVIP

  • 1
  • 0
  • 约小于1千字
  • 约 1页
  • 2020-02-12 发布于江西
  • 举报
apache安装 下载apache安装包:httpd-2.2.3.tar.gz tar –xzvf ?httpd-2.2.3.tar.gz cd httpd-2.2.3 ./configure --prefix=/usr/apache2 --enable-mods-shared=all --enable-so make #切换到root身份 sudo suroot cd /home/admin/software/httpd-2.2.3 make install apache tomcat安装 下载安装包:apache-tomcat-5.5.20.tar.gz tar -xzvf apache-tomcat-5.5.20.tar.gz #切换到root身份 sudo suroot cd /home/admin/software cp -r apache-tomcat-5.5.20 /usr/local/ cd /usr/local/ ln -s /usr/local/apache-tomcat-5.5.20/ apache-tomcat vi /usr/local/apache-tomcat/bin/setclasspath.sh #在最后一行下面加上两句: # Set the default Java options for all script

文档评论(0)

1亿VIP精品文档

相关文档