Click to See Complete Forum and Search --> : Questions on Apache


twofoolish2b
11-16-2000, 08:30 AM
How secure is Apache? Are there any known holes or bugs that say a hacker could get into? What are the major downfalls of it?

klamath
11-16-2000, 09:14 AM
There are (obviously) no known security problems with the current release. An Apache module, mod_rewrite, had a minor security hole recently but that was fixed in the 1.3.14 release.

Apache is used by millions of webservers (~60% of the entire Internet). It should certainly be good enough for you.

Apache is basically secure. What kind of security do you need? The security of server-side code (e.g. CGI scripts) is far more likely to be a problem than the security of the httpd itself.

------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)
Looking for an open source project to contribute to? Check out the BBB (http://bbb.sourceforge.net)