Hello.
Doing a new install, and I am in the stage of accessing the web interface for Sermis which is located at /var/www/html/siremis
Full error: Unable to write in the session save path [/var/www/html/siremis/session]Unable to write in the session save path [/var/www/html/siremis/session]
I would think this is a single access problem, but I have checked ownership in httpd.conf, and the files, and directories. All have the apache ownership assigned to them. I have even given the “session” folder access of 777 with still no change in the error.
-rw-r--r--. 1 apache apache 10176 May 18 05:18 ChangeLog
drwxr-xr-x. 4 apache apache 4096 May 18 05:18 misc
drwxr-xr-x. 7 apache apache 4096 May 18 05:18 openbiz
-rw-r--r--. 1 apache apache 1019 May 18 05:18 README.md
drwxr-xr-x. 14 apache apache 4096 May 18 05:18 siremis
In addition, there is nothing about this appearing in the httpd error_log, nor access_log for an access problem.
Any suggestions? Thanks!