Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Access to remote file shares via Apache nad Oracle App Server

Re: Access to remote file shares via Apache nad Oracle App Server

From: The Other Guy <nospam_at_this.addy>
Date: Tue, 05 Aug 2003 17:58:11 GMT
Message-ID: <74svivc1mjsuefoou9mic85fmcug7ole4a@4ax.com>


On 5 Aug 2003 10:02:24 -0700, neilh_at_dr.com (Neil Hodgkinson) wrote:

>Help please.
>
>I have apache web server from Oracle 9i application server.
>I am trying to add an alias which will access files on a remote file
>server.
>The Oracle HTTPSService (Apache Server Service) is running as a domain
>memebr account which has read access to the remote location.
>
>I have added an alias thus
>
>Alias "/htmdocs/" "\\servername\sharename\directory\"
>
><Directory "\\servername\sharename\directory\">
> Options MultiViews
> AllowOverride None
> Order allow,deny
> Allow from all
></Directory>
>
>However when i try to access a file in the folder I get this error
>
>Forbidden
>You don't have permission to access /htmdocs/default.htm on this
>server.
>Oracle HTTP Server Powered by Apache/1.3.19 Server at servername Port
>80
>
>But I can browse the filesystem on the server using the identity
>provided.
>
>Any advice will be very much appreciated.

Try changing the permissions to include execute or run access.

HTH
TOG

-- 
./configure --prefix=~/zyterion
Not this guy or that guy, The Other Guy.

"If you're not thoroughly confused by now, then you just
don't understand the situation."
Received on Tue Aug 05 2003 - 12:58:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US