Re: Apache2 & php5 Problem

2007-08-23 Thread Robert Cates
Randy Patterson wrote: On Tuesday 21 August 2007 16:04, Jose Luis Rivas Contreras wrote: Randy Patterson wrote:> After running the above command, this is only item related to php that it lists; php5_module (shared) So it's installed... The only thing it could be happening then

Re: Apache2 & php5 Problem

2007-08-22 Thread Wayne Topa
Randy Patterson([EMAIL PROTECTED]) is reported to have said: > On Wednesday 22 August 2007 11:08, ArcticFox wrote: > > On Aug 22, 2007, at 11:04 AM, Randy Patterson wrote: > > > On Tuesday 21 August 2007 16:04, Jose Luis Rivas Contreras wrote: > > >> Randy Patterson wrote:> > > >> <> > > > Here

Re: Apache2 & php5 Problem

2007-08-22 Thread Randy Patterson
On Wednesday 22 August 2007 11:08, ArcticFox wrote: > On Aug 22, 2007, at 11:04 AM, Randy Patterson wrote: > > On Tuesday 21 August 2007 16:04, Jose Luis Rivas Contreras wrote: > >> Randy Patterson wrote:> > >> > >>> After running the above command, this is only item related to php > >>> that it >

Re: Apache2 & php5 Problem

2007-08-22 Thread ArcticFox
On Aug 22, 2007, at 11:12 AM, Randy Patterson wrote: On Tuesday 21 August 2007 21:53, Anthony M Simonelli wrote: On Mon, 2007-08-20 at 21:28 -0500, Randy Patterson wrote: I am trying to setup a local web server on my machine to test php projects before going live. I have installed apache2, ph

Re: Apache2 & php5 Problem

2007-08-22 Thread Randy Patterson
On Tuesday 21 August 2007 21:53, Anthony M Simonelli wrote: > On Mon, 2007-08-20 at 21:28 -0500, Randy Patterson wrote: > > I am trying to setup a local web server on my machine to test php > > projects before going live. I have installed apache2, php5 and mysql > > using aptitude and apache and my

Re: Apache2 & php5 Problem

2007-08-22 Thread ArcticFox
On Aug 22, 2007, at 11:04 AM, Randy Patterson wrote: On Tuesday 21 August 2007 16:04, Jose Luis Rivas Contreras wrote: Randy Patterson wrote:> After running the above command, this is only item related to php that it lists; php5_module (shared) So it's installed... The only thing it coul

Re: Apache2 & php5 Problem

2007-08-22 Thread Randy Patterson
On Tuesday 21 August 2007 16:04, Jose Luis Rivas Contreras wrote: > Randy Patterson wrote:> > > > After running the above command, this is only item related to php that it > > lists; > > > > php5_module (shared) > > So it's installed... The only thing it could be happening then is that > your scrip

Re: Apache2 & php5 Problem

2007-08-21 Thread Anthony M Simonelli
On Mon, 2007-08-20 at 21:28 -0500, Randy Patterson wrote: > I am trying to setup a local web server on my machine to test php projects > before going live. I have installed apache2, php5 and mysql using aptitude > and apache and mysql seem to be working fine. I try to load a test page in a > bro

Re: Apache2 & php5 Problem

2007-08-21 Thread Jose Luis Rivas Contreras
Randy Patterson wrote:> > After running the above command, this is only item related to php that it > lists; > > php5_module (shared) > > So it's installed... The only thing it could be happening then is that your script is wrong... Regards, Jose Luis. -- ghostbar on debian linux 'sid' 2.6.

Re: Apache2 & php5 Problem

2007-08-21 Thread Randy Patterson
On Tuesday 21 August 2007 14:34, Jeff D wrote: > On Tue, 21 Aug 2007, Randy Patterson wrote: > > On Tuesday 21 August 2007 10:43, Jose Luis Rivas Contreras wrote: > >> Randy Patterson wrote: > >>> I did run it as root and aptitude shows that apache2.2-common is > >>> installed. But in all the tutor

Re: Apache2 & php5 Problem

