[geocode-glib] tests: Add some necessary modules



commit a84c2853d4f37cd7939190ac81cc92cd90fa7019
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 12 09:26:45 2013 +0100

    tests: Add some necessary modules
    
    For httpd to start up.

 .../geocode-ip-server/tests/launch-web-server.sh   |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/geocode-glib/geocode-ip-server/tests/launch-web-server.sh b/geocode-glib/geocode-ip-server/tests/launch-web-server.sh
index cebcf46..8841809 100755
--- a/geocode-glib/geocode-ip-server/tests/launch-web-server.sh
+++ b/geocode-glib/geocode-ip-server/tests/launch-web-server.sh
@@ -91,6 +91,9 @@ rm -f conf pid lock log access_log
 
 cat > conf <<EOF
 LoadModule alias_module modules/mod_alias.so
+LoadModule log_config_module modules/mod_log_config.so
+LoadModule unixd_module modules/mod_unixd.so
+LoadModule access_compat_module modules/mod_access_compat.so
 LoadModule auth_basic_module modules/mod_auth_basic.so
 LoadModule authn_file_module modules/mod_authn_file.so
 LoadModule authz_default_module modules/mod_authz_default.so
@@ -163,4 +166,4 @@ $HTTPD -f $ROOTDIR/conf -C "Listen $PORT"
 else
 $HTTPD -f $ROOTDIR/conf -C "Listen ${ADDRESS}:$PORT"
 fi
-echo "Please start debugging at http://localhost:$PORT/cgi-bin/$server_exec";
\ No newline at end of file
+echo "Please start debugging at http://localhost:$PORT/cgi-bin/$server_exec";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]