Date: Sat, 03 Jun 2006 22:01:41 +0100 From: robert <bsd@bathnetworks.com> To: Toomas Aas <toomas.aas@raad.tartu.ee> Cc: Free BSD <freebsd-questions@freebsd.org> Subject: Re: Apache22 + PHP5 installation issues Message-ID: <1149368501.9348.41.camel@localhost.localdomain> In-Reply-To: <4481EADD.3070501@raad.tartu.ee> References: <1149358324.9348.25.camel@localhost.localdomain> <4481EADD.3070501@raad.tartu.ee>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2006-06-03 at 23:02 +0300, Toomas Aas wrote: > robert wrote: > > > My httpd.conf has: > > > > LoadModule php5_module libexec/apache22/libphp5.so > > > > To which I have added: > > > > AddType application/x- httpd-php .php > > AddType application/x- httpd-php-source .phps > ^ > You should not have a space here > > > I have also tried adding index.php to the DirectoryIndex > > > > I have to follow the handbook and tried this: > > > > <IfModule php5_module> > > DirectoryIndex index.php index.html > > </IfModule> > > <IfModule php5_module> > > AddType application/x- httpd-php .php > > AddType application/x- httpd-php-source .phps > ^ > Here too > > </IfModule> Toomas, Thanks I corrected this and restarted Apache, unfortunately still the same problem. Rob
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1149368501.9348.41.camel>