LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache: How to Addmodule on SuSE? (https://www.linuxquestions.org/questions/linux-newbie-8/apache-how-to-addmodule-on-suse-293976/)

Maarten_Holland 02-23-2005 02:15 PM

Apache: How to Addmodule on SuSE?
 
Hi all,

I used to run Apache 1.3 with PHP as a static module on SuSE 9.

Today I recompiled and installed Apache so it also uses WebDAV as a static module, next to PHP.

Everything seemed to go fine.

The last instruction on the webdav installpage says:

Quote:

This information is here for reference; if Apache does not recognize the mod_dav directives such as DAV or DAVLockDB, then you may be missing this configuration line:

Addmodule mod_dav.c
Unfortunately it doesn't tell where to add this line. It seems most distro's want it in httpd.conf which seems logical to me. Unfortunately, when I add it there Apache returns the error:

Quote:

Syntax error on line 207 of /usr/sbin/conf/httpd.conf:
Cannot add module via name 'mod_dav.c': not in list of loaded modules
I also noticed that there are no Addmodule lines at all. Since PHP works fine, it seems there should be another configfile where I should add this line.

Can anyone tell which file this is for SuSE?

Cheers,

Maarten

LucasNovae 02-27-2005 11:58 PM

LoadModule
 
The loadmodules are located in:
/etc/apache2/sysconfig.d/loadmodule.conf


All times are GMT -5. The time now is 07:03 PM.