Regarding my previous message (at the bottom), I feel like the only
likely thing to be causing the problem is my Apache VirtualHost. I am
running Ubuntu 8.10... I have several subdomains that point to this
server running different content, and I have always used a copy of the
default virtualhost provided in Ubuntu without any problems. Below is a
copy of the virtualhost pointing to my pmapper site... does anyone
understand these files well enough to figure what may be blocking some
aspect of pmapper when visiting from mapping.mcengland.com but not when
visiting from my internal network? 

Thanks, again.

-Marcus


<VirtualHost *:80>
        ServerAdmin webmas...@localhost
        ServerAlias   mapping.mcengland.com

        DocumentRoot /var/www/pmapper/
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/pmapper/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined
        ServerSignature On

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>

________________________________
Hi all,

I am a new pmapper user and am completely befuddled by a problem I am
having. I set up a mapping application that worked fine when I was
accessing it from my internal network (i.e.,
192.168.1.15/padoma/map.phtml). I then made it live so it could be
accessed by a client on the internet. Using the web address I set up for
it, the map.phtml page loads, but the content section is white (i.e., no
map at all). The odd thing is, I can still use the toolbar to query the
data that should be visible there, and I can also print the map that
should be visible there. If I try to add or remove layers or zoom in,
the "loading" image pops up and never leaves, though, despite the fact
that "loading image" is there, I can query or print the new image that
should be (but is not) visible. If I go back and access everything
through the local network address again it still works fine from there.

Anyone want to take a shot at helping me? Why would this only happen
when the site is accessed through an external url?

Thanks,

Marcus
------------------------------------------------------------------------------
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to