| Summary: | default apache-2.2 httpd.conf seems to be missing the loadmodule lines | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | bemis <bemis-gentoo> |
| Component: | New packages | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build log for affected install
pre-upgrade (2.0.55-r1) apache-builtin-mods files related to updating from apache 2.0.55 to 2.2.0-r1 files related to updating from apache 2.2.0 to 2.2.0-r1 |
||
|
Description
bemis
2006-02-27 04:24:19 UTC
Created attachment 80839 [details]
build log for affected install
portage # cat /etc/apache2/apache2-builtin-mods VERSION: 2.2 mod_actions shared mod_alias shared mod_asis disabled mod_auth_basic shared mod_auth_digest shared mod_authn_alias disabled mod_authn_anon shared mod_authn_dbd shared mod_authn_dbm shared mod_authn_default shared mod_authn_file shared #mod_authnz_ldap disabled # enable via USE-flag mod_authz_dbm shared mod_authz_default shared mod_authz_groupfile shared mod_authz_host shared mod_authz_owner shared mod_authz_user shared mod_autoindex shared mod_cache shared mod_cern_meta disabled mod_cgi shared mod_cgid shared mod_charset_lite disabled mod_dav shared mod_dav_fs shared mod_dav_lock shared mod_dbd shared mod_deflate shared mod_dir shared mod_disk_cache shared mod_dumpio disabled mod_echo disabled mod_env shared mod_example disabled mod_expires shared mod_ext_filter shared mod_file_cache shared mod_filter shared mod_headers shared mod_ident shared mod_imagemap shared mod_include shared mod_info shared #mod_ldap disabled # enable via USE-flag mod_log_config shared mod_log_forensic disabled mod_logio shared mod_mem_cache shared mod_mime shared mod_mime_magic shared mod_negotiation shared mod_proxy shared mod_proxy_ajp disabled mod_proxy_balancer disabled mod_proxy_connect shared mod_proxy_ftp disabled mod_proxy_http shared mod_rewrite shared mod_setenvif shared mod_so static mod_speling shared #mod_ssl disabled # enable via USE-flag mod_status shared #mod_suexec disabled # disable via USE-flag mod_unique_id shared mod_userdir shared mod_usertrack shared mod_version disabled mod_vhost_alias shared Created attachment 80840 [details]
pre-upgrade (2.0.55-r1) apache-builtin-mods
This should be fixed in CVS now. Post here if you run into any problems on that test upgrade. Thanks! Created attachment 80845 [details]
files related to updating from apache 2.0.55 to 2.2.0-r1
contains apache-builtin-mods httpd.conf and /var/log/portage/[build] files
Created attachment 80846 [details]
files related to updating from apache 2.2.0 to 2.2.0-r1
contains apache-builtin-mods httpd.conf and /var/log/portage/[build] files
this time is was a libdir bug, which you happened to run into because you are using a /usr/lib64 instead of /usr/lib (my file check wasn't taking this into account.. my bad) it should be fixed now. as a side note: please don't use tarballs with bugs in the future - it makes it difficult easily look and debug the files without downloading and extracting them. it's ok to upload many files to bugs. |