Gentoo Archives: gentoo-user

From: Nilesh Govindrajan <me@××××××××.com>
To: Gentoo User Mailing List <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?
Date: Sun, 02 Mar 2014 01:38:51
Message-Id: CAHgBc-tUrZLZEX4Cvzb8z2UYOQadbSQZ0VaQPZ9atqS4nzQXUQ@mail.gmail.com
In Reply to: Re: [gentoo-user] [OT?] How to get WebDAV going on Apache? by Peter Humphrey
1 On 02-Mar-2014 7:05 am, "Peter Humphrey" <peter@××××××××××××.uk> wrote:
2 >
3 > On Saturday 01 Mar 2014 16:09:16 Mick wrote:
4 > > On Saturday 01 Mar 2014 15:21:48 Peter Humphrey wrote:
5 > > > > APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST
6 -D
7 > > > > LANGUAGE -D SUEXEC -D PHP5 -D PHP -D DAV
8 > > >
9 > > > Mine's the same except that it doesn't have -D PHP. After what Nilesh
10 said
11 > > > I'll take -D DAV out again. I didn't have -D SUEXEC and I thought that
12 > > > might be my problem, but putting it in didn't fix it.
13 > >
14 > > Also try '-D DAV_FS'.
15 >
16 > I should have said I tried that as well as -D DAV. But Nilesh said I don't
17 > need DAV support in apache2 at all for owncloud because it comes bundled.
18 >
19 > > You will need -D PHP if your owncloud is running on php code.
20 >
21 > But I do have -D PHP5. Isn't that enough?
22 >
23 > --
24 > Regards
25 > Peter
26 >
27 >
28
29 I don't use mod_php, so no idea about that.
30 But just note that Apache must be able to run php scripts.
31
32 Maybe try executing a script like
33
34 <?php
35
36 phpinfo ();
37
38 ?>