* Bediako George <[EMAIL PROTECTED]> [0557 17:57]:
> Actually I am not using one. I am really just trying
> to find out right now. Perhaps I should point out
> that I am looking at the modules ftp_proxy. See
> http://httpd.apache.org/docs-2.0/mod/mod_proxy_ftp.html.
>
> I am assuming that this module provides FTP
> functionality. Perhaps what it does instead is provide
> just the proxy to an FTP server instead.
Yeah, the clue is in the name :)
> Either way, I believe this does not change my
> question. The basis of the question is that I wish
> to restrict axis to the FTP server via Apache. If the
> FTP proxy module somehow acts as a gateway/wall that
> hides the actual URL of the files my user is
> requesting then that would be something of what I am
> looking for.
That is a totally different question - but you should be
able to restrict the URLs apache accepts using the usual
<Location /blabla>
</Location>
stuff. Combining that with a proxied Location pointing to
the ftp server should let you restrict what URLs apache
will forward onto the ftp server.
Personally I'd secure the ftp server itself.
--
'A little rudeness and disrespect can elevate a meaningless interaction
into a battle of wills and add drama to an otherwise dull day.'
-- Calvin discovers Usenet
Rasputin :: Jack of All Trades - Master of Nuns
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]