Re: [EMAIL PROTECTED] FTP

2006-10-24 Thread pagedev1
> > How I must make to be able to share a directory for > windows? > > In what regards do you want to share a directory?? Are you looking to have one person control the directory, and others to be able to post to the directorY?

[EMAIL PROTECTED] FTP

2006-10-23 Thread Barul Wilian
How I must make to be able to share a directory for windows?   Best Regards,,,   Wilian Barul Scania Infomate Phone: +55 11 4344-8905 Fax:    + 55 11 4344-9683 [EMAIL PROTECTED]    

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-04 Thread William A. Rowe, Jr.
Vincent Blondel wrote: You are right and this is exactly what I would like to have. So if I understand you, it is impossible to ask apache to behave, in forward configurations, as some web browsers (like firefox) during ftp connections or in other words to transform the ftp output in a nice htm

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-04 Thread Vincent Blondel
You are right and this is exactly what I would like to have. So if I understand you, it is impossible to ask apache to behave, in forward configurations, as some web browsers (like firefox) during ftp connections or in other words to transform the ftp output in a nice html page. Thanks a lot fo

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-04 Thread Joshua Slive
On 5/4/06, Vincent Blondel <[EMAIL PROTECTED]> wrote: Joshua, Below you can find my httpd.conf. As I explained it, my clients connect to this config running on port 7000 and this is working fine. Concerning eventual errors, I don't get any error with it, except that when I try to access any ftp

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-04 Thread Vincent Blondel
Joshua, Below you can find my httpd.conf. As I explained it, my clients connect to this config running on port 7000 and this is working fine. Concerning eventual errors, I don't get any error with it, except that when I try to access any ftp site ( example ftp://ftp.belnet.be/ ) I get this result

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-03 Thread Joshua Slive
On 5/3/06, Vincent Blondel <[EMAIL PROTECTED]> wrote: Hello all, I am using apache 1.3.x as a forward server for the internet access from my lan. This is all working fine except I get something strange by ftp sites. In fact I get well the result but I only receive simple html output without

[EMAIL PROTECTED] Ftp Icons problem.

2006-05-03 Thread Vincent Blondel
Hello all, I am using apache 1.3.x as a forward server for the internet access from my lan. This is all working fine except I get something strange by ftp sites. In fact I get well the result but I only receive simple html output without usual icons, those ones located in apache_root/icons/. A

Re: [EMAIL PROTECTED] ftp proxying

2006-04-05 Thread Emmanuel E
April 05, 2006 9:24 PM Subject: [EMAIL PROTECTED] ftp proxying Hi, just wanne kown if the "mod_proxy_ftp" is a plain cern-proxy or if there's a possibility to use the apache as a reverse proxy for FTP?! (may in combination with some mod_ftp or so) Th

[EMAIL PROTECTED] ftp proxying

2006-04-05 Thread mastr0
Hi, just wanne kown if the "mod_proxy_ftp" is a plain cern-proxy or if there's a possibility to use the apache as a reverse proxy for FTP?! (may in combination with some mod_ftp or so) Thanks, kind regards CC -- GMX Produkte empfehlen und ganz einfach Geld verdienen! Satte Provisionen für GMX P

Re: [EMAIL PROTECTED] ftp on Reverse Proxy

2005-11-30 Thread isha b
yes thats was the reason , Thanks a lot   Isha  On 11/30/05, Boyle Owen <[EMAIL PROTECTED]> wrote: Plain text please...Look in the error log to see why access is being denied. Most likely you do not have an Allow directive for the directory that the URL leads to... Rgds,Owen BoyleDisclaimer: Any di

RE: [EMAIL PROTECTED] ftp on Reverse Proxy

2005-11-29 Thread Boyle Owen
[mailto:[EMAIL PROTECTED] Sent: Mittwoch, 30. November 2005 07:41 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] ftp on Reverse Proxy Hi Reverse Proxy Users, I Have a FTP server behind Reverse proxy . And If I tried to access the ftp server as https://rev.proxy/ftp ( where ftp is the

[EMAIL PROTECTED] ftp on Reverse Proxy

2005-11-29 Thread isha b
Hi Reverse Proxy Users,   I Have a FTP server behind Reverse proxy . And If I tried to access the ftp server as https://rev.proxy/ftp ( where ftp is the alias for my ftp server which is behind the rev. proxy server ) getting error  as   ForbiddenYou don't have permission to access /ftp on this se

Re: [EMAIL PROTECTED] FTP with apache

2005-10-13 Thread robert rottermann
quot; user to be able to start zope, therefore it can not access ports below 1024. Any more ideas? Robert Dunx -Original Message- From: robert rottermann [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 October 2005 7:38 am To: users@httpd.apache.org Subject: [EMAIL PROTECTED] FTP w

RE: [EMAIL PROTECTED] FTP with apache

2005-10-13 Thread Duncan Drury
t; To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] FTP with apache > > Hi there, > I would like to use apache to redirect ftp access to some other port. > > I am using zope which has a ftp server at port 8021. I would > therefor serveve all ftp access to this port. > >

[EMAIL PROTECTED] FTP with apache

2005-10-12 Thread robert rottermann
Hi there, I would like to use apache to redirect ftp access to some other port. I am using zope which has a ftp server at port 8021. I would therefor serveve all ftp access to this port. How can I do that? thanks Robert - Th

Re: [EMAIL PROTECTED] ftp access to virtual hosts (Fedore Core and a like)

2005-09-17 Thread Peter Nimda
Hi Davide, thans for answer, > OR you make /var/www/ the home dir of the user > OR you configure /home/ as the docroot of the virtualhost. in both cases a unix home dir of user1 (either /var/www/web.site1.com/ or /home/user1/) is a home dir of user1 and dir contains also personal data

Re: [EMAIL PROTECTED] ftp access to virtual hosts (Fedore Core and a like)

2005-09-17 Thread Davide Bianchi
Peter Nimda wrote: > So, every virtual host gets its corresponding user responsible for > content. Definitely not 1 same user for all virtual hosts. I think that it's what you want. > Does it imply, that I have to move content of virtual hosts from > /var/www/ -- as it is by default in Fedore

Re: [EMAIL PROTECTED] ftp access to virtual hosts (Fedore Core and a like)

2005-09-17 Thread Peter Nimda
Hi Davide, thanks for your reply! Before asking about details I'd like to remove possible ambiguity: - every virtual host should be associated with ITS OWN one user. So, every virtual host gets its corresponding user responsible for content. Definitely not 1 same user for all virtual hosts. No

Re: [EMAIL PROTECTED] ftp access to virtual hosts (Fedore Core and a like)

2005-09-16 Thread Davide Bianchi
Peter Nimda wrote: > Needed very much: > > - provide access to every virtual host content via ftp. > - every virtual host should be associated with one user. > > So, what is the Right Way to do this? Assign the DocRoot of every virtual host as homedir of one user, configure your ftp server to ch

[EMAIL PROTECTED] ftp access to virtual hosts (Fedore Core and a like)

2005-09-16 Thread Peter Nimda
Hi all, Given: - Fedora Core 4 SELinux - apache2 - several name-based virtual hosts - vsftpd Needed very much: - provide access to every virtual host content via ftp. - every virtual host should be associated with one user. So, what is the Right Way to do this? Yes, it sounds like FAQ, but i