mod_sessio comes with mcafee, I can see all the .so files (you listed earlier) in the folder (/usr/lib64/httpd/modules). Both session and session_cookie modules are already loaded (commands in /etc/httpd/conf/httpd.conf file), I just added 'SessionCrystoCipher aes256' yesterday after 'Session On' line, then I got 'syntax error'. That's triggered all the actions like downloading and installing session packages and so on.
However, I found that only /usr/lib64/httpd/modules/ folder has so_sessiob_crypto.so, not that in /opt/NAI/LinuxShield/apache/modules/, so I wonder if the call to install 'mod_session' in kickstarts file I added yesterday resulted in /usr/lib64/httpd/modules/mod_sesison_crypto.so.
So now back to what I had yesterday, both session modules (mod_session and mod_session_cookie) are loaded by existing /etc/httpd/conf/httpd.conf, and adding 'SessionCryptoCipher aes256' threw 'Syntax error ...', so what's the problem there? Incompatible module with the entry?
I even copied /usr/lib64/httpd/modules/mod_session_crypto to /opt/NAI/LinuxShield/apache/modules/ and make 'LoadModule' call .so files from there, but no change (same error).
However, I found that only /usr/lib64/httpd/modules/ folder has so_sessiob_crypto.so, not that in /opt/NAI/LinuxShield/apache/modules/, so I wonder if the call to install 'mod_session' in kickstarts file I added yesterday resulted in /usr/lib64/httpd/modules/mod_sesison_crypto.so.
So now back to what I had yesterday, both session modules (mod_session and mod_session_cookie) are loaded by existing /etc/httpd/conf/httpd.conf, and adding 'SessionCryptoCipher aes256' threw 'Syntax error ...', so what's the problem there? Incompatible module with the entry?
I even copied /usr/lib64/httpd/modules/mod_session_crypto to /opt/NAI/LinuxShield/apache/modules/ and make 'LoadModule' call .so files from there, but no change (same error).