unable to access local server

From: Ross Davis <mscw@dont-contact.us>
Date: Mon, 5 Jun 2000 10:23:53 -0700

I can access my local webserver via the local IP address 192.168.0.254, but if I try to access it from my external IP I get the following error. I have read the FAQ and the newsgroups, but I must be missing something.
While trying to retrieve the URL: http://209.52.213.149/

The following error was encountered:

  a.. Access Denied.
  Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is root.

--------------------------------------------------------------------------------

Generated Mon, 05 Jun 2000 09:43:19 GMT by gateway (Squid/2.3.STABLE1)

My access.log has the following in it.
960198199.936 0 209.52.213.149 TCP_MISS/403 978 GET http://209.52.213.149/
- NONE/- -
960198199.937 25 139.142.82.147 TCP_MISS/403 1006 GET http://209.52.213.149/
 - DIRECT/209.52.213.149 text/html
[root@gateway squid]#

my squid.conf file is as follows

debug_options ALL,1
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 81 21 443 563 70 210 1025-65535
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl local-server dst 209.52.213.149/255.255.255.224
no_cache deny local-server
http_access allow all
icp_access allow all
miss_access allow all
cache_effective_user squid squid
cache_effective_group squid squid
httpd_accel_host 209.52.213.149
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
always_direct allow local-server
Received on Mon Jun 05 2000 - 12:02:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:56 MST