linux搭建简单的web服务器

Posted lovejobs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux搭建简单的web服务器相关的知识,希望对你有一定的参考价值。

主要想法是:使用虚拟机的Ubuntu系统搭建http服务器,然后在window的浏览器上测试

1.先测试windows和虚拟机上的ubuntu能否相互ping通

2.下载http.tar.gz并拷贝到linux系统的工作目录下

 

 

 

 

 

 

 

 

 

 

 3.解压该文件tar -vxzf http.tar.gz

 

 

 4.进入该文件的解压目录,然后执行make

 

 

 5.编译成功后,执行sudo ./myhttp start启动web服务

 

 

 6.打开windows的浏览器输入对应地址

 

 

 

 

 

 

7.停止http服务,sudo ./myhttp stop

 

 

 8.编写cig程序,pl.c

#include<stdio.h>


int main()
{
        printf("<html lang=\\"en\\">
<head>
     <script type=\\"text/javascript\\">window.startTime = new Date().getTime();var sendFristFlag = false;</script>
    <meta charset=\\"UTF-8\\">
    <meta http-equiv=\\"X-UA-Compatible\\" content=\\"IE=edge,chrome=1\\" />
    <meta name=\\"renderer\\" content=\\"webkit|ie-comp|ie-stand\\" /> 
    <title>酷狗音乐 - 就是歌多</title>
    <meta itemprop=\\"images\\" content=\\"https://staticssl.kugou.com/public/root/images/logo.png\\" />
    <meta name=\\"keywords\\" content=\\"酷狗音乐旗下最新最全的在线正版音乐网站,本
站为您免费提供最全的在线音乐试听下载,以及全球海量电台和MV播放服务、最新音乐播放
器下载。酷狗音乐 和音乐在一起。\\" />
    <meta name=\\"description\\" content=\\"酷狗音乐旗下最新最全的在线正版音乐网站>,本站为您免费提供最全的在线音乐试听下载,以及全球海量电台和MV播放服务、最新音乐
播放器下载。酷狗音乐 和音乐在一起。\\" />
    <link href=\\"https://www.kugou.com/root/favicon.ico\\" rel=\\"shortcut icon\\">
    <link rel=\\"stylesheet\\" href=\\"https://staticssl.kugou.com/public/root/stylesheets/index_04cfa9d3c4.css\\">
    <link rel=\\"alternate\\" media=\\"only screen and (max-width: 640px)\\"  href=\\"http://m.kugou.com\\">
    <!--[if IE 6]>
    <script type=\\"text/javascript\\" src=\\"https://staticssl.kugou.com/public/root/javascripts/jslib/DD_belatedPNG_0.0.8a-min.js\\"></script>
    <script type=\\"text/javascript\\">
    DD_belatedPNG.fix(\'.icon,.logoImg,.icon-play_s,.cptT,.Cover,.sliderPages a,.logo,.office-verification,.footerIcon a,#chinaSingerContent .cptB,.download a\');
    </script>
    <![endif]-->
    
</head>");
        return;
}

  9.将c源代码编译成cgi程序,启动服务

 

 10.在windows浏览器输入10.168.12.146/pl.cgi即可,效果如下图

 

 

 欢迎加入交流学习群:

 

 

 

 

 

 

以上是关于linux搭建简单的web服务器的主要内容,如果未能解决你的问题,请参考以下文章

linux搭建简单的web服务器

web服务器简单搭建

如何在Linux 中搭建一个web服务器

Linux技巧分享apache-tomcat简单搭建网站

Linux上搭建文件浏览的web服务(创建软件仓库)

如何在自己的linux服务器上搭建网站