Question
How to enable and load module mod_session on Ubuntu 14.04 x64 and Apache/2.4.7
Hello everyone, I’m trying to find a way to load the module mod_session
on my server but I didn’t find anything yet. I have connected to the server using FTP and went to /etc/apache2/mods_enable
. There I saw inside the session.load that the mod_session
doesn’t have comment(#) in front of the LoadModule. Then I used the phpinfo (PHP function) to check if the module is being loaded but is not. Does anyone know how i can load it? thank you
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×