Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: ElFroggio on July 27, 2009, 09:17:46 AM

Title: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: ElFroggio on July 27, 2009, 09:17:46 AM
I get the following error message:

 Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies...

So I search and did:

db accounts setprop ibayname AllowOverride All
db accounts setprop inayname FollowSymlinks Enabled
signal-event ibay-modify ibayname
chown -R www:www *
chown -R www:www .*

when I do a "db account show|less", the ibay has the allowride and the followsymlinks enabled but I still get the error message.

[Sun Jul 26 18:58:54 2009] [error] [client 192.168.2.103] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/e-smith/files/ibays/foto-biz.pm/html/
[Sun Jul 26 18:58:54 2009] [error] [client 192.168.2.103] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/e-smith/files/ibays/foto-biz.pm/html/favicon.ico

What else am I missing?

Thanks
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: cactus on July 27, 2009, 10:05:05 AM
What else am I missing?
Not sure. Can you post the output of the following command:
Code: [Select]
db accounts show "foto-biz.pm"
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: byte on July 27, 2009, 12:10:46 PM
So I search and did:

[..]
db accounts setprop inayname FollowSymlinks Enabled

I'm guessing that's a typo ?! The correct line should read:

db accounts setprop <ibayname> FollowSymLinks enabled

where <ibayname> is the ibay name documents for example.
Quote
chown -R www:www *
chown -R www:www .*

Why did you do that ?
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: cactus on July 27, 2009, 12:16:04 PM
I'm guessing that's a typo ?! The correct line should read:

db accounts setprop <ibayname> FollowSymLinks enabled

where <ibayname> is the ibay name documents for example.
I think so to.. that is why I would love to see:

Not sure. Can you post the output of the following command:
Code: [Select]
db accounts show "foto-biz.pm"
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: ElFroggio on July 27, 2009, 04:54:51 PM
Quote
    Not sure. Can you post the output of the following command:
    db accounts show "foto-biz.pm"

Code: [Select]
foto-biz.pm=ibay
    AllowOverride=All
    CgiBin=enabled
    FollowSymlinks=Enabled
    Gid=5007
    Group=shared
    Name=Foto-Biz -- PmWiki
    PasswordSet=no
    PublicAccess=global
    SymLinksIfOwnerMatch=Enabled
    Uid=5007
    UserAccess=wr-admin-rd-group
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: Stefano on July 27, 2009, 05:09:24 PM
Code: [Select]
foto-biz.pm=ibay
    FollowSymlinks=Enabled


ElFroggio, please re-read byte's post.. you've already got the answer :-)

Stefano
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: ElFroggio on July 27, 2009, 05:21:59 PM
please re-read byte's post.. you've already got the answer :-)

It looks like that there are some requirements, such as reading.

BTW, is there a way to remove the one with the wrong capitalization?

Thanks
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: Stefano on July 27, 2009, 05:39:13 PM
It looks like that there are some requirements, such as reading.

BTW, is there a way to remove the one with the wrong capitalization?

Thanks

well, another requirement is to search :-)

btw
Code: [Select]
db accounts delprop <ibayname> FollowSymLinks
db accounts setprop <ibayname> FollowSymLinks enabled

etc

hth
Ciao
Stefano
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: ElFroggio on July 27, 2009, 06:23:20 PM
I did search, but couldn't find it because I didn't know the name of delprop

Thanks
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: Stefano on July 27, 2009, 06:58:02 PM
I did search, but couldn't find it because I didn't know the name of delprop

ok.. next time, try directly the command in console.. you'll be surprised ;-)

Ciao
Stefano
Title: Re: Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....
Post by: byte on July 27, 2009, 07:03:35 PM
I did search, but couldn't find it because I didn't know the name of delprop

Study this:

http://wiki.contribs.org/DB_Variables_Configuration

and even better for the answer you were looking for:

http://wiki.contribs.org/DB_Variables_Configuration#Apache_server_ibay_specific_.28httpd-e-smith.29

;) Enjoy!