Show Logs from a server location to a web browser

hey Guys,

Am a newbie to Linux and have a probable requirement that might come up pretty soon.

I need to understand, how log files and log location can be displayed on a web browser. So that the end user can read the log files and should be able to search for order numbers in the logs. If required they can download it too.

Regards
Ashish Samarth

A suggestion: Use a CGI that will build an HTML page to show the content of the log files. The browser can be used for search and "save as" actions.

1 Like

Thanks for your guidance rdrtx1. I will try this and post the update.