Skip to main content
Khidzir_MN
Staff
Staff
January 23, 2026

Technical Tip: How to add an additional port for FortiWeb in WCCP mode

  • January 23, 2026
  • 0 replies
  • 79 views
Description This article describes how to add a port for FortiWeb in WCCP mode.
Scope FortiWeb or FortiWeb-VM.
Solution

In this example, the user has a requirement to add a port in WCCP mode.

 

Example:
The web server or real server provides services on an additional port 8080.

 

  1. Go to Server Objects -> Server -> Server Pool.
  2. Add port 8080 for the respective Server Pool.

 

server_pool.png

 

  1. Go to System -> Config -> WCCP Client.
  2. Add port 8080 for the respective WCCP Client.

 

wccp_client.png

 

To add via CLI:

  1. Configure the Real server pool using the command below:

 

config server-policy server-pool
    edit "spool1"
        set type transparent-servers-for-wccp
            config pserver-list
                edit 1
                    set ip 10.109.2.29
                next
                edit 2
                    set ip 10.109.2.29
                    set port 8080
                next
            end
    next
end

 

2. To add the port 8080 for the WCCP client.

 

config system wccp
    edit 52
        set cache-id 10.109.1.244
        set router-list 10.109.1.183
        set ports 80 8080
    next
end


Related documents:
Configuring FortiWeb to receive traffic via WCCP

Defining your web servers