config httpd for php5 howto

config httpd for php5 howto

am 04.05.2009 22:32:48 von Teun

As many others, I have the same problem in ubuntu lamp. That the apache
do not pars php files, but give a download action. This action is wrong.
Caus it must pars php files. It do not. After changing some files it
shows only the tekst of the php code. I still can not find the solution.
Please wat is the actual solution?

Thanks !

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: config httpd for php5 howto

am 04.05.2009 23:00:13 von Eric Covener

On Mon, May 4, 2009 at 4:32 PM, Teun wrote:
> As many others, I have the same problem in ubuntu lamp. That the apache do
> not pars php files, but give a download action. This action is wrong. Caus
> it must pars php files. It do not. After changing some files it shows only
> the tekst of the php code. I still can not find the solution.

http://wiki.apache.org/httpd/PHPDownload


--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: config httpd for php5 howto

am 05.05.2009 00:54:12 von aw

Teun wrote:
> As many others, I have the same problem in ubuntu lamp. That the apache
> do not pars php files, but give a download action. This action is wrong.
> Caus it must pars php files. It do not. After changing some files it
> shows only the tekst of the php code. I still can not find the solution.
> Please wat is the actual solution?
>
#1: Apache does not come with PHP. Ubuntu lamp may well do, but see #2.

#2: this is the Apache support list, not the ubuntu lamp support list.
If the ubuntu lamp package is broken, this does not have much to do with
Apache. You should complain on the ubuntu or lamp list.

#3 : as you mention yourself, "as many others". If you had made the
small effort to search this list just a few responses ago, you would
probably already have found the solution.
It may have been more productive than just changing some files.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: config httpd for php5 howto

am 05.05.2009 01:29:23 von Teun

Thanks for help.


André Warnier schreef:
> Teun wrote:
>> As many others, I have the same problem in ubuntu lamp. That the
>> apache do not pars php files, but give a download action. This action
>> is wrong. Caus it must pars php files. It do not. After changing some
>> files it shows only the tekst of the php code. I still can not find
>> the solution.
>> Please wat is the actual solution?
>>
> #1: Apache does not come with PHP. Ubuntu lamp may well do, but see #2.
>
> #2: this is the Apache support list, not the ubuntu lamp support list.
> If the ubuntu lamp package is broken, this does not have much to do
> with Apache. You should complain on the ubuntu or lamp list.
>
> #3 : as you mention yourself, "as many others". If you had made the
> small effort to search this list just a few responses ago, you would
> probably already have found the solution.
> It may have been more productive than just changing some files.
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: config httpd for php5 howto

am 05.05.2009 02:51:45 von Jonathan Zuckerman

On Mon, May 4, 2009 at 4:29 PM, Teun wrote:
> Thanks for help.
>
>
> Andr=E9 Warnier schreef:
>>
>> Teun wrote:
>>>
>>> As many others, I have the same problem in ubuntu lamp. That the apache
>>> do not pars php files, but give a download action. This action is wrong=
..
>>> Caus it must pars php files. It do not. After changing some files it sh=
ows
>>> only the tekst of the php code. I still can not find the solution.
>>> Please wat is the actual solution?
>>>
>> #1: Apache does not come with PHP. =A0Ubuntu lamp may well do, but see #=
2.
>>
>> #2: this is the Apache support list, not the ubuntu lamp support list.
>> If the ubuntu lamp package is broken, this does not have much to do with
>> Apache. You should complain on the ubuntu or lamp list.
>>
>> #3 : as you mention yourself, "as many others". =A0If you had made the s=
mall
>> effort to search this list just a few responses ago, you would probably
>> already have found the solution.
>> It may have been more productive than just changing some files.
>>
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Projec=
t.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> =A0" =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> =A0" =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

I'd also like to add that LAMP is far from broken on Ubuntu, I set it
up in literally 30 seconds utilizing only sudo apt-get install. You
probably need to install libapache2-mod-php5

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: config httpd for php5 howto

am 05.05.2009 09:45:02 von Krist van Besien

On Tue, May 5, 2009 at 2:51 AM, Jonathan Zuckerman
wrote:

> I'd also like to add that LAMP is far from broken on Ubuntu, I set it
> up in literally 30 seconds utilizing only sudo apt-get install.

I second that. Getting a fully funtioning "LAMP" stack running on
Ubuntu is as painless as it can be.

Krist




--
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org