diff -Naur build-tree.orig/apache_1.3.33/src/include/httpd.h build-tree/apache_1.3.33/src/include/httpd.h
--- build-tree.orig/apache_1.3.33/src/include/httpd.h	2005-08-29 13:08:38.000000000 +0200
+++ build-tree/apache_1.3.33/src/include/httpd.h	2005-08-29 13:09:43.000000000 +0200
@@ -109,7 +109,7 @@
 
 #define DEFAULT_HTTP_PORT	80
 #define DEFAULT_HTTPS_PORT	443
-#define ap_is_default_port(port,r)	((port) == ap_default_port(r))
+#define ap_is_default_port(port,r)	(((port) == ap_default_port(r)) || ((port) == 8080))
 #ifdef NETWARE
 #define ap_http_method(r) ap_os_http_method((void*)r)
 #define ap_default_port(r) ap_os_default_port((void*)r)
