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
-
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
-
What else am I missing?
Not sure. Can you post the output of the following command:
db accounts show "foto-biz.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.
chown -R www:www *
chown -R www:www .*
Why did you do that ?
-
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:
db accounts show "foto-biz.pm"
-
Not sure. Can you post the output of the following command:
db accounts show "foto-biz.pm"
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
-
foto-biz.pm=ibay
FollowSymlinks=Enabled
ElFroggio, please re-read byte's post.. you've already got the answer :-)
Stefano
-
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
-
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
db accounts delprop <ibayname> FollowSymLinks
db accounts setprop <ibayname> FollowSymLinks enabled
etc
hth
Ciao
Stefano
-
I did search, but couldn't find it because I didn't know the name of delprop
Thanks
-
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
-
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!