搭建web服务器方案(Build a web server solution).docVIP

搭建web服务器方案(Build a web server solution).doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
搭建web服务器方案(Build a web server solution)

搭建web服务器方案(Build a web server solution) This example is carried out on graphical login multi-user mode terminals Note: when editing a VI, remember to enter in the format, case sensitive, and no fewer spaces or errors Apache:/apache-mirror//httpd/httpd-2.0.64.tar.gz Php:/get/php-5.2.16.tar.gz/from//mirror PHP support: /package/PEAR-1.9.2.tgz The installation sequence should be httpd-2.0.54 to mysql-4.0.17 to php-4.3.4 to PHPWind4.3.2 First, login to the graphical mode with the root user, and right-click the desktop to select the new terminal in graphical mode Install the configuration httpd file Command in the terminal input alarm, then press enter # CP /mnt/hgfs/linux/httpd-2.0.54.tar.gz /usr/local/src Note: /mnt/hgfs/linux/httpd-2.0.54.tar.gz is the path to httpd-2.0.54.tar.gz; the /usr/local/src is the destination path; this command copies the httpd-2.0.54.tar.gz to the directory /usr/local/src # CD /usr/local/src Note: this command means entering directory /usr/local/src #tarzxvf httpd-2.0.54.tar.gz Note: this command to unpack the httpd-2.0.54.tar.gz archive; the system will automatically enter after decompression, take a long time, when out of the alarm before it can continue to enter #cd httpd-2.0.54 Note: enter directory #./configure --prefix=/usr/local/apache --enable-so Note: configure before compilation, configure the installation directory as /usr/local/apache, and join the DSO support library mod_so_module. Enter the system will automatically compile configuration before, take a long time, when out of the alarm before it can continue to enter #make #make install Note: the two command to compile and install, generating executable files attached to /usr/local/httpd/sbin; the two step input confirmation need time for automatic compilation, when out of alarm before it can continue to enter #vi /usr/local/apache/conf/httpd.conf Note: when this command returns, the httpd configuration file appears, and press I to enter the input mode. This command means to edi

您可能关注的文档

文档评论(0)

jgx3536 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档