你知道 zend 服务器的替代端口号吗?
你知道 zend 服务器的任何替代端口号吗? 因为我的80端口已经被xampp占用了
<?php echo "help me install"; ?>
do you know any alternative port number for zend server ?
because my port 80 is already occupied by xampp
<?php echo "help me install"; ?>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,Zend Server Administration 默认在端口 10081 上运行,而 localhost 在端口 80 上运行。如果您不喜欢这个或其他端口,请选择您喜欢的任何空闲端口:)。以下是检查哪些端口已使用、打开、关闭等的方法。
Windows
Linux
正如 hakre 评论的那样, Zend 编写了以下有关 Zend Server 和端口的内容:
问:我的端口号是多少?
在大多数情况下,您的 Web 服务器的端口号将为 80。如果您的端口号是80、你浏览网页时可以省略 URL 中的参数(即您可以浏览到 http://localhost/ 而无需指定端口号)。
在以下情况下,您的端口号将会不同:
Usually Zend Server Administration runs on port 10081 by default and localhost on port 80. If you don't like this or another port, choose any free port you like :). Here is how you check what ports are used, open, closed, etc.
Windows
Linux
As hakre commented, Zend writes the following about Zend Server and ports:
Q: What is my port number?
In most cases, your Web server's port number will be 80. If your port number is 80, you can omit the parameter from your URL when browsing to your Web pages (i.e. you can browse to http://localhost/ without specifying a port number).
In the following circumstances, your port number will be different: