Re: PHP support missing in HTTP 2 -RESOLVED-

2002-10-07 Thread Chris Kloiber
Beware turning on the short_open_tag in php.ini. It was turned off for a reason. The web server won't know if your short tags are php or xml. On Mon, 2002-10-07 at 07:40, Volkan Sönmez wrote: > in /etc/php.ini > you should change > > short_open_tag = Off > > to > > short_open_tag = On > > th

Re: PHP support missing in HTTP 2 -RESOLVED-

2002-10-07 Thread Volkan Sönmez
James Salinas wrote: Not sure what resolved the issue, however, after doing the following, it now works: service httpd stop - clearing out all self-inflicted edits / restoring orig files service httpd start * still not working here... full system shutdown/reboot - now it works... I'm not compl

Re: PHP support missing in HTTP 2

2002-10-06 Thread Craig White
On Sun, 2002-10-06 at 19:04, James Salinas wrote: > On Sun, 2002-10-06 at 20:56, Craig White wrote: > > /etc/httpd/conf.d/php.conf > > /etc/httpd/conf.d/README > > > > Craig > > > > Thanks Craig, but that's what i'm trying to figure out... > the web server is not handling php files as anything o

Re: PHP support missing in HTTP 2 -RESOLVED-

2002-10-06 Thread James Salinas
Not sure what resolved the issue, however, after doing the following, it now works: service httpd stop - clearing out all self-inflicted edits / restoring orig files service httpd start * still not working here... full system shutdown/reboot - now it works... I'm not complaining... as long as it

Re: PHP support missing in HTTP 2

2002-10-06 Thread James Salinas
On Sun, 2002-10-06 at 20:56, Craig White wrote: > /etc/httpd/conf.d/php.conf > /etc/httpd/conf.d/README > > Craig > Thanks Craig, but that's what i'm trying to figure out... the web server is not handling php files as anything other than text. /etc/httpd/conf.d/php.conf is present and as far as

Re: PHP support missing in HTTP 2

2002-10-06 Thread Craig White
On Sun, 2002-10-06 at 18:40, James Salinas wrote: > I've searched through all the archives for Psyche & have not seen this > asked, so here goes: > > After a non-eventful fresh install of Psyche, I've noticed that the web > server being installed is httpd-2.0.40-8 and php is php-4.2.2-8.0.5 > bei