Bug ID 1065041: Web Application shows 'Not Found' in GUI.

Last Modified: Apr 17, 2024

Affected Product(s):
BIG-IP AAM, WAM(all modules)

Known Affected Versions:
15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4

Opened: Dec 01, 2021

Severity: 2-Critical

Symptoms

Clicking 'Web Application' under GUI :: Acceleration results in errors: Not found The requested URL was not found on this server.

Impact

Web acceleration configuration cannot be accessed from the GUI.

Conditions

With AAM provisioned, upgrade to BIG-IP v15.1.4.

Workaround

There are two workarounds: -- Use tmsh for managing acceleration. -- Follow this procedure: 1. In /etc/rc.d/init.d/httpd, add the following content after line '[ -d /var/avr/avrui ] && OPTIONS="${OPTIONS} -DAVRUI"' # Check if WA package is installed (by checking the existence of # /usr/local/www/waui/WEB-INF/web.xml [ -f /usr/local/www/waui/WEB-INF/web.xml ] && OPTIONS="${OPTIONS} -DWebAccelerator" 2. In /config/httpd/conf/httpd.conf, in the following location: <Directory "/var/run/config/htdocs"> Options None AllowOverride None </Directory> Add the following content: <IfDefine WebAccelerator> <Location /waui> <RequireAll> AuthType Basic AuthName "BIG-IP" AuthPAM_Enabled on AuthPAM_IdleTimeout 1200 require valid-user </RequireAll> </Location> <Location "/waui/WEB-INF"> Require all denied </Location> </IfDefine> 3. Go to end of /config/httpd/conf.d/proxy_ajp.conf, and add the following content <IfDefine WebAccelerator> ProxyPassMatch ^/waui/(.*)$ ajp://localhost:8009/waui/$1 retry=5 </IfDefine> 4. Restart httpd: bigstart restart httpd

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips