Hi, it looks like i have found the problem.
It seems whatever vlan i was on from my client machine needed to be allowed to access the web management.
httpd: 2: Error: "Unauthorized", code 401 for URI "/servererror.php", file "/html/servererror.php": Interface is not authorized for HTTP access.
httpd: 0: checkInterface failed
httpd: 2: GET /servererror.php?code=401 HTTP/1.1
httpd: 0: GET IFNAME WORKED vlan.32
httpd: 0: GET ALLOWED FAILED vlan.32
So now it looks like this
http {
interface vlan.32;
Thankyou very much A'bed