Koozali.org: home of the SME Server

Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies....

Offline ElFroggio

  • *
  • 262
  • +0/-0
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

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
What else am I missing?
Not sure. Can you post the output of the following command:
Code: [Select]
db accounts show "foto-biz.pm"
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline byte

  • *
  • 2,183
  • +2/-0
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 ?
« Last Edit: July 27, 2009, 12:15:42 PM by byte »
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
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"
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline ElFroggio

  • *
  • 262
  • +0/-0
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

Offline Stefano

  • *
  • 10,839
  • +2/-0
Code: [Select]
foto-biz.pm=ibay
    FollowSymlinks=Enabled


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

Stefano

Offline ElFroggio

  • *
  • 262
  • +0/-0
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

Offline Stefano

  • *
  • 10,839
  • +2/-0
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

Offline ElFroggio

  • *
  • 262
  • +0/-0
I did search, but couldn't find it because I didn't know the name of delprop

Thanks

Offline Stefano

  • *
  • 10,839
  • +2/-0
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

Offline byte

  • *
  • 2,183
  • +2/-0
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!
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!