Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“Oracle HTTP服务器”;“文件名太长”;错误_Oracle_Httpserver_Long Filenames_Oracle Http Server - Fatal编程技术网

“Oracle HTTP服务器”;“文件名太长”;错误

“Oracle HTTP服务器”;“文件名太长”;错误,oracle,httpserver,long-filenames,oracle-http-server,Oracle,Httpserver,Long Filenames,Oracle Http Server,我正在使用OracleHTTP服务器。 我想问一下我的服务器日志文件。我在日志文件示例中看到如下错误: [OHS] [ERROR:32] [AH00127] [core] [client_id: 10.10.10.10] [host_id: example] [host_addr: 10.10.10.10] [pid: 111111] [tid: 111111] [user: web] [ecid: 111111] [rid: 0] [VirtualHost: example.com.tr:55

我正在使用OracleHTTP服务器。 我想问一下我的服务器日志文件。我在日志文件示例中看到如下错误:

[OHS] [ERROR:32] [AH00127] [core] [client_id: 10.10.10.10] [host_id: example] [host_addr: 10.10.10.10] [pid: 111111] [tid: 111111] [user: web] [ecid: 111111] [rid: 0] [VirtualHost: example.com.tr:5555] (36)File name too long: AH00127: Cannot map GET /example/... 
此错误不会在其他负载平衡器中发生。但是我在Oracle HTTP服务器中得到一个特定的上下文路径

我知道将Linux文件系统限制从“255”更改为“255”的解决方案。但是我不想因为这个特殊的错误而改变整个服务器


有什么办法解决这个问题吗?

你见过类似的问题吗?错误可能与URL设计有关,而不是与特定文件有关。你见过类似的问题吗?错误可能与URL设计有关,而不是与特定文件有关。