2007-08-21 Thread Jeff D
On Tue, 21 Aug 2007, Randy Patterson wrote: On Tuesday 21 August 2007 10:43, Jose Luis Rivas Contreras wrote: Randy Patterson wrote: I did run it as root and aptitude shows that apache2.2-common is installed. But in all the tutorials that I've read none of them have mentioned having to run thi

Re: Apache2 & php5 Problem

2007-08-21 Thread Randy Patterson
On Tuesday 21 August 2007 10:43, Jose Luis Rivas Contreras wrote: > Randy Patterson wrote: > > I did run it as root and aptitude shows that apache2.2-common is > > installed. But in all the tutorials that I've read none of them have > > mentioned having to run this program to enable PHP? > > You ha

Re: Apache2 & php5 Problem

2007-08-21 Thread Jose Luis Rivas Contreras
Randy Patterson wrote: > > I did run it as root and aptitude shows that apache2.2-common is installed. > But in all the tutorials that I've read none of them have mentioned having to > run this program to enable PHP? You have 2 options, make a symlink of php5.[conf|load] from `/etc/apache2/mods

Re: Apache2 & php5 Problem

2007-08-21 Thread Randy Patterson
On Monday 20 August 2007 23:13, Jeff D wrote: > On Mon, 20 Aug 2007, Randy Patterson wrote: > > On Monday 20 August 2007 22:27, Jeff D wrote: > >> On Mon, 20 Aug 2007, Randy Patterson wrote: > >>> On Monday 20 August 2007 21:52, Jose Luis Rivas Contreras wrote: > Randy Patterson wrote: > >

Re: Apache2 & php5 Problem

2007-08-20 Thread Jeff D
On Mon, 20 Aug 2007, Randy Patterson wrote: On Monday 20 August 2007 22:27, Jeff D wrote: On Mon, 20 Aug 2007, Randy Patterson wrote: On Monday 20 August 2007 21:52, Jose Luis Rivas Contreras wrote: Randy Patterson wrote: I am trying to setup a local web server on my machine to test php proj

Re: Apache2 & php5 Problem

2007-08-20 Thread Rick Pasotto
On Mon, Aug 20, 2007 at 10:56:10PM -0500, Randy Patterson wrote: > On Monday 20 August 2007 22:27, Jeff D wrote: > > > > did you do: > > a2enmod php5 > > /etc/init.d/apache2 restart > > I get the following error message trying to run that command; > > This module does not exist! > > aptitude sho

Re: Apache2 & php5 Problem

2007-08-20 Thread Randy Patterson
On Monday 20 August 2007 22:27, Jeff D wrote: > On Mon, 20 Aug 2007, Randy Patterson wrote: > > On Monday 20 August 2007 21:52, Jose Luis Rivas Contreras wrote: > >> Randy Patterson wrote: > >>> I am trying to setup a local web server on my machine to test php > >>> projects before going live. I ha

Re: Apache2 & php5 Problem

2007-08-20 Thread Jeff D
On Mon, 20 Aug 2007, Randy Patterson wrote: On Monday 20 August 2007 21:52, Jose Luis Rivas Contreras wrote: Randy Patterson wrote: I am trying to setup a local web server on my machine to test php projects before going live. I have installed apache2, php5 and mysql using aptitude and apache a

Re: Apache2 & php5 Problem

2007-08-20 Thread Randy Patterson
On Monday 20 August 2007 21:52, Jose Luis Rivas Contreras wrote: > Randy Patterson wrote: > > I am trying to setup a local web server on my machine to test php > > projects before going live. I have installed apache2, php5 and mysql > > using aptitude and apache and mysql seem to be working fine. I

Re: Apache2 & php5 Problem

2007-08-20 Thread Jose Luis Rivas Contreras
Randy Patterson wrote: > I am trying to setup a local web server on my machine to test php projects > before going live. I have installed apache2, php5 and mysql using aptitude > and apache and mysql seem to be working fine. I try to load a test page in a > browser; > > http://localhost/apache2

Apache2 & php5 Problem

2007-08-20 Thread Randy Patterson
I am trying to setup a local web server on my machine to test php projects before going live. I have installed apache2, php5 and mysql using aptitude and apache and mysql seem to be working fine. I try to load a test page in a browser; http://localhost/apache2-default/test.php The file contain