Sha256: cccf35bedabbeaf740e1d0eb49d7215f6951cb9692edc3e9f4aa1baf3e766cc8

Contents?: true

Size: 1.67 KB

Versions: 136

Compression:

Stored size: 1.67 KB

Contents

/*
 * Copyright (c) 2004-2005 Sergey Lyubka <valenok@gmail.com>
 * All rights reserved
 *
 * "THE BEER-WARE LICENSE" (Revision 42):
 * Sergey Lyubka wrote this file.  As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return.
 */

#ifndef CONFIG_HEADER_DEFINED
#define	CONFIG_HEADER_DEFINED

#define	VERSION		"1.42"		/* Version			*/
#define	CONFIG_FILE	"shttpd.conf"	/* Configuration file		*/
#define	HTPASSWD	".htpasswd"	/* Passwords file name		*/

//#ifdef __SYMBIAN32__
//	#define	URI_MAX		16384
//#else
//	#define	URI_MAX		4096    /*16384 /Default max request size	*/
//#endif
//#define	URI_MAX		16384 /* Default max request size	*/
//This is maximum URI length
#define	URI_MAX		2048
//Buffer size for input request data
#define INPUT_BUF_MAX 2048
//Buffer size for output data
#define OUT_BUF_MAX 4096

#define	LISTENING_PORTS	"8080"		/* Default listening ports	*/
#define	INDEX_FILES	"index_erb.iseq,index.html,index.htm,index.php,index.cgi"
#define	CGI_EXT		"cgi,pl,php"	/* Default CGI extensions	*/
#define	SSI_EXT		"shtml,shtm"	/* Default SSI extensions	*/
#define	REALM		"mydomain.com"	/* Default authentication realm	*/
#define	DELIM_CHARS	","		/* Separators for lists		*/
#define	EXPIRE_TIME	3600		/* Expiration time, seconds	*/
#define	ENV_MAX		4096		/* Size of environment block	*/
#define	CGI_ENV_VARS	64		/* Maximum vars passed to CGI	*/
#define	SERVICE_NAME	"SHTTPD " VERSION	/* NT service name	*/
#define NO_AUTH 1
#ifndef NO_CGI
#define NO_CGI 1
#endif //NO_CGI
#define NO_SSL 1
#define NO_SSI 1
#define NO_SSL 1
#define NO_THREADS 1

#endif /* CONFIG_HEADER_DEFINED */

Version data entries

136 entries across 136 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/shttpd/src/config.h
rhodes-7.5.1 platform/shared/shttpd/src/config.h
rhodes-7.4.1 platform/shared/shttpd/src/config.h
rhodes-7.1.17 platform/shared/shttpd/src/config.h
rhodes-6.2.0 platform/shared/shttpd/src/config.h
rhodes-6.0.11 platform/shared/shttpd/src/config.h
rhodes-5.5.18 platform/shared/shttpd/src/config.h
rhodes-5.5.17 platform/shared/shttpd/src/config.h
rhodes-5.5.15 platform/shared/shttpd/src/config.h
rhodes-5.5.0.22 platform/shared/shttpd/src/config.h
rhodes-5.5.2 platform/shared/shttpd/src/config.h
rhodes-5.5.0.7 platform/shared/shttpd/src/config.h
rhodes-5.5.0.3 platform/shared/shttpd/src/config.h
rhodes-5.5.0 platform/shared/shttpd/src/config.h
tauplatform-1.0.3 platform/shared/shttpd/src/config.h
tauplatform-1.0.2 platform/shared/shttpd/src/config.h
tauplatform-1.0.1 platform/shared/shttpd/src/config.h
rhodes-3.5.1.12 platform/shared/shttpd/src/config.h
rhodes-3.3.5 platform/shared/shttpd/src/config.h
rhodes-3.4.2 platform/shared/shttpd/src/config.h