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

2012-12-10 Thread Hendrik Schmieder

georg schrieb:

- Original Message -
*From:* Darryle Steplight mailto:dstepli...@gmail.com
*To:* users@httpd.apache.org mailto: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 georg.chamb...@telia.com
mailto:georg.chamb...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



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

2012-12-10 Thread georg

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 hendrik.schmie...@jedox.com

To: users@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 mailto:dstepli...@gmail.com
*To:* users@httpd.apache.org mailto: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 georg.chamb...@telia.com
mailto:georg.chamb...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




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



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

2012-12-09 Thread Darryle Steplight
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.chamb...@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.orgusers-unsubscr...@httpd.apache.org
 For additional commands, e-mail: users-h...@httpd.apache.org




-- 
--
May the Source be with you.


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

2012-12-09 Thread Yehuda Katz
On Sun, Dec 9, 2012 at 2:59 PM, georg georg.chamb...@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

2012-12-09 Thread georg
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 georg.chamb...@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

2012-12-09 Thread georg
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 georg.chamb...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org







  -- 
  -- 
  May the Source be with you.


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

2012-12-09 Thread georg
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 georg.chamb...@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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org







  -- 
  -- 
  May the Source be with you.