2016-11-14 115 views
1

我在XAMPP中安装了apache web服务器,安装了PHP和OCI8 for Oracle。Apache打开其他端口

我的请求的默认端口是1934年,但是Apache自动打开其他端口,有时我不得不重新启动有它正常运行。

在错误日志中,出现的唯一的事情是这样的:

 
[pid 1044:tid256] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d c:/xampp/apache' 
[pid 4856:tid258] AH00418: Parent: created child process 4856 
[pid 4856:tid258] AH01916: Init: (www.example.com:443) You configured HTTP(80) on the standard HTTPS(443) port! 
[pid 4856:tid258] AH00354: CHild: starting 150 worker threads 

Apache Server

的服务器软件是XAMPP 3.2.1在Windows 7

回答

0

是正常的,因为Apache会为每个传入请求打开一个新端口,并在请求处理后关闭它,因此您不必担心。

+0

THX @ TIM-speckhals但我自动启动服务和第一连接打开的倍数端口,直到你重新启动该服务 –

+0

@LuisTalavera做开放的端口会影响您的RAM和/或CPU(严重),有时不工作? – timmyRS