Changeset 5841 for trunk/third-party/shttpd/config.h
- Timestamp:
- May 16, 2008, 4:53:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third-party/shttpd/config.h
r5822 r5841 12 12 #define CONFIG_HEADER_DEFINED 13 13 14 #undef VERSION 14 15 #define VERSION "1.39" /* Version */ 15 16 #define CONFIG_FILE "shttpd.conf" /* Configuration file */ 16 17 #define HTPASSWD ".htpasswd" /* Passwords file name */ 17 #define URI_MAX 16384/* Default max request size */18 #define URI_MAX 65536 /* Default max request size */ 18 19 #define LISTENING_PORTS "80" /* Default listening ports */ 19 20 #define INDEX_FILES "index.html,index.htm,index.php,index.cgi"
Note: See TracChangeset
for help on using the changeset viewer.