代码搜索:httpd

找到约 3,603 项符合「httpd」的源代码

代码结果 3,603
www.eeworm.com/read/208123/4996548

c httpd-cgi.c

/** * \addtogroup httpd * @{ */ /** * \file * Web server script interface * \author * Adam Dunkels * */ /* * Copyright (c) 2001-2006, Adam Dunk
www.eeworm.com/read/204643/5031540

in httpd-manual.conf.in

# # Provide access to the documentation on your server as # http://yourserver.example.com/manual/ # The documentation is always available at # http://httpd.apache.org/docs/2.2/ # # Required modules:
www.eeworm.com/read/204643/5031541

in httpd-info.conf.in

# # Get information about the requests being processed by the server # and the configuration of the server. # # Required modules: mod_status (for the server-status handler), # mod_in
www.eeworm.com/read/204643/5031542

in httpd-autoindex.conf.in

# # Directives controlling the display of server-generated directory listings. # # Required modules: mod_autoindex, mod_alias # # To see the listing of a directory, the Options directive for the # dir
www.eeworm.com/read/204643/5031543

in httpd-default.conf.in

# # This configuration file reflects default settings for Apache HTTP Server. # # You may change these, but chances are that you may not need to. # # # Timeout: The number of seconds before receives
www.eeworm.com/read/204643/5031544

in httpd-dav.conf.in

# # Distributed authoring and versioning (WebDAV) # # Required modules: mod_dav, mod_dav_fs, mod_setenvif, mod_alias # mod_auth_digest, mod_authn_file # # The following example give
www.eeworm.com/read/204643/5031545

in httpd-mpm.conf.in

# # Server-Pool Management (MPM specific) # # # PidFile: The file in which the server should record its process # identification number when it starts. # # Note that this is the default PidFile for
www.eeworm.com/read/204643/5031547

in httpd-userdir.conf.in

# Settings for user home directories # # Required module: mod_userdir # # UserDir: The name of the directory that is appended onto a user's home # directory if a ~user request is received. Note that
www.eeworm.com/read/204643/5031548

in httpd-vhosts.conf.in

# # Virtual Hosts # # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the
www.eeworm.com/read/204643/5031549

in httpd-languages.conf.in

# # Settings for hosting different languages. # # Required modules: mod_mime, mod_negotiation # DefaultLanguage and AddLanguage allows you to specify the language of # a document. You can then use c