Share via


Web Server Overview (Windows Embedded CE 6.0)

1/6/2010

This section describes OS design information, modules and components used to implement the Web Server, and implementation considerations.

OS Design Information

The following table shows operating system design information for Web Server (HTTPD).

Concept Description

Dependencies

Core Server Support (Services.exe)

Hardware considerations

None

Modules and Components

The following table shows the components and modules that implement Web Server (HTTPD).

Item Module Component

Web Server (HTTPD)

httpd

httpasp, httpauth, httpd, httpdav, httpextn, httpfilt, httpisapi, httpparse

Active Server Pages (ASP) Support

asp

aspparse

Implementation Considerations

The following table shows the Sysgen variables for the Web Server (HTTPD).

Sysgen variable Description

SYSGEN_ASP

When this variable is set, the Active Server Pages (ASP) Support Catalog item is included in the OS design. To enable this functionality, the Web Server (HTTPD) Catalog item must also be included in your OS design.

SYSGEN_ASP_JSCRIPT

When this variable is set, the JScript 5.5 Catalog item is included in the OS design. To enable this functionality, the Web Server (HTTPD) and the Active Server Pages (ASP) Support Catalog items must also be included in your OS design.

SYSGEN_ASP_VBSCRIPT

When this variable is set, the VBScript 5.5 Catalog item is included in the OS design. To enable this functionality, the Web Server (HTTPD) and the Active Server Pages (ASP) Support Catalog items must also be included in your OS design.

SYSGEN_HTTPD

When this variable is set, the Web Server (HTTPD) Catalog item is included in the OS design.

SYSGEN_HTTPD_WEBDAV

When this variable is set, the WebDAV Support Catalog item is included in the OS design. To enable this functionality, the Web Server (HTTPD) and the XML Minimal Parser Catalog items must also be included in your OS design. For more information about the XML Minimal Parser, see XML OS Design Development.

SYSGEN_ISAPI_CONFIG

When this variable is set, the Web Server Administration ISAPI Catalog item is included in the OS design. To enable this functionality, the Web Server (HTTPD) Catalog items must also be included in your OS design.

See Also

Concepts

Web Server (HTTPD) OS Design Development

Other Resources

XML OS Design Development
Communication Services and Networking Catalog Items