You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/11/28 20:28:00 UTC

[Bug 55828] New: Httpd not start if use ProxyPass balancer://

https://issues.apache.org/bugzilla/show_bug.cgi?id=55828

            Bug ID: 55828
           Summary: Httpd not start if use ProxyPass balancer://
           Product: Apache httpd-2
           Version: 2.4.6
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: critical
          Priority: P2
         Component: mod_proxy_balancer
          Assignee: bugs@httpd.apache.org
          Reporter: marcioc.antao@gmail.com

Compiled Apache 2.4.6 on FreeBSD however, after configuring mod_proxy and
mod_proxy_balancer HTTPD no longer rises . Compiled on Linux and even using the
same configuration files works perfectly .

If i use the "ProxyPass http://URL" line works , I can even see through the "
balancer -manager " , if i use "ProxyPass balancer://NameofBalancer" I only log
in :

[ Thu Nov 28 17:01:29.049852 2013 ] [ auth_digest : notice] [ pid 98074 : tid
34382823872 ] AH01757 : generating secret for digest authentication ...
[ Thu Nov 28 17:01:29.070641 2013 ] [ : emerg ] [ pid 98074 : tid 34382823872 ]
AH00020 : Configuration Failed , exiting


No errors in conf :
# compile / usr / local / sbin / httpd - t
syntax OK

modules:

Loaded Modules :
 core_module ( static )
 so_module ( static )
 http_module ( static )
 authn_file_module (shared )
 authn_dbm_module (shared )
 authn_anon_module (shared )
 mpm_worker_module (shared )
 authz_core_module (shared )
 authz_host_module (shared )
 authz_groupfile_module (shared )
 authz_user_module (shared )
 authz_dbm_module (shared )
 authz_owner_module (shared )
 auth_basic_module (shared )
 auth_digest_module (shared )
 file_cache_module (shared )
 cache_module (shared )
 cache_disk_module (shared )
 dumpio_module (shared )
 include_module (shared )
 filter_module (shared )
 deflate_module (shared )
 log_config_module (shared )
 logio_module (shared )
 env_module (shared )
 mime_magic_module (shared )
 cern_meta_module (shared )
 expires_module (shared )
 headers_module (shared )
 unique_id_module (shared )
 setenvif_module (shared )
 version_module (shared )
 proxy_module (shared )
 proxy_connect_module (shared )
 proxy_ftp_module (shared )
 proxy_http_module (shared )
 proxy_ajp_module (shared )
 proxy_balancer_module (shared )
 ssl_module (shared )
 mime_module (shared )
 status_module (shared )
 autoindex_module (shared )
 asis_module (shared )
 info_module (shared )
 vhost_alias_module (shared )
 negotiation_module (shared )
 dir_module (shared )
 imagemap_module (shared )
 actions_module (shared )
 speling_module (shared )
 userdir_module (shared )
 alias_module (shared )
 rewrite_module (shared )
 reqtimeout_module (shared )
 unixd_module (shared )
 access_compat_module (shared )
 slotmem_shm_module (shared )
 socache_shmcb_module (shared )
 lbmethod_bybusyness_module (shared )
 lbmethod_byrequests_module (shared )
 lbmethod_bytraffic_module (shared )


Level debug does not show any error !

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org