Hello,
I tried this with both Apache 2.0.59 and Apache 2.2.4 but after building and
installing, the modules directories do not have any of the "*.so" files that my
GForge installation is looking for. One file, for example is "mod_dav.so".
./configure --prefix /usr/local/apache2
make
make install
When I look in /usr/local/apache2/modules, there is one text file there, named
"httpd.exp". The first few lines are:
#! .
* This file was AUTOGENERATED at build time.
* Please do not edit by hand.
ap_set_receive_buffer_size
ap_mpm_run
ap_graceful_stop_signalled
ap_os_create_privileged_process
ap_mpm_query
When I try to use the following commands in the httpd.conf file, httpd reports
that the module files cannot be found:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
Why isn't my installation putting these modules into the modules directory? I
saw in the source tree for httpd that mod_dav.c exists.
I'm using SUSE enterprise desktop.
Thanks for any help.
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]