当前位置:网站首页>QGIS series (1) -qgis (server APACHE) win10 installation
QGIS series (1) -qgis (server APACHE) win10 installation
2022-07-27 06:36:00 【LEILEI18A】
QGIS series (1)-QGIS(server-apache) win10 install
0. Premise
important : Learn to check the official website , The information on the official website is very detailed !
[1] QGIS Official website :Download QGIS
https://www.qgis.org/en/site/forusers/download.html [2] QGIS-apache Install Links :nullhttps://docs.qgis.org/3.16/en/docs/server_manual/getting_started.html#installation-on-windows
[3] If you don't want to read English ,osgeo Chinese communities have Chinese tutorials :
1.2. QGIS install — home page
https://www.osgeo.cn/qgis-tutorial/overview-install.html#windowsqgis
1. QGIS-Server install
[1] windows Recommended osgeo4w Installation mode ( Right click administrator permission to install , Not recommended C Disk installation path )


2. apache The server (nginx,IIS And so on )
[1] According to the first 2 A link , download xampp, Modify the path parameters corresponding to the reference link !
[2] Attention should be paid to : Finally, there must be “/”, otherwise Not Found, And don't have # Chinese notes and so on

[3] Attention should be paid to ,apache The server port number defaults to 80-443, Need to be closed IIS,80 The port number was released
“ Control panel ”->“ Program ”->“ Enable or close window function ”-> Uncheck the "Internet Information Services", Restart the computer .

[4] xampp quit Times wrong , Right click xampp Under the installation path "xampp-control.ini"- attribute -> Security -> edit -> Complete control of , that will do !
[5] If you don't know why ,cmd perform xampp\apache\bin\httpd.exe, Just know what is wrong !
The final results :

3. test qgis-server And apache The server
[1] First start apache
[2] Web input http://localhost/cgi-bin/qgis_mapserv.fcgi.exe?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
http://localhost/cgi-bin/qgis_mapserv.fcgi.exe?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities The final results :

边栏推荐
- Seven sorting details
- Programming learning records - Lesson 7 [functions]
- 接口测试流程及面试问题
- Database commands
- 哈希表简介
- Installation, configuration and use of gradle
- Comparison of communication mechanisms
- Install Wireshark correctly
- Function call of shell script
- Random points in non overlapping rectangle (force deduction daily question)
猜你喜欢
随机推荐
IP core summary
Chapter for software testing
shell脚本循环
Navigation related messages
反射器中getattr,hasattr,delattr,setattr的使用
logging日志的封装
Detailed explanation of thread safety problems
Programming learning records - Lesson 9 [operators]
Markdown文档常用字体及颜色设置
Basic concepts of software testing
Learning records of programming -- Lesson 2 [first knowledge of C language]
DNS域名解析服务
The concept of interface testing and the use of postman tools
rsync远程同步
源码编译安装LAMP和DISCUZ论坛
This is my blog
PXE efficient batch network installation
shell函数
Header and source files in ROS
Ram of IP core









