Hi
My actinic store was working fine until I switched on SSL for the login and checkout pages. I'm now getting an error message on checkout due to a permissions issue on the actinic session file under SSL(see error below.)
I'm using shared SSL on the same server accessing the same acatalog and cgi directories with a SSL url in the form:
store url:
http://www.storename.co.uk
ssl url:
https://sharedservername/storename.co.uk/
ssl cgi url:
https://sharedservername/storename.co.uk/cgi-bin/
I've tried changing the directory permissions to 777 but newly created session files are still created as only accessible by the directory owner and the error still occurs.
Can anyone help?
Thanks.
Chandy.
Program = ORDERSCR, Program version = 487 , HTTP Server = Apache/1.3.27 (Unix)
(Red-Hat, Return code = 999 , Date and Time = 2005/12/30 19:57
, Internal Errors = Error opening ../html/acatalog/62Z253Z96Z42A1135332743B9390.
session (Permission denied)
My actinic store was working fine until I switched on SSL for the login and checkout pages. I'm now getting an error message on checkout due to a permissions issue on the actinic session file under SSL(see error below.)
I'm using shared SSL on the same server accessing the same acatalog and cgi directories with a SSL url in the form:
store url:
http://www.storename.co.uk
ssl url:
https://sharedservername/storename.co.uk/
ssl cgi url:
https://sharedservername/storename.co.uk/cgi-bin/
I've tried changing the directory permissions to 777 but newly created session files are still created as only accessible by the directory owner and the error still occurs.
Can anyone help?
Thanks.
Chandy.
Program = ORDERSCR, Program version = 487 , HTTP Server = Apache/1.3.27 (Unix)
(Red-Hat, Return code = 999 , Date and Time = 2005/12/30 19:57
, Internal Errors = Error opening ../html/acatalog/62Z253Z96Z42A1135332743B9390.
session (Permission denied)
Comment