Re: Mono + nginx (OpenBSD 5.3)

Hi all

So this is what I tried tonight:

For sanity’s sake:
chown root /tmp/fastcgi-mono-socket
chmod 777 /tmp/fastcgi-mono-socket

To see permissions on the socket
ls -la /tmp/fastcgi-mono-socket:

Output:
srwxrwxrwx 1 root wheel 0 May 8 16:01 fastcgi-mono-socket

grep wheel /etc/group

To see contents of group ‘wheel’:
cat /etc/group | grep --regex “^xxx:.*” | awk -F: ‘{print $4}’

Output:
root

I’m pretty much out of ideas now!
Does anyone have any ideas?

Thanks
G