Linux Server Deployment(II)apache and SSH-CVS
1. apache configuration - MPM
worker mode
--with-mpm=worker
perfork mode
this is the default mode in unix.
the command on the server:
/usr/local/apache/bin/httpd -k start
/usr/local/apache/bin/httpd -k status
/usr/local/apache/bin/httpd -k restart
2. Using SSH with CVS on redhat server
server side, give the rights to the users
>chgrp -R groupname cvsroot
>chmod -R g+xwr cvsroot
remove the iptables configuration
>vi /etc/sysconfig/iptables
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 2401 -j ACCEPT
>/etc/init.d/iptables restart
client side, command line
>export CVSROOT=:ext:luohua@xxxxxx.com:/path/cvsroot
>export CVS_RSH=ssh
>cvs checkout path/projectName
client side, eclipse tool
[windows] -----> [Preferences] ----> [Team] -----> [Ext Connection Method]
------>[Use another connection method type to connect]
Connection type: pserverssh2
references:
http://hi.baidu.com/luohuazju/blog/item/7e7fbcf5c05f342abd310963.html
http://httpd.apache.org/docs/2.1/zh-cn/mpm.html
http://www.chinaphper.net/a/basework/apache/apachedewuzhonggongzuomoshi_420_420.html
http://www.mtu.net/~engstrom/ssh-cvs.php
http://www.chedong.com/tech/cvs_card.html
http://zh-tw.w3support.net/index.php?db=so&id=382353
分享到:
相关推荐
Red_Hat_Enterprise_Linux-6-Deployment_Guide-en-US
这个“kubernetes-server-linux-amd64-v1.15.4.tar.gz”文件是针对Linux 64位系统的Kubernetes服务器端1.15.4版本的离线安装包。这个版本的发布旨在帮助那些因网络问题无法从官方源直接下载的用户。 在Kubernetes ...
HCIP-Datacom-Campus Network Planning and Deployment V1.0 实验手册 HCIP-Datacom-Campus Network Planning and Deployment V1.0 版本说明 HCIP-Datacom-Campus Network Planning and Deployment V1.0 考试大纲 ...
Apache Maven 是一个强大的项目管理和构建工具,主要用于Java应用程序的开发。Maven 使用一种标准化的项目对象模型(Project Object Model,POM),通过POM来管理项目的构建、报告和依赖关系。"apache-maven-3.6.3....
《HCIP-Datacom-SD-WAN Planning and Deployment V1.0》是华为认证体系中的一个高级课程,主要针对SD-WAN(Software-Defined Wide Area Network,软件定义广域网)的规划与部署。该课程旨在帮助IT专业人士深入理解SD...
SUSE Linux Enterprise Server 12 SP5 自动化部署脚本,命令行版,图形化版本自动化脚本 openssl passwd -1 -stdin 生成密码 账号root/1234.com 971行出更改(此处是主机的密码$1$1rqHEpcL$B6DVO/fpXQq9DZe3g4nmH.) ...
《PyPI官网下载 | deployment_director-0.1.0-py2.7.egg——Python库部署详解》 PyPI(Python Package Index)是Python社区的重要资源库,它为全球Python开发者提供了一个集中发布、查找和下载Python软件包的平台。...
《Python库:深入理解deployment_director-0.1.2-py2.7.egg》 在Python的世界中,库是构建复杂应用的基础模块,它们提供了丰富的功能,使得开发者能够快速实现各种需求。今天我们将深入探讨名为`deployment_...
[RT-CN]Exchange_Deployment-Migration-Hybrid-Mgmt-TechDeck.pptx
maven-deployment-linker-1.3-sources.jar
maven-deployment-linker-1.2-sources.jar
maven-deployment-linker-1.1-sources.jar
maven-deployment-linker-1.0-sources.jar
Accelerate-Deployment-of-Space-Missions-Through-Digitalization (10).pdf
Accelerate-Deployment-of-Space-Missions-Through-Digitalization (7).pdf
Accelerate-Deployment-of-Space-Missions-Through-Digitalization (8).pdf
Apache Tomcat 7.0.69 是一个广泛使用的开源软件,它是一个实现了Java Servlet、JavaServer Pages(JSP)和Java EE的Web应用服务器。这个版本是专门为那些需要与集成开发环境(IDEA)兼容的低版本Tomcat用户设计的。...
Apache Tomcat 9.0.27 是一个广泛使用的开源软件,主要作为Java Servlet和JavaServer Pages(JSP)的容器。它实现了Java EE Web应用规范的轻量级部分,尤其是Servlet和JSP规范。这款服务器是Apache软件基金会旗下的...
这个“kubernetes-server-linux-amd64-v1.15.5.tar.gz”文件是一个针对Linux 64位系统的Kubernetes 1.15.5版本的离线安装包。在容器化技术领域,Kubernetes已经成为事实上的标准,它的强大之处在于能够管理和调度多...