RFC: Security/Performance Best Practices (long)

2001-11-11 Thread Philip Mak
Recently, I've been using Apache::ASP to program a new version of an existing website that gets over 5 million page views per month. This website will have to fit on a RaQ4i (450MHz) server, so I'm pretty conscious about performance. Security is also important due to the popularity of the site.

Re: RFC: Security/Performance Best Practices (long)

2001-11-11 Thread Alessio Bragadini
Philip Mak: This website runs off a MySQL database. Although all the webpages are generated dynamically, they don't change often (unless the webmaster explicitly updates them). Do you generate reliable Last-Modified and Expires headers? This could help bandwidth usage for you and your users.

Re: RFC: Security/Performance Best Practices (long)

2001-11-11 Thread Stas Bekman
Philip Mak wrote: Recently, I've been using Apache::ASP to program a new version of an existing website that gets over 5 million page views per month. This website will have to fit on a RaQ4i (450MHz) server, so I'm pretty conscious about performance. Security is also important due to the