Re: [gentoo-user] About apache + php (problem solved)

2004-01-04 Thread s970501
Thanks. I did a mistake on /etc/conf.d/apache2. I wrote PHP$ instead of PHP4. Such a silly mistake~ Thanks for all the responses... > [EMAIL PROTECTED] wrote: >> Hi, >> >> I've emerged apache and php together. >> I did like this : #emerge apache php >> Emerge worked fine. >> But it seems like th

Re: [gentoo-user] About apache + php

2004-01-04 Thread s970501
> On Sat, 3 Jan 2004 21:23:19 -0500 (EST) > <[EMAIL PROTECTED]> wrote: > >> > On Sat, 3 Jan 2004 21:04:32 -0500 (EST) >> > <[EMAIL PROTECTED]> wrote: >> > >> >> Hi, >> >> >> >> I've emerged apache and php together. >> >> I did like this : #emerge apache php >> >> Emerge worked fine. >> >> But it se

Re: [gentoo-user] About apache + php

2004-01-03 Thread Norbert Kamenicky
[EMAIL PROTECTED] wrote: Hi, I've emerged apache and php together. I did like this : #emerge apache php Emerge worked fine. But it seems like they don't work together. try emerge mod_php -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] About apache + php

2004-01-03 Thread Ted Ozolins
[EMAIL PROTECTED] wrote: And then I can only see the source of this file. What should I do? Give me some help ~ :) Once you emerged mod_php at the end of the emerge it gave you instructions to add -D PHP in your /etc/conf.d/apache2, APACHE2_OPTS="-D SSL -D PHP4" Did you do this? -- Ted Ozo

Re: [gentoo-user] About apache + php (It's working now. thanks :) )

2004-01-03 Thread Barry Marler
On Sat, 3 Jan 2004 21:23:19 -0500 (EST) <[EMAIL PROTECTED]> wrote: > > On Sat, 3 Jan 2004 21:04:32 -0500 (EST) > > <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> I've emerged apache and php together. > >> I did like this : #emerge apache php > >> Emerge worked fine. > >> But it seems like they

Re: [gentoo-user] About apache + php (It's working now. thanks :) )

2004-01-03 Thread s970501
> On Sat, 3 Jan 2004 21:04:32 -0500 (EST) > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I've emerged apache and php together. >> I did like this : #emerge apache php >> Emerge worked fine. >> But it seems like they don't work together. >> I put test.php file like this... >> >> test.php >> ---

Re: [gentoo-user] About apache + php

2004-01-03 Thread Patrick Börjesson
> I've emerged apache and php together. > I did like this : #emerge apache php > Emerge worked fine. > But it seems like they don't work together. > I put test.php file like this... > > test.php > --- >phpinfo(); > ?> > --- > > And then I can only see the source of thi

Re: [gentoo-user] About apache + php

2004-01-03 Thread Barry Marler
On Sat, 3 Jan 2004 21:04:32 -0500 (EST) <[EMAIL PROTECTED]> wrote: > Hi, > > I've emerged apache and php together. > I did like this : #emerge apache php > Emerge worked fine. > But it seems like they don't work together. > I put test.php file like this... > > test.php > --- >php

[gentoo-user] About apache + php

2004-01-03 Thread s970501
Hi, I've emerged apache and php together. I did like this : #emerge apache php Emerge worked fine. But it seems like they don't work together. I put test.php file like this... test.php --- --- And then I can only see the source of this file. What should I do? Give me so