Why do you guess that? What exactly gets shown in the apache error and
access logs after you access it from an external host and it times
out?
If the error log complains about permissions, show the exact message.
If nothing is displayed in neither the error log nor the access log,
then the problem is not with apache, but with your routing and/or
firewalls.
Cheers
Tom
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Stuart MacKay
Lisboa, Portugal
Can you telnet to the web server: telnet <server ip address> 80 (assuming it is listening on port 80). That would at least tell you whether your LAN setup was correct.
Stuart MacKay
Lisboa, Portugal
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.