You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by georg <ge...@telia.com> on 2012/12/09 20:59:28 UTC

[users@httpd] PHP wont dance with Apache

I have installed, at least to my own understanding, PHP 4.4.3 as module to 
Apache 2.0.5.

But what, there is nothing coming back from my <?PHP echo "hello PHP world"; 
?>
but the rest of the testpage in HTML comes back and is displayed as it 
should.

Everything is silent and find, and total dark, nothing in error log, access 
log is ok

Thanks for any wild goose

Georg 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] PHP wont dance with Apache

Posted by georg <ge...@telia.com>.
HII large thanks for Update bids, sorry I was out of line for Apache its a 2.2 version.
But there is a problem, everything tends to get so complex and complicated and BIG.
(actually I did exactly the same procedure back in 06 for another machine, then everything went smooth)
I prefer the more soft threading Apache (as in indian) approach, small but efficient :)
Actually I tried the latest versions but those were spagettied into VisualStudio (VC) 
and I dont want that. So I will try this through some more before considering shifting to "modern".

Tnx again
Georg
  ----- Original Message ----- 
  From: Yehuda Katz 
  To: users@httpd.apache.org 
  Sent: Sunday, December 09, 2012 9:11 PM
  Subject: Re: [users@httpd] PHP wont dance with Apache


  On Sun, Dec 9, 2012 at 2:59 PM, georg <ge...@telia.com> wrote:

    I have installed, at least to my own understanding, PHP 4.4.3 as module to Apache 2.0.5.



  I can not find any indication that a version 2.0.5 was released, but it would have been before 2002.
  Support for PHP 4 has been discontinued since 2007-12-31.


  The only way you will get anything working or any help from anyone is by upgrading.

Re: [users@httpd] PHP wont dance with Apache

Posted by Yehuda Katz <ye...@ymkatz.net>.
On Sun, Dec 9, 2012 at 2:59 PM, georg <ge...@telia.com> wrote:

> I have installed, at least to my own understanding, PHP 4.4.3 as module to
> Apache 2.0.5.
>

I can not find any indication that a version 2.0.5 was released, but it
would have been before 2002.
Support for PHP 4 has been discontinued since 2007-12-31.

The only way you will get anything working or any help from anyone is by
upgrading.

Re: [users@httpd] PHP wont dance with Apache

Posted by georg <ge...@telia.com>.
THNX !

Addhandler I have missed out. Probably do the trick. Be back. (what would it read for php4 ?, well will check)


BR
Georg
  ----- Original Message ----- 
  From: Darryle Steplight 
  To: users@httpd.apache.org 
  Sent: Sunday, December 09, 2012 9:10 PM
  Subject: Re: [users@httpd] PHP wont dance with Apache


  Hi Georg,
       Why not install PHP 5? PHP  4 is old news. Also, it sounds like you need to include a  AddHandler in your apache config file so your pages know how to parse PHP code.


  On Sun, Dec 9, 2012 at 2:59 PM, georg <ge...@telia.com> wrote:

    I have installed, at least to my own understanding, PHP 4.4.3 as module to Apache 2.0.5.

    But what, there is nothing coming back from my <?PHP echo "hello PHP world"; ?>
    but the rest of the testpage in HTML comes back and is displayed as it should.

    Everything is silent and find, and total dark, nothing in error log, access log is ok

    Thanks for any wild goose

    Georg 

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
    For additional commands, e-mail: users-help@httpd.apache.org







  -- 
  ---------------------------------------------- 
  "May the Source be with you."

Re: [users@httpd] PHP wont dance with Apache

Posted by georg <ge...@telia.com>.
TallyHOO
THNX Hendrik

That was the trick, no problema with the versions being old.
(as per other suggestion,actually I double read wrong; it actually was 
Apache 2.0.5 according to the monitor itself)
However the Installlation instructions for the distribution does actually 
not mention setting this in .conf,
so by following instructions I didnt get it right.

Again Thanx
BR Georg



----- Original Message ----- 
From: "Hendrik Schmieder" <he...@jedox.com>
To: <us...@httpd.apache.org>
Sent: Monday, December 10, 2012 9:16 AM
Subject: Re: [users@httpd] PHP wont dance with Apache


