Results 1 to 2 of 2
hellow ,
I have upgraded my apache to tomcat in my dedicated server. using following script
/scripts/easyapache
after dat i made some changed to make it java enable and loaded ...
- 03-09-2009 #1Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
security2_module error in httpd.conf on dedicated server
hellow ,
I have upgraded my apache to tomcat in my dedicated server. using following script
/scripts/easyapache
after dat i made some changed to make it java enable and loaded one module named mod_jk.so.
now when i type this command to check my httpd.conf file
#httpd -t
it gives follwing error
root@von [~]# httpd -t
[Mon Mar 09 00:55:16 2009] [warn] module security2_module is already loaded, skipping
Syntax OK
Please help me . how to recover from it.
- 03-10-2009 #2
This is probably because httpd already loads the module mentioned. So specifying it in the file is not necessary.
Or, it could have been specified twice.
httpd -t just checks the syntax of the apache configuration files. If you get a syntax okay, that's fine.
However, if you still wish to remove that message, try commenting out the loading for that particular module."A graphical user interface is just a mask. What lies beneath is what matters."


Reply With Quote