Hi, Please review the changes for updating HTTPD to 2.2.14. Webrev is at http://cr.opensolaris.org/~seema/6886627/
Main changes: - updated source version - modified prototype* to list additional files - created a sample proxy_scgi.conf file (this has been templatized) to load mod_proxy_scgi module - removed LoadModule directive for proxy_scgi from modules-*.load file Contents of proxy_scgi.conf file: --------- <IfDefine 64bit> LoadModule proxy_scgi_module libexec/64/mod_proxy_scgi.so </IfDefine> <IfDefine !64bit> LoadModule proxy_scgi_module libexec/mod_proxy_scgi.so </IfDefine> --------- Thanks, Seema.