Re: apache2 php5 error

2010-08-18 Thread Paul Cartwright
On Wed August 18 2010, Steven wrote: > >   Seems like you need to either: > > > >    a) Make the directory you've told it to save its logs in. > > > >    b) Change it to log to a directory which exists.  Perhaps > >     /var/log/apache2? > > Seems like the variable 'APACHE_LOG_DIR' isn't properly s

Re: apache2 php5 error

2010-08-18 Thread Steven
On Wed, August 18, 2010 09:06, Steve Kemp wrote: > On Tue Aug 17, 2010 at 18:52:32 -0400, Paul Cartwright wrote: > >> # tail /var/log/apac*/error.log > > (This is good. Looking at error logs is the way you solve > problems yourself.) > >> [Tue Aug 17 18:49:40 2010] [error] (2)No such file or d

Re: apache2 php5 error

2010-08-17 Thread Steve Kemp
On Tue Aug 17, 2010 at 18:52:32 -0400, Paul Cartwright wrote: > # tail /var/log/apac*/error.log (This is good. Looking at error logs is the way you solve problems yourself.) > [Tue Aug 17 18:49:40 2010] [error] (2)No such file or directory: could not > open transfer log > file /disk2/picture

Re: apache2 php5 error

2010-08-17 Thread Paul Cartwright
On Tue August 17 2010, Steve Kemp wrote: > On Tue Aug 17, 2010 at 16:00:44 -0400, Paul Cartwright wrote: > > from httpd.conf: > > LoadModule php5_module/usr/local/apache2/modules/libphp5.so > > Remove that line. > > The debian way of loading modules is to use the tools: > > a2enmod

Re: apache2 php5 error

2010-08-17 Thread Steve Kemp
On Tue Aug 17, 2010 at 16:00:44 -0400, Paul Cartwright wrote: > from httpd.conf: > LoadModule php5_module/usr/local/apache2/modules/libphp5.so Remove that line. The debian way of loading modules is to use the tools: a2enmod a2dismod These will create symlinks in /etc/apac

Re: apache2 php5 error

2010-08-17 Thread Steven
On Tue, 2010-08-17 at 16:00 -0400, Paul Cartwright wrote: > I know I've had this error before, but I can't remember what fixed it. I've > tried purging apache2 & php5, and reinstalling, same error.. > there is only 1 httpd.conf file under /etc and it is /etc/apache2/httpd.conf > and it only has 1

apache2 php5 error

2010-08-17 Thread Paul Cartwright
I know I've had this error before, but I can't remember what fixed it. I've tried purging apache2 & php5, and reinstalling, same error.. there is only 1 httpd.conf file under /etc and it is /etc/apache2/httpd.conf and it only has 1 line with libphp in it.. paulandcilla:/etc/apache2# /etc/init.