> georg schrieb:
>>     ----- Original Message -----
>>     *From:* Darryle Steplight <ma...@gmail.com>
>>     *To:* users@httpd.apache.org <ma...@httpd.apache.org>
>>     *Sent:* Sunday, December 09, 2012 9:10 PM
>>     *Subject:* Re: [users@httpd] PHP wont dance with Apache
>>
>>     Hi Georg,
>>     Why not install PHP 5? PHP 4 is old news. Also, it sounds like you
>>     need to include a AddHandler in your apache config file so your
>>     pages know how to parse PHP code.
>>
>>     On Sun, Dec 9, 2012 at 2:59 PM, georg <georg.chambert@telia.com
>>     <ma...@telia.com>> wrote:
>>
>>         I have installed, at least to my own understanding, PHP 4.4.3 as
>>         module to Apache 2.0.5.
>>
>>         But what, there is nothing coming back from my <?PHP echo "hello
>>         PHP world"; ?>
>>         but the rest of the testpage in HTML comes back and is displayed
>>         as it should.
>>
>>         Everything is silent and find, and total dark, nothing in error
>>         log, access log is ok
>>
>>         Thanks for any wild goose
>>
>>         Georg
>>
>
>     AddType application/x-httpd-php .php
>     AddType application/x-httpd-php .php4
>     AddType application/x-httpd-php .html
>
>
>    Hendrik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] PHP wont dance with Apache

Posted by Hendrik Schmieder <he...@jedox.com>.
georg schrieb:
>     ----- Original Message -----
>     *From:* Darryle Steplight <ma...@gmail.com>
>     *To:* users@httpd.apache.org <ma...@httpd.apache.org>
>     *Sent:* Sunday, December 09, 2012 9:10 PM
>     *Subject:* Re: [users@httpd] PHP wont dance with Apache
>
>     Hi Georg,
>     Why not install PHP 5? PHP 4 is old news. Also, it sounds like you
>     need to include a AddHandler in your apache config file so your
>     pages know how to parse PHP code.
>
>     On Sun, Dec 9, 2012 at 2:59 PM, georg <georg.chambert@telia.com
>     <ma...@telia.com>> wrote:
>
>         I have installed, at least to my own understanding, PHP 4.4.3 as
>         module to Apache 2.0.5.
>
>         But what, there is nothing coming back from my <?PHP echo "hello
>         PHP world"; ?>
>         but the rest of the testpage in HTML comes back and is displayed
>         as it should.
>
>         Everything is silent and find, and total dark, nothing in error
>         log, access log is ok
>
>         Thanks for any wild goose
>
>         Georg
>

     AddType application/x-httpd-php .php
     AddType application/x-httpd-php .php4
     AddType application/x-httpd-php .html


    Hendrik

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] PHP wont dance with Apache

Posted by georg <ge...@telia.com>.
Hello again Darryle,

thinking some; adding a handler is not useful when connecting PHP as a module would it ?
adding handler would work if I install PHP as a script engine, which though might be an option guess.

BR georg
  ----- Original Message ----- 
  From: Darryle Steplight 
  To: users@httpd.apache.org 
  Sent: Sunday, December 09, 2012 9:10 PM
  Subject: Re: [users@httpd] PHP wont dance with Apache


  Hi Georg,
       Why not install PHP 5? PHP  4 is old news. Also, it sounds like you need to include a  AddHandler in your apache config file so your pages know how to parse PHP code.


  On Sun, Dec 9, 2012 at 2:59 PM, georg <ge...@telia.com> wrote:

    I have installed, at least to my own understanding, PHP 4.4.3 as module to Apache 2.0.5.

    But what, there is nothing coming back from my <?PHP echo "hello PHP world"; ?>
    but the rest of the testpage in HTML comes back and is displayed as it should.

    Everything is silent and find, and total dark, nothing in error log, access log is ok

    Thanks for any wild goose

    Georg 

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
    For additional commands, e-mail: users-help@httpd.apache.org







  -- 
  ---------------------------------------------- 
  "May the Source be with you."

Re: [users@httpd] PHP wont dance with Apache

Posted by Darryle Steplight <ds...@gmail.com>.
Hi Georg,
     Why not install PHP 5? PHP  4 is old news. Also, it sounds like you
need to include a  AddHandler in your apache config file so your pages know
how to parse PHP code.

On Sun, Dec 9, 2012 at 2:59 PM, georg <ge...@telia.com> wrote:

> I have installed, at least to my own understanding, PHP 4.4.3 as module to
> Apache 2.0.5.
>
> But what, there is nothing coming back from my <?PHP echo "hello PHP
> world"; ?>
> but the rest of the testpage in HTML comes back and is displayed as it
> should.
>
> Everything is silent and find, and total dark, nothing in error log,
> access log is ok
>
> Thanks for any wild goose
>
> Georg
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: users-unsubscribe@httpd.**apache.org<us...@httpd.apache.org>
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
----------------------------------------------
"May the Source be with you."