Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22192 - Apache2 configuration incorrect on default emerge
Summary: Apache2 configuration incorrect on default emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-04 05:12 UTC by Pieter Van den Abeele (RETIRED)
Modified: 2003-06-04 14:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pieter Van den Abeele (RETIRED) gentoo-dev 2003-06-04 05:12:33 UTC
Syntax error on line 71 of /etc/apache2/conf/apache2.conf:
Cannot load /etc/apache2/modules/mod_optional_hook_export.so into server:
/etc/apache2/modules/mod_optional_hook_export.so: cannot open shared object
file: No such file or directory                                                
                                                              [ !! ]
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2003-06-04 05:14:14 UTC
This fixes the bug:

LiveCD conf # diff -urN apache2ori.conf apache2.conf 
--- apache2ori.conf     2003-06-04 11:15:02.000000000 +0000
+++ apache2.conf        2003-06-04 11:15:26.000000000 +0000
@@ -68,11 +68,11 @@
 LoadModule case_filter_module            modules/mod_case_filter.so
 LoadModule case_filter_in_module         modules/mod_case_filter_in.so
 LoadModule deflate_module                modules/mod_deflate.so
-LoadModule optional_hook_export_module   modules/mod_optional_hook_export.so
-LoadModule optional_hook_import_module   modules/mod_optional_hook_import.so
-LoadModule optional_fn_import_module     modules/mod_optional_fn_import.so
-LoadModule optional_fn_export_module     modules/mod_optional_fn_export.so
-LoadModule bucketeer_module              modules/mod_bucketeer.so
+#LoadModule optional_hook_export_module   modules/mod_optional_hook_export.so
+#LoadModule optional_hook_import_module   modules/mod_optional_hook_import.so
+#LoadModule optional_fn_import_module     modules/mod_optional_fn_import.so
+#LoadModule optional_fn_export_module     modules/mod_optional_fn_export.so
+#LoadModule bucketeer_module              modules/mod_bucketeer.so
 LoadModule logio_module                  modules/mod_logio.so
 
 ###
LiveCD conf # 
Comment 2 Donny Davies (RETIRED) gentoo-dev 2003-06-04 14:06:10 UTC
thanks for wasting my time.

next time check CVS please.