文件名称:MyWebServer

  • 所属分类:
  • Internet/网络编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2014-04-21
  • 文件大小:
  • 13kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • xut***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

基于OpenSSL的web服务器,共包含13个文件。

编译:编译本章程序需要使用OpenSSL库。OpenSSL是一款由加拿大的Eric Yang等人编写的开源软件包,实现了SSL及相关加密技术。OpenSSL的官方网站http://www.openssl.org/。读者可以从ftp://ftp.openssl.org/source/下载OpenSSL的源代码。本章编程使用Open SSL 0.9.8版本。

正确安装OpenSSL库后,在命令行模式下,切换到代码所在目录,输入make后回车即可完成编译。

运行:命令行下输入 ./MyWebServer 运行程序。然后打开浏览器,在地址栏输入 https://[服务器IP地址]:8000,即可登录服务器页面。-OpenSSL-based web server, contains a total of 13 files. Compile: Compile chapter program needs to use the OpenSSL library. OpenSSL is an open source software package offered by the Canadian Eric Yang, who prepared and related implements SSL encryption technology. OpenSSL' s official website http://www.openssl.org/. Readers can download the source code from OpenSSL ftp://ftp.openssl.org/source/. This chapter is programmed using Open SSL 0.9.8 version. After properly installing the OpenSSL library, in the command line mode, switch to the code directory, enter the make Enter to complete the compilation. Run: command line input/MyWebServer run the program. Then open the browser, type https:// [server IP address] in the address bar: 8000, you can login server page.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





7\common.cpp

.\common.h

.\HttpProtocol.cpp

.\HttpProtocol.h

.\makefile

.\MyWebServer.cpp

.\root-cert.pem

.\root-cert.srl

.\root-key.pem

.\root-req.csr

.\server-key.pem

.\server-req.csr

.\server.pem

7

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org