Re: Can't execute PHP script

2007-09-15 Thread Randy Patterson
On Friday 14 September 2007 11:29, David A. Parker wrote: > Randy Patterson wrote: > > I ran 'chmod 755 test.php' on the file in question. Loaded this file with > > browser and got the very same results. Checked /var/log/apache2/error.log > > and no error. Checked /var/log/apache2/access.log and I

Re: Can't execute PHP script

2007-09-15 Thread Randy Patterson
On Friday 14 September 2007 11:43, Hans Hofker wrote: > Randy Patterson wrote: > > I installed apache like; > > > > aptitude install apache2 php5 libapache2-mod-php5 > > > > As returned by apache2ctl, I am running; > > > > Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 > > The description for libapache2-mod-

Re: Can't execute PHP script

2007-09-14 Thread David A. Parker
Randy Patterson wrote: I ran 'chmod 755 test.php' on the file in question. Loaded this file with browser and got the very same results. Checked /var/log/apache2/error.log and no error. Checked /var/log/apache2/access.log and I had accessed the file. I have been to debian-administration.org

Re: Can't execute PHP script

2007-09-14 Thread Hans Hofker
Randy Patterson wrote: I installed apache like; aptitude install apache2 php5 libapache2-mod-php5 As returned by apache2ctl, I am running; Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 The description for libapache2-mod-php5 states that it only works with the "prefork" version of apache2 (package

Re: Can't execute PHP script

2007-09-14 Thread Randy Patterson
On Friday 14 September 2007 02:26, Raffaele Morelli wrote: > 2007/9/13, Randy Patterson <[EMAIL PROTECTED]>: > > On Wednesday 12 September 2007 15:19, Jeff D wrote: > > > On Wed, 12 Sep 2007, Randy Patterson wrote: > > > > Hey, > > > > > > > > I installed apache like; > > > > > > > > aptitude insta

Re: Can't execute PHP script

2007-09-14 Thread Raffaele Morelli
2007/9/13, Randy Patterson <[EMAIL PROTECTED]>: > > On Wednesday 12 September 2007 15:19, Jeff D wrote: > > On Wed, 12 Sep 2007, Randy Patterson wrote: > > > Hey, > > > > > > I installed apache like; > > > > > > aptitude install apache2 php5 libapache2-mod-php5 > > > > > > As returned by apache2ctl

Re: Can't execute PHP script

2007-09-12 Thread Randy Patterson
On Wednesday 12 September 2007 15:19, Jeff D wrote: > On Wed, 12 Sep 2007, Randy Patterson wrote: > > Hey, > > > > I installed apache like; > > > > aptitude install apache2 php5 libapache2-mod-php5 > > > > As returned by apache2ctl, I am running; > > > > Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 > > > >

Re: Can't execute PHP script

2007-09-12 Thread Randy Patterson
On Wednesday 12 September 2007 14:39, Willi Mann wrote: > > > > PHP Test > > > > > > > > > > The browser outputs only; > > > > PHP Test > > It would ease helping you if you posted the Source the Browser gets, or > even better include the headers too. (Iceweasel can do that AFAIK, at > least wit

Re: Can't execute PHP script

2007-09-12 Thread Jeff D
On Wed, 12 Sep 2007, Randy Patterson wrote: Hey, I installed apache like; aptitude install apache2 php5 libapache2-mod-php5 As returned by apache2ctl, I am running; Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 I point my browser to; http://localhost/apache2-default/test.php The file test.php cont

Re: Can't execute PHP script

2007-09-12 Thread Willi Mann
> > PHP Test > > > > > The browser outputs only; > > PHP Test It would ease helping you if you posted the Source the Browser gets, or even better include the headers too. (Iceweasel can do that AFAIK, at least with a plugin) Willi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Re: Can't execute PHP script

2007-09-12 Thread Randy Patterson
On Wednesday 12 September 2007 08:56, Raffaele Morelli wrote: > 2007/9/12, Randy Patterson <[EMAIL PROTECTED]>: > > Hey, > > > > I installed apache like; > > > > aptitude install apache2 php5 libapache2-mod-php5 > > > > As returned by apache2ctl, I am running; > > > > Apache/2.2.4 (Debian) PHP/5.2.

Re: Can't execute PHP script

2007-09-12 Thread Martin Marques
Randy Patterson wrote: In the file; /var/log/apache2/error.log The only error that was listed concerned loading the favicon.ico file. Nothing regarding PHP. Thanks, Randy Try with: # a2enmod php5 Then restart apache2 -- 21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0

Re: Can't execute PHP script

2007-09-12 Thread Randy Patterson
On Wednesday 12 September 2007 08:47, David A. Parker wrote: > Randy Patterson wrote: > > Hey, > > > > I installed apache like; > > > > aptitude install apache2 php5 libapache2-mod-php5 > > > > As returned by apache2ctl, I am running; > > > > Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 > > > > I point my

Re: Can't execute PHP script

2007-09-12 Thread Raffaele Morelli
2007/9/12, Randy Patterson <[EMAIL PROTECTED]>: > > Hey, > > I installed apache like; > > aptitude install apache2 php5 libapache2-mod-php5 > > As returned by apache2ctl, I am running; > > Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 > > I point my browser to; > > http://localhost/apache2-default/test.php

Re: Can't execute PHP script

2007-09-12 Thread David A. Parker
Randy Patterson wrote: Hey, I installed apache like; aptitude install apache2 php5 libapache2-mod-php5 As returned by apache2ctl, I am running; Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 I point my browser to; http://localhost/apache2-default/test.php The file test.php contains this code; PHP

Can't execute PHP script

2007-09-12 Thread Randy Patterson
Hey, I installed apache like; aptitude install apache2 php5 libapache2-mod-php5 As returned by apache2ctl, I am running; Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 I point my browser to; http://localhost/apache2-default/test.php The file test.php contains this code; PHP Test The browser outp