简体   繁体   English

以下架构的Web服务器要求

[英]web server requirement for below architecture

[ [ [1]

This is AWS 3 tier web application architecture. 这是AWS 3层Web应用程序架构。 If we host static contents in S3, then why we require web server??? 如果我们在S3中托管静态内容,那么为什么我们需要Web服务器?

May anyone give me sample application which have sample contents for all section like S3, web-server, app server and db. 谁能给我示例应用程序,其中包含S3,Web服务器,应用程序服务器和数据库等所有部分的示例内容。

It is used for serving Static assets such as videos, PDFs, Javascript, CSS and image files, Once uploaded your application can reference its assets by copying their public URLs (such as http://s3.amazonaws.com/bucketname/filename ) and pasting them directly into your app's views or HTML files. 它用于提供静态资产,例如视频,PDF,Javascript,CSS和图像文件。上传后,您的应用程序可以通过复制其公共URL(例如http://s3.amazonaws.com/bucketname/filename )来引用其资产。并将其直接粘贴到应用程序的视图或HTML文件中。 These files will now be served directly from S3, freeing up your application to serve only dynamic requests. 现在将直接从S3提供这些文件,从而释放您的应用程序以仅处理动态请求。

Web Application Hosting Architecture Web应用程序托管架构

Resources and static content used by the web application are stored on Amazon Simple Storage Service(S3) a highly durable storage infrastructure designed for mission-critical and primary data storage. Web应用程序使用的资源和静态内容存储在Amazon Simple Storage Service(S3)上,Amazon Simple Storage Service(S3)是一种高度耐用的存储基础架构,旨在用于关键任务和主数据存储。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM