2016-11-14 120 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