简体   繁体   English

如何配置 AWS EC2 apache 服务器

[英]How I can make a configure AWS EC2 apache server

How I can make configure for an AWS EC2 apache instance server to do the flowing:如何为 AWS EC2 apache 实例服务器进行配置以执行以下操作:

Accepts incoming POSTs from subnets 149.154.160.0/20 and 91.108.4.0/22 on port 443, 80, 88, or 8443在端口 443、80、88 或 8443 上接受来自子网 149.154.160.0/20 和 91.108.4.0/22 的传入 POST

Attach a security group to the instance with four rules as follows (in Inbound rules section), one per port(443, 80, 88, 8443), four different rules like this for port 443使用以下四个规则将安全组附加到实例(在Inbound rules部分),每个端口一个(443、80、88、8443),端口 443 有四个不同的规则在此处输入图像描述

You can check more info at AWS Documentation您可以在AWS 文档中查看更多信息

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

相关问题 如何在EC2 AWS上配置AMS管理员权限? - How do I configure AMS admin permissions on EC2 AWS? 如何从 AWS ec2 实例中卸载 apache web 服务器? - how to uninstall apache web server from AWS ec2 instance? Domain + AWS EC2:如何让www.mydomain.com指向我的EC2服务器? - Domain + AWS EC2: How to make www.mydomain.com point to my EC2 server? 我无法在浏览器中运行我的 AWS/EC2 服务器 - I can not run my AWS/EC2 server in the browser 如何在AWS中从专用EC2服务器降级到默认EC2服务器? - How do I downgrade from a dedicated EC2 server to a default EC2 server in AWS? 无论 /dev/sda1 中的 EBS 如何,如何让 AWS EC2 允许 ssh 连接? - How can I make an AWS EC2 allow ssh connections regardless of the EBS in /dev/sda1? 如何在我的 ec2 ami apache 服务器上启用 https - How to I enable https on my ec2 ami apache server 如何使用Terraform配置AWS自动伸缩组/启动配置以仅在一个EC2实例上运行cron作业? - How can I configure an AWS autoscaling group/launch configuration with Terraform to only run a cron job on one EC2 instance? 在EC2实例中配置apache - Configure apache in EC2 Instance 如何设计用于设置在全新AWS EC2 Ubuntu实例上运行的apache Web服务器的启动脚本? - How do I design a Bootup script for setting up an apache web server running on a brand new AWS EC2 Ubuntu instance?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM