problem with httpd-2.2.0-5.1.2 after the latest FC5 httpd update

Paul Howarth paul at city-fan.org
Wed Jul 5 15:44:53 UTC 2006


Joachim Backes wrote:
> Paul Howarth wrote:
>> Joachim Backes wrote:
>>> Paul Howarth wrote:
>>>> On Mon, 2006-07-03 at 08:11 +0200, Joachim Backes wrote:
>>>>> Hi,
>>>>>
>>>>> httpd-2.2.0-5.1.2 dies when started:
>>>>>
>>>>> Starting httpd: httpd: Syntax error on line 162 of 
>>>>> /etc/httpd/conf/httpd.conf: Syntax error on line 2 of 
>>>>> /etc/httpd/conf.d/proxy_ajp.conf: Cannot load 
>>>>> /etc/httpd/modules/mod_proxy_ajp.so into server: 
>>>>> /etc/httpd/modules/mod_proxy_ajp.so: undefined symbol: proxy_module.
>>>>>
>>>>> Any advice is appreciated
>>>>
>>>> The latest FC5 update for httpd is httpd-2.2.2-1.0. Is that not the one
>>>> you have installed?
>>>
>>> Hi Paul,
>>>
> 
> 
> The problem exists at least since httpd-2.2.0-5.1.2 to which I updated 
> past week, but after the initial FC5 installation I had no such problems.
> 
>>> after updating to httpd-2.2.2-1.0, the problem persists.
>>> As workaround, I commented out the line
>>>
>>>     LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
>>>
>>> in /etc/httpd/conf.d/proxy_ajp.conf.
>>
>> Do you have:
>>
>> LoadModule proxy_module modules/mod_proxy.so
>>
>> in /etc/httpd/conf/httpd.conf ?
> 
> Hi Paul,
> 
> 
> 1.
> 
> grep proxy /etc/httpd/conf/httpd.conf
> LoadModule proxy_module modules/mod_proxy.so
> LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
> LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
> LoadModule proxy_http_module modules/mod_proxy_http.so
> LoadModule proxy_connect_module modules/mod_proxy_connect.so
> # enable the proxy server:
> #<IfModule mod_proxy.c>
> #CacheRoot "/etc/httpd/proxy"
> # End of proxy directives.
> 
> 2.
> 
> httpd -M
> Loaded Modules:
>  core_module (static)
>  mpm_prefork_module (static)
>  http_module (static)
>  so_module (static)
>  perl_module (shared)
>  php5_module (shared)
>  python_module (shared)
>  ssl_module (shared)
>  auth_basic_module (shared)
>  auth_digest_module (shared)
>  authn_file_module (shared)
>  authn_alias_module (shared)
>  authn_anon_module (shared)
>  authn_dbm_module (shared)
>  authn_default_module (shared)
>  authz_host_module (shared)
>  authz_user_module (shared)
>  authz_owner_module (shared)
>  authz_groupfile_module (shared)
>  authz_dbm_module (shared)
>  authz_default_module (shared)
>  ldap_module (shared)
>  authnz_ldap_module (shared)
>  include_module (shared)
>  log_config_module (shared)
>  logio_module (shared)
>  env_module (shared)
>  ext_filter_module (shared)
>  mime_magic_module (shared)
>  expires_module (shared)
>  deflate_module (shared)
>  headers_module (shared)
>  usertrack_module (shared)
>  setenvif_module (shared)
>  mime_module (shared)
>  dav_module (shared)
>  status_module (shared)
>  autoindex_module (shared)
>  info_module (shared)
>  dav_fs_module (shared)
>  vhost_alias_module (shared)
>  negotiation_module (shared)
>  dir_module (shared)
>  actions_module (shared)
>  speling_module (shared)
>  userdir_module (shared)
>  alias_module (shared)
>  rewrite_module (shared)
>  proxy_module (shared)
>  proxy_balancer_module (shared)
>  proxy_ftp_module (shared)
>  proxy_http_module (shared)
>  proxy_connect_module (shared)
>  cache_module (shared)
>  suexec_module (shared)
>  disk_cache_module (shared)
>  file_cache_module (shared)
>  mem_cache_module (shared)
>  cgi_module (shared)
> Syntax OK

In your httpd.conf file, is the line that includes 
/etc/httpd/conf.d/*.conf *after* all of the LoadModule lines?

Paul.




More information about the users mailing list