Ok, I found the problem. Here is my Primary i-bay now:
#------------------------------------------------------------
# Primary ibay directories (Primary i-bay)
#------------------------------------------------------------
<Directory /home/e-smith/files/ibays/Primary/html>
Options Indexes
Options +Includes
AllowOverride None
order deny,allow
deny from all
allow from all
# AuthName "Primary i-bay"
# AuthType Basic
# AuthExternal pwauth
# require user Primary
# Satisfy all
</Directory>
<Directory /home/e-smith/files/ibays/Primary/cgi-bin>
Options ExecCGI
AllowOverride None
order deny,allow
deny from all
allow from all
# AuthName "Primary i-bay"
# AuthType Basic
# AuthExternal pwauth
# require user Primary
# Satisfy all
</Directory>
<Directory /home/e-smith/files/ibays/Primary/files>
AllowOverride None
order deny,allow
deny from all
allow from all
# AuthName "Primary i-bay"
# AuthType Basic
# AuthExternal pwauth
# require user Primary
# Satisfy all
</Directory>
I commented out all the authentication directives and now it is working. I am at a loss to explain why this happened or how it happened. So if anyone can shed light on this I would be most appreciative.
Thanks,
Jon