I solved the problem, it was firewall blocking the phtml files.. thanks anyway
dejan > -----Original Message----- > From: Gambin Dejan > Sent: Monday, November 07, 2005 10:59 AM > To: '[EMAIL PROTECTED]' > Cc: '[email protected]' > Subject: RE: [UMN_MAPSERVER-USERS] problems with running phtml srcipts > > > Hi, > > I still can't get ms4w to run my phtml file as php. It must > be some stupid mistake I am doing but I can't find the > reason. If I try loading a simplest .phtml file on localhost > I get "http 404 - file not found" error. the same file with > .php extension works fine. > > Does anyone know what can be the problem and can it be > related to running apache on port 8080 while at the same time > running IIS on port 80 (the problem is I shouldn't stop the > IIS if not necessary!) > > regards, dejan > > > -----Original Message----- > > From: UMN MapServer Users List > > [mailto:[EMAIL PROTECTED] On Behalf Of Blaise Picinbono > > Sent: Friday, November 04, 2005 3:49 PM > > To: [email protected] > > Subject: Re: [UMN_MAPSERVER-USERS] problems with running > phtml srcipts > > > > > > Sorry, as I told you, I don't know anything about IIS, so I > > can't tell if it > > has to be restarted or not. You'd better run gnu/linux, but > > that's only my > > point of view ;-) > > It's strange that your phtml page is blank. Did you check the > > source code of > > the page ? What does it tell ? > > Blaise > > > > Le Vendredi 4 Novembre 2005 15:42, Gambin Dejan a écrit : > > > Apache yes, IIS no..why should IIS be restarted? > > > > > > dejan > > > > > > > -----Original Message----- > > > > From: UMN MapServer Users List > > > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Blaise Picinbono > > > > Sent: Friday, November 04, 2005 3:40 PM > > > > To: [email protected] > > > > Subject: Re: [UMN_MAPSERVER-USERS] problems with running phtml > > > > srcipts > > > > > > > > Le Vendredi 4 Novembre 2005 15:11, Gambin Dejan a écrit : > > > > > Hi, > > > > > > > > > > I have installed mapserver 4.6 by the ms4w package on my > > > > > > > > Windows 2000 > > > > > > > > > machine. The problem is I have a running IIS, and I simply > > > > > > > > configured > > > > > > > > > the Apache to listen on port 8080 to run together with IIS. > > > > > > > > Everything > > > > > > > > > seems ok but I can't run phtml scripts as php files. > I have the > > > > > following in my httpd.conf: > > > > > > > > > > .... > > > > > AddType application/x-httpd-php .phtml .php > > > > > Action application/x-httpd-php /cgi-bin/php.exe > > > > > .... > > > > > > > > > > I can run normally the php scripts but I get an empty page > > > > > > > > when trying > > > > > > > > > to open any phtml file. I have also tried with > > configuring php as > > > > > apache module but the result is the same. ms4w is using > > > > > > > > Apache 2.0.54 > > > > > > > > > and php 4.3.11. > > > > > > > > > > Any help? > > > > > > > > > > regards, dejan > > > > > > > > Hi, > > > > I don't know much about IIS. Your Apache config file > > seems ok. Did > > > > you restart the Apache server so that it read again the > > config file > > > > ? Did you restart IIS ? > > > > Blaise > > >
