我在XAMPP中安装了一个apache web服务器,安装了PHP和OCI8 for Oracle。
我的请求默认端口是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
服务器软件是Windows 7上的XAMPP 3.2.1。
答案 0 :(得分:0)
这是正常的,因为Apache为每个传入请求打开一个新端口,并在处理完请求后将其关闭,因此您不必担心。