Apache - Tag Archive

How to pipe logs from Apache to PHP / How to seperate Apache log files with PHP

I recently needed to do this for a client to customise and merge the logged data from Apache into a presentable format. A by-product of this was the ability to also roll the log file on a daily basis.I found limited information regarding how to do this most of which were methods that were faulty [...]

March 6th, 2008  |  By Oliver  |  Tags: ,   |  Posted in Web Platforms  |  1 Comment »
(No Ratings Yet)
Loading ... Loading ...

Preventing HTTP TRACE Method Cross Site Scripting Attacks

What is a cross site scripting attack?:
“Cross-site scripting (XSS) is a simple idea at heart: the attacker loads exploitative HTML, including a client-side script, into a web site, typically one which allows public submissions and which does not properly quote HTML tags. Any user of the site who reads the story loads the exploit into [...]

December 19th, 2007  |  By Oliver  |  Tags: ,   |  Posted in Web Platforms  |  No Comments »
(1 votes, average: 5.00 out of 5)
Loading ... Loading ...