vote up -4 vote down star

How does the Apache web server work? Can someone explain it in detail?

flag

64% accept rate
Is httpd.apache.org down? Is the source repository unavailable? – S.Lott Mar 25 at 17:19
Can you refine your question a bit? You seem to be looking for something, but your question is too vague to give anything more useful then just pointing you at the docs/svn. – Zoredache Mar 25 at 17:52

3 Answers

vote up 3 vote down

It's magic. Don't even bother trying understand it.

link|flag
vote up 0 vote down

It's perfectly clear.

http://svn.apache.org/viewvc/httpd/

link|flag
vote up 6 vote down

Start with the Apache architecture overview to understand the basic components and data flows for Apache. Then, you probably want to go into the developer documentation, as the list module configuration options in the docs is not too helpful in understanding how does everything work.

Finally, comparing Apache to other popular open-source servers such as Lighttpd would show you what tasks are approached in a similar way by different programs, and where there are trade-offs (speed vs. features, for example) that differentiate between the servers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.