Slashdot Mirror


Secure Dynamic Content with Apache

KingARP writes "This article details how to secure dynamic content on an Apache Web server. Topics covered include general security issues pertaining to dynamic content, securing Server Side Includes, configuring Apache's Common Gateway Interface, and wrapping dynamic content. The article is targeted primarily at Webmasters and system administrators responsible for maintaining and securing a Web server; however, anyone with a need or desire to server dynamic content will benefit from the topics covered."

2 of 6 comments (clear)

  1. More Papers on web security by Anonymous Coward · · Score: 3, Informative
  2. Not particularly deep by Gerry+Gleason · · Score: 2

    The is very little in this article that isn't in the class of, "If you don't know this already, you probably shouldn't be running any dynamic content". I thought it would at least go into stuff about securing pages that allow updating of content or configuration from web pages, but I didn't see any of this. Stuff like SSL, authentication and certificates.