The web browser command in the CLI is
"ip http server" for port 80 HTTP
"ip http secure-server" for port 443 HTTPS
ENABLE
ap(config)#ip http server
ap(config)#ip http secure-server
DISABLE - You negate the command with "NO"
ap(config)#NO ip http server
ap(config)#NO ip http secure-server