Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Jeff McKenna
On 2016-02-23 1:17 PM, Eugenio Trumpy wrote: Hi, find a clear guide on how to set AddHandler ... is my problem, I found many guides but anyone clear. In my apache2.conf there are no lines on AddHandler, I wonder if I have to insert it on my default virtualhost or wherever. Any other helps?

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Antti J. Lind
it on my default virtualhost or wherever. Any other helps? Thanks for now E. - Date: Tue, 23 Feb 2016 09:35:12 -0700 Subject: Re: [mapserver-users] mapscript version and date From: richard.greenw...@gmail.com To: frippe12...@hotmail.com CC: mapserver-users@lists.osgeo.org You

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Eugenio Trumpy
:12 -0700 Subject: Re: [mapserver-users] mapscript version and date From: richard.greenw...@gmail.com To: frippe12...@hotmail.com CC: mapserver-users@lists.osgeo.org You need to add something like this to you apache2.conf or in an .htaccess file AddHandler application/x-httpd-php .php .phtml

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Richard Greenwood
he php module (php-fpm) > I don't know where I should insert the handler. > > E. > > -- > Date: Tue, 23 Feb 2016 08:48:02 -0700 > > Subject: Re: [mapserver-users] mapscript version and date > From: richard.greenw...@gmail.com > To: frippe12...@h

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Antti J. Lind
. Actually I would prefer to register .phtml in my php handler in apache, but since I changed the php module (php-fpm) I don't know where I should insert the handler. E. - Date: Tue, 23 Feb 2016 08:48:02 -0700 Subject: Re: [mapserver-users] mapscript version and date From

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Eugenio Trumpy
2016 08:48:02 -0700 Subject: Re: [mapserver-users] mapscript version and date From: richard.greenw...@gmail.com To: frippe12...@hotmail.com CC: mapserver-users@lists.osgeo.org Well you need to rename map.phtml to map.php. I think that your problem is that the ".phtml" is not registered

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Richard Greenwood
found on this server. > > It does help? > > E. > > ------ > Date: Tue, 23 Feb 2016 08:27:18 -0700 > Subject: Re: [mapserver-users] mapscript version and date > From: richard.greenw...@gmail.com > To: frippe12...@hotmail.com > CC: mapserver-users@lists.

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Richard Greenwood
What happens if you change the extension from phtml to php, e.g. map.php On Tue, Feb 23, 2016 at 7:43 AM, Eugenio Trumpy wrote: > Hi, > > my info.php states that I have installed Mapserver, version 6.4.1 but no > date and version are declared > for php_mapscript. > On

Re: [mapserver-users] mapscript version and date

2016-02-23 Thread Eugenio Trumpy
Hi, following your suggestion I tried: http://my_server_name/wm_goth/map.php?winsize=large=it= I got page error: NOT FOUND The request url /wm_goth/map.php was not found on this server. It does help? E. Date: Tue, 23 Feb 2016 08:27:18 -0700 Subject: Re: [mapserver-users] mapscript version