Re: 500 httpd error with owncloud

2015-01-07 Thread Reyk Floeter
On Wed, Jan 07, 2015 at 06:03:23PM +0100, Stefan Sperling wrote: > On Wed, Jan 07, 2015 at 05:53:24PM +0100, Reyk Floeter wrote: > > # First deny access to the specified files > > # (as a workaround, run 'mkdir -p 0 /var/www/forbidden' first) > ^ > mk

Re: 500 httpd error with owncloud

2015-01-07 Thread Stefan Sperling
On Wed, Jan 07, 2015 at 05:53:24PM +0100, Reyk Floeter wrote: > # First deny access to the specified files > # (as a workaround, run 'mkdir -p 0 /var/www/forbidden' first) ^ mkdir -m 0 /var/www/forbidden ^ ?

Re: 500 httpd error with owncloud

2015-01-07 Thread Reyk Floeter
Hi, On Sun, Dec 28, 2014 at 10:41:01AM +0100, Clemens Goessnitzer wrote: > I installed the owncloud server from ports, and tried to get it running with > the new httpd. Unfortunately, I get a "500 Internal Server Error" once I log > in. However, the login page is shown perfectly fine. > > Here is

Re: 500 httpd error with owncloud

2014-12-30 Thread Clemens Gößnitzer
Reading the recent post on misc, "Best way forward w.r.t. apache/nginx/httpd?", I don't think httpd is ready for owncloud, especially for someone with little experience running web servers. Anyway, thanks guys for your support. Clemens On 30.12.14 08:03, Jona Joachim wrote: > [This message has a

Re: 500 httpd error with owncloud

2014-12-29 Thread Jona Joachim
On 2014-12-29, Clemens Gößnitzer wrote: > Hey, > >>Since your initial email you have not included any config files, i.e. >>httpd.conf, etc. Would you, perhaps, care to share them with us? My >>shew stone is being serviced. > > Of course. Here they are: > > # cat /etc/httpd.conf > server "default"

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Gößnitzer
Hey, >Since your initial email you have not included any config files, i.e. >httpd.conf, etc. Would you, perhaps, care to share them with us? My >shew stone is being serviced. Of course. Here they are: # cat /etc/httpd.conf server "default" { listen on wpi0 port 80 directory { no

Re: 500 httpd error with owncloud

2014-12-29 Thread Raf
On Mon, Dec 29, 2014 at 11:51:21AM EST, Clemens Goessnitzer wrote: > [...] > The first three directories are all empty, and some_number is an > alphanumeric string. Taking a quick look in the session files did > not reveal anything new to me - but I am not a developer at all :) Hi Clemens, Since

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Goessnitzer
from Samsung Mobile Original message From: Clemens Goessnitzer Date: 12-29-2014 04:12 (GMT-05:00) To: misc@openbsd.org Subject: Re: 500 httpd error with owncloud $ ldd /usr/bin/sqlite3 /usr/bin/sqlite3: StartEnd Type Open Re

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Gößnitzer
e foreground and increase its verbosity. > > Did you manage to run a simple perl or bash script through the server? > > > Sent from Samsung Mobile > > Original message > From: Clemens Goessnitzer > Date: 12-29-2014 04:12 (GMT-05:00) > To: misc@op

Re: 500 httpd error with owncloud

2014-12-29 Thread mario
Goessnitzer Date: 12-29-2014 04:12 (GMT-05:00) To: misc@openbsd.org Subject: Re: 500 httpd error with owncloud $ ldd /usr/bin/sqlite3 /usr/bin/sqlite3:          Start            End              Type Open Ref GrpRef Name          00b21e80

Re: 500 httpd error with owncloud

2014-12-29 Thread Clemens Goessnitzer
$ ldd /usr/bin/sqlite3 /usr/bin/sqlite3: StartEnd Type Open Ref GrpRef Name 00b21e80 00b21ec11000 exe 10 0 /usr/bin/sqlite3 00b491c4e000 00b49212 rlib 01 0 /usr/lib/libsqlite3.so.28.0 00b498a0f000 0

Re: 500 httpd error with owncloud

2014-12-28 Thread Mario St-Gelais
Maybe this can help: http://www.protoc.org/blog/2014/11/23/first-thoughts-on-the-new-openbsd-httpd-server/ I don't use php nor owncloud, but I use sqlite3 through C++ and my understanding, and it works for me, is that required libraries must be in /var/www/lib since this is a chroot environment.

Re: 500 httpd error with owncloud

2014-12-28 Thread Clemens Goessnitzer
What do you have in /var/www/usr/lib # ls -la /var/www/usr/ total 16 drwxr-xr-x 4 root daemon 512 Dec 28 21:55 . drwxr-xr-x 14 root daemon 512 Dec 28 20:59 .. drwxr-xr-x 2 root daemon 512 Dec 26 23:29 sbin drwxr-xr-x 3 root daemon 512 Dec 28 20:47 share No such directory. I also

Re: 500 httpd error with owncloud

2014-12-28 Thread Mario St-Gelais
What do you have in /var/www/usr/lib? On Sun, Dec 28, 2014 at 10:41:01AM +0100, Clemens Goessnitzer wrote: >Hello everyone, > >I installed the owncloud server from ports, and tried to get it running with >the new httpd. Unfortunately, I get a "500 Internal Server Error" once I log >in. However, th