探索flutter框架开发的app在移动应用市场的潜力与挑战
642
2022-09-13
win2008安装apache
1、-apache
2、安装环境,-路径:
Define SRVROOT "D:\apache24"
修改端口:【可以不修改,默认为80端口】 [第60行左右]// 根据需要修改的端口,防止与 nginx 或者其他服务的80端口冲突
Listen 88修改网站根目录。【默认网站根目录是apache 目录下的 htdocs, 代码中默认显示为:${SRVROOT}/htdocs】,修改网站根目录需要进行两步操作:[第248行左右]// 第一步:
DocumentRoot "H:/apache_webapps"
// 第二步:
5、安装主服务
以管理员身份打开命令行,进入apache 的 bin 目录 d: D:/apache24/bin安装主服务:-k install -n "Apache24"可能出现错误:Installing the 'apache' service The 'apache' service is successfully installed. Testing httpd.conf.... Errors reported here must be corrected before the service can be started. AH00558: Could not reliably determine the server's fully qualified domain name, using fe80::39be:4060:3ab2:43d9. Set the 'ServerName' directive globally to suppress this message (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072: make_sock: could not bind to address [::]:443 (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072: make_sock: could not bind to address 0.0.0.0:443 AH00451: no listening sockets available, shutting downAH00015: Unable to open logs以上报错可知,是因为443端口被其他应用程序占用了,因此需要修改apache 的相关文件,将443端口改成其他端口,如444 等.解决方法: 主要修改:D:/soft/apache/conf/extra 目录下的两个文件: -k start
常用命令
-k stop
-k restart
-V
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~