[mapserver-users] ScribeUI: Possible segmentation fault on Ubuntu 12.04

Jessica Lapointe jlapointe at mapgears.com
Wed Aug 21 07:14:43 PDT 2013


Hi Luis,

I was finally able to reproduce your problem. For now, you should
access your scribeUI application using : http://localhost/ScribeUI/
The trailing slash at the end is very important. I am currently
looking for a way to adjust the configuration so that both url work.
What happens here is that since the alias scribeui refers to a python
file, apache will not treat it as a directory unless the trailing
slash is present.

I'll keep you updated and will edit the installation instructions for
the app once I find a fix for this.

Thanks a lot,
Jessica

On Tue, Aug 20, 2013 at 3:40 AM, Luís de Sousa
<luis.a.de.sousa at gmail.com> wrote:
> On 19 August 2013 16:16, Jessica Lapointe <jlapointe at mapgears.com> wrote:
>>
>> Hi Luis,
>>
>> You are right that the url should be localhost/ScribeUI/static.
>> In your config.py file, this ip = "0.0.0.0" should be the domain you
>> access the app with, in your case, it should be  ip = "localhost"
>
>
> Hi again Jessica,
>
> I tried with "localhost" and "localhost/ScribeUI", but in both cases it
> tries to load the css and js files from "localhost/static".
>
> Thanks,
>
> Luís


More information about the mapserver-users mailing list