Re: ap_get_module_config() questions...

2007-01-11 Thread David Wortham
Drew, I can only respond to two of your questions (intelligently): First, how do I return valuable information if there's a config error? For example, if my config has the directive "MyFile conf/foo.txt" and the file doesn't exist, how can I report this when I run httpd -t? If the error can

ap_get_module_config() questions...

2007-01-10 Thread Drew Bertola
Hi everyone, I have a couple quick questions regarding ap_get_module_config(). First, how do I return valuable information if there's a config error? For example, if my config has the directive "MyFile conf/foo.txt" and the file doesn't exist, how can I report this when I run httpd -t? Seco