https://bz.apache.org/bugzilla/show_bug.cgi?id=59242
Bug ID: 59242
Summary: Trying to access variable when no needs
Product: Apache httpd-2
Version: 2.4.7
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
I have disabled proxy_fcgi_module
and also have some code to execute if it's going to be enabled
---
<IfModule mod_proxy_fcgi.c>
# Error "Mod proxy fcgi"
<IfDefine PHPFCGIPort>
ProxyPassMatch "(^.*\.php$)" "fcgi://127.0.0.1:${PHPFCGIPort}${docroot}"
</IfDefine>
</IfModule>
---
If I start/restart apache I get such error:
[core:warn] [pid 3893] AH00111: Config variable ${PHPFCGIPort} is not defined
Even I uncomment the second line I never get the error message and always get
warn messages
If I comment #ProxyPassMatch line warnings disappear.
I think configuration engine must skip this part of code (inside IfModule)
because of mod_proxy_fcgi is not loaded
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]