https://bz.apache.org/bugzilla/show_bug.cgi?id=52439
--- Comment #13 from David Spector <[email protected]> --- I would suggest that the real solution to the current lack of debugging support in Apache for both syntactic and semantic errors in config and .htaccess files is simple: either add a directive to log a given string or expression, or add a directive to call a PHP file with a given string or expression as an argument. Either way, configuring Apache would become dramatically easier, on par with writing a computer program or a website, both of which have debugging aids (detailed error messages with line numbers for compiled programs, and Developer Tools for website programming). As to security, writing a little data to the error log is usually not a security issue, but in cases where it is considered a security issue, just add a SAFE or SECURE MODE to Apache which will disable such new directives. So simple, I could almost do it myself, if Apache were easy to modify and build, which I highly doubt, its being an older product. -- 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]
