diff options
author | Ryan Bloom <rbb@apache.org> | 2001-03-04 06:27:27 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-03-04 06:27:27 +0000 |
commit | 3eeeb76fb482bae7400eac7a4562fe8475756afd (patch) | |
tree | c5860377471fc106a22b6b3a0a6661403556106f /libhttpd.dsp | |
parent | 4f47b255db485f9eb3d278f5f35362201500d226 (diff) | |
download | httpd-3eeeb76fb482bae7400eac7a4562fe8475756afd.tar.gz |
Move more code from the http module into the core server. This
is core code, basically the default handler, the default input
and output filters, and all of the core configuration directives.
All of this code is required in order for the server to work, with or
without HTTP. The server is closer to working without the HTTP
module, although there is still more to do.
I tried to fix Windows, but somebody should probably make sure I did
it correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 370ccce6e8..ec9ba73470 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -354,6 +354,10 @@ SOURCE=.\server\error_bucket.c # End Source File # Begin Source File +SOURCE=.\server\core.c +# End Source File +# Begin Source File + SOURCE=.\server\protocol.c # End Source File # Begin Source File |