当前位置:网站首页>How to deploy web pages to Alibaba cloud
How to deploy web pages to Alibaba cloud
2022-07-03 12:10:00 【Dull Yanan】
Ali cloud CES, System Centos7 For example ,
Install after logging in the server remotely httpd
[[email protected]]yum -y install httpd
After installation ,root The following directory organization appears under
/etc/httpd/conf/httpd.conf # Master profile
/var/www/html # Default site root
start-up httpd
Centos7 and Centos6 Different
systemctl httpd start
Then put your html File put in /var/www/html/ You can visit .
Such as the index.html File put in /var/www/html Next , You can pass :http:// Cloud server IP Address /index.html visit .
Cloud server IP The address should be public IP, Or apply for a domain name
边栏推荐
- CGroup introduction
- Wrong arrangement (lottery, email)
- Dart: about grpc (I)
- PHP get the file list and folder list under the folder
- Solution to the second weekly test of ACM intensive training of Hunan Institute of technology in 2022
- Xiaopeng P7 hit the guardrail and the airbag did not pop up. The official responded that the impact strength did not meet the ejection requirements
- Use of QT OpenGL camera
- Unity3d learning notes 5 - create sub mesh
- ArcGIS application (XXI) ArcMap method of deleting layer specified features
- typeScript
猜你喜欢
Duplicate numbers in the array of sword finger offer 03
Xiaopeng P7 hit the guardrail and the airbag did not pop up. The official responded that the impact strength did not meet the ejection requirements
OpenGL 绘制彩色的三角形
Why can't my MySQL container start
Itext7 uses iexternalsignature container for signature and signature verification
Ripper of vulnhub
XML (DTD, XML parsing, XML modeling)
vulnhub之Nagini
836. Merge sets (day 63) and search sets
vulnhub之Ripper
随机推荐
Cacti monitors redis implementation process
previous permutation lintcode51
Dart: view the dill compiled code file
Dart: about Libraries
SLF4J 日志门面
DEJA_ Vu3d - 054 of cesium feature set - simulate the whole process of rocket launch
Colleagues wrote a responsibility chain model, with countless bugs
Quantitative calculation research
Differences between MySQL Union and union all
Dart: self study system
cgroup简介
Is BigDecimal safe to calculate the amount? Look at these five pits~~
Raven2 of vulnhub
vulnhub之raven2
Concurrent programming - singleton
OpenGL shader use
Optimize interface performance
vulnhub之presidential
PHP导出word方法(一mht)
PHP get the file list and folder list under the folder