..and I'm positively stumped!
I'm trying to use a Google API to do a little project of mine. Unfortunately it will not work on my web server at home, however it works perfectly if I host the same stuff on my university web space.
I think the problem is that it loads some remote JS from google, like so:
- Code: Select all
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
and I think Apache at my end is messing that up somehow. The problem is I don't know precisely why. I've looked in http.conf and tried to read up on the issue but no joy.
And ideas what I need to do to apache?
Does it know how to resolve remote domain names for example?


