On 02-Mar-2014 7:05 am, "Peter Humphrey" <[email protected]> wrote: > > On Saturday 01 Mar 2014 16:09:16 Mick wrote: > > On Saturday 01 Mar 2014 15:21:48 Peter Humphrey wrote: > > > > APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D > > > > LANGUAGE -D SUEXEC -D PHP5 -D PHP -D DAV > > > > > > Mine's the same except that it doesn't have -D PHP. After what Nilesh said > > > I'll take -D DAV out again. I didn't have -D SUEXEC and I thought that > > > might be my problem, but putting it in didn't fix it. > > > > Also try '-D DAV_FS'. > > I should have said I tried that as well as -D DAV. But Nilesh said I don't > need DAV support in apache2 at all for owncloud because it comes bundled. > > > You will need -D PHP if your owncloud is running on php code. > > But I do have -D PHP5. Isn't that enough? > > -- > Regards > Peter > >
I don't use mod_php, so no idea about that. But just note that Apache must be able to run php scripts. Maybe try executing a script like <?php phpinfo (); ?>

