LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   reading apache log files (https://www.linuxquestions.org/questions/linux-newbie-8/reading-apache-log-files-564941/)

fiona333 06-27-2007 05:30 PM

reading apache log files
 
Hi there,
Is there a simple way for me to find out through the apache log files to see how many empty shopping carts I have been getting? I seem to have problem with the cart so I just want to see what users are getting and when they may be abandoning, but I have no experience reading log files.
Thanks!

unSpawn 06-28-2007 01:11 PM

Is there an easy related path in the exit URI you can grep for like "/somedir/file.ext?cart=empty"? If there isn't then abandoned carts can only be found by tracing sessions from start to exit URI, like if the exit URI doesn't match the checkout URI. I spose there's suites around to help you track sessions but I wouldn't know any names. Maybe also search Freshmeat.net / Sourceforge.net?


All times are GMT -5. The time now is 07:50 AM.