For any module you remove, you must also remove the associated configuration 
directives. The configuration is parsed by each module, so if you remove for 
example mod_ssl, you must remove all directives defined in mod_ssl such as 
SSLEngine, from your configuration file(s). If you remove mod_mime, you must 
remove AddCharset, AddEncoding etc. from your configuration.

Any offending configuration directive will be logged to the error log.

-ascs 

-----Original Message-----
From: Meir Yanovich [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 24, 2006 8:07 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] what is the minimod modules list for apache to load 
on SunOs

Hello all
im still trying to solve the wchar_t problem i have , im trying to eliminate 
the causes now i notice im loading list of *.so files that i dont know if i 
even need all of them .
i know by typing httpd -l that apache did linked statically mod_so and 
http_core.c .
now the problem is when i comment out all the LoadModule derectives and the 
corresponding AddModule directive except my *.so file the apache cant load and 
crashed .
so my question is what are the "must" *.so apache needs?

thanks allot for the help
(sorry for my bad english)









---------------------------------------------------------------------
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]


---------------------------------------------------------------------
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]

Reply via email to