摘要:
@echo offrem Licensed to the Apache Software Foundation (ASF) under one or morerem contributor license agreements. See the NOTICE file distributed withrem this work for additional information regarding copyright ownership.rem The ASF licenses this file to You under the Apache License, Version 2.0rem 阅读全文
摘要:
make_sock: could not bind to address 0.0.0.0:80...错误(JSP)安装apache 2 出现的问题:“(OS 10048)通常每个套接字地址 (协议/网络地址/端口) 只允许使用一次: make_sock: could not bind to address 0.0.0.0:80...” 一般是IIS或其他程序占用了80端口引起的由于服务器的80端口被占用引起的,一般如果是windows的话就是IIS,停掉Default Web Site就可以了make_sock的意思就是创建套接字could not bind to address的意思就是不能 阅读全文