HTTP Server

From CCIE Study Wiki

Jump to: navigation, search


The IOS HTTP server provides a web browser interface for users and support for HTTP applications.

Theory

Contents

The server can be secured via a timeout policy, various authentication and accounting methods, ACLs, and limiting the number of connections.

Commands

  • ip http server (global) - Enables the HTTP server and web browser interface.
  • ip http authentication {aaa | enable | local | tacacs} (global) - Specifies an authentication method to use with the interface.
  • ip http accounting commands level {default | named-accounting-method-list} (global) - Configures accounting options. The default keyword indicates that the configure aaa accounting commands should be used.
  • ip http port port-number (global) - Allows you to change the default HTTP server port number.
  • ip http access-class access-list-number (global) - Specifies the ACL the should be used to verify access to the HTTP server.
  • ip http max-connections value (global) - Sets the max number of concurrent connections.
  • ip http timeout-policy idle seconds life seconds requests value (global) - Sets the parameters that determine how long a HTTP connection should be left open for.

Default Settings

  • 5 concurrent connections allowed by default
  • Default values for the idle time is 180 seconds, life is 180 seconds, and requests value is 1

Verification

  • Nothing listed yet

Troubleshooting, Tips, and Tricks

  • Nothing listed yet

Online Resources






Have something to contribute? See a mistake on this page? Have a hint or a link to share?
The CCIE Study Wiki is open to everyone to edit! All you need to do is to create an account to start contributing.
Please be sure to follow our posting guidelines when editing the wiki.

Maybe you have just have some thoughts or suggestions for this entry?
Use the Discussion link on the top or bottom menu to create or join the CCIE forum post on this topic.
You can also go straight to the CCIE Forums and start a new discussion in the forum of your choice.

If you'd rather just contact us with your thoughts, we'd love to hear what you have to say.

This page was last modified on 25 August 2009, at 02:40. This page has been accessed 207 times.