文件名称: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.
编译:编译本章程序需要使用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