Thanks very much for the tips Glenn and Danny. I finally got it. I'm going to drop my process and a tip here so that others might find it.
I reviewed (another couple of times) my config files. Both line by line and vimdiff against the dist version, until I convinced myself (foreshadowing) they were fine.
I also created a new user and redid all of the ownership and permissions steps. Still nothing.
Then I tried a tip I picked up off the web somewhere and one by one tested syntax on each config file ( just the perl ones of course) using:
perl -c filename
Lo and behold, I found my error in authen_LTI.conf on line 17 where I had failed to put a value in for $debug_lit_parameters =
Popped a 1 in there as my original problem/testing was LTI grade returns and bob's your uncle.
I must have missed that error about a dozen times all tolled. I'm going to blame it on the tail end of a summer cold.
Cheers and thanks again for the help.
I reviewed (another couple of times) my config files. Both line by line and vimdiff against the dist version, until I convinced myself (foreshadowing) they were fine.
I also created a new user and redid all of the ownership and permissions steps. Still nothing.
Then I tried a tip I picked up off the web somewhere and one by one tested syntax on each config file ( just the perl ones of course) using:
perl -c filename
Lo and behold, I found my error in authen_LTI.conf on line 17 where I had failed to put a value in for $debug_lit_parameters =
Popped a 1 in there as my original problem/testing was LTI grade returns and bob's your uncle.
I must have missed that error about a dozen times all tolled. I'm going to blame it on the tail end of a summer cold.
Cheers and thanks again for the help.