|
Home > Archive > Netware Webserver > May 2005 > mod_edir & 6.5 cluster
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
mod_edir & 6.5 cluster
|
|
|
| I'm running apache2 as a resource on a cluster. I'm trying to serve remote
folders that reside on other pools on the cluster from what the web server
is running on. I'm using mod_edir for authorization to the virtual server
the remote folders run on. If the apache resource is on a different cluster
node than the remote virtual server, all is well. If they are both running
on the same node, I get Error 403 - Access forbidden when trying to access
the remote folder. Below is a snip of my conf file.
<IfModule mod_edir.c>
eDirServer myserver
eDirUserAccount cn=user.o=context
eDirPassword mypassword
hDirUserSubDirectory public_html
RemoteDirEnabled on
HomeDirEnabled off
</IfModule>
Alias /something "VirtualServer/VOLX:/Somefolder"
<Directory "VOLX:/Somefolder">
Options Indexes MultiViews
Order allow,deny
Allow from all
</Directory>
| |
| Automatic reply 2005-05-06, 7:45 am |
| Blake,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
- Check all of the other support tools and options available at
http://support.novell.com.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://support.novell.com/forums)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://support.novell.com/forums/faq_general.html
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/
|
|
|
|
|