I am using "
images" as the i-bay name below; be sure to use your own i-bay name...
Run:
db accounts show imagesAfter running the commands outlined in the SME7FAQ you should get something like:
images=ibay
CgiBin=enabled
Gid=5010
Group=shared
Indexes=disabled
Name=Images
PasswordSet=no
PublicAccess=global
Uid=5010
UserAccess=wr-admin-rd-group
Note that "Indexes" has an initial capital, and "disabled" is all lower case
Looking at the code in /etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays:
- If there is no entry named "Indexes" (capital "I"!), the Indexes option is activated
- if there is an entry named "Indexes" containing a value of "enabled", the Indexes option is activated
- if there is an entry named "Indexes" containing anything except the word "enabled" (all lower case), the Indexes option will not be activated
Be sure you have run:
signal-event ibay-modify imagesThen, if it still doesn't work, you can check the actual contents of httpd.conf using:
less -p"Directory /home/e-smith/files/ibays/images/html" /etc/httpd/conf/httpd.confYou should get something like:
<Directory /home/e-smith/files/ibays/images/html>
Options None
Options +Includes
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
(for Indexes to work, there should be a line underneath "Options None" saying "Options +Indexes". If you have correctly set "Indexes" to "disabled", this line will be absent as shown above).
If everything described here looks OK:
Final installed (I think that the ability to set the "Indexes" Option in this manner was added near the end of the SME 7 release process), or
- do you have any contribs, scripts, or other packages installed that might have modified the settings in httpd.conf?[/list]