T travisbell Well-Known Member Oct 7, 2008 #1 Oct 7, 2008 #1 Hey guys, How would I go about adding a custom log like so for my RoR site: CustomLog /path/logs/popularity_log "%{_session_id}C %U" I thought I would put it in the "Apache Style Configurations" but it doesn't like it being there. Thanks!
Hey guys, How would I go about adding a custom log like so for my RoR site: CustomLog /path/logs/popularity_log "%{_session_id}C %U" I thought I would put it in the "Apache Style Configurations" but it doesn't like it being there. Thanks!
M mistwang LiteSpeed Staff Oct 7, 2008 #2 Oct 7, 2008 #2 It will not work with LiteSpeed as LiteSpeed does not add arbitrary log file now, you may need to implement it on RoR side somehow.
It will not work with LiteSpeed as LiteSpeed does not add arbitrary log file now, you may need to implement it on RoR side somehow.
T travisbell Well-Known Member Oct 7, 2008 #3 Oct 7, 2008 #3 Hey mistwang, Thanks for the prompt response as usual. Do you guys have plans on implementing custom log files?
Hey mistwang, Thanks for the prompt response as usual. Do you guys have plans on implementing custom log files?
T travisbell Well-Known Member Oct 9, 2008 #5 Oct 9, 2008 #5 Hey mistwang, Thanks. Just a FYI, we ended up moving this site to Apache + Passenger since it was a lot easier to use the 1 CustomLog line then write our own logger in Rails. We're still using LiteSpeed to server up all of our PHP though
Hey mistwang, Thanks. Just a FYI, we ended up moving this site to Apache + Passenger since it was a lot easier to use the 1 CustomLog line then write our own logger in Rails. We're still using LiteSpeed to server up all of our PHP though