Re: [users@httpd] Apache as File Server

2011-09-11 Thread Sayed Jahed Hussini
Hey suomi, Yes, I guessed something like that would be possible, but couldn't find the file :( can you give a pointer where they reside? tanx a bunch, sayed jahed On 09/11/2011 06:39 PM, fedora wrote: The files in these directories will be shown/executed by apache, as long as their types ar

Re: [users@httpd] Mod Proxy

2011-09-11 Thread Suneet Shah
Thanks Eric On Sun, Sep 11, 2011 at 3:53 PM, Eric Covener wrote: > On Sun, Sep 11, 2011 at 3:39 PM, Suneet Shah > wrote: > > Hello, > > > > I have setup a basic proxy configuration as shown below. The application > we > > are integrating with, makes use of Java Applets that are launched throug

Re: [users@httpd] Mod Proxy

2011-09-11 Thread Eric Covener
On Sun, Sep 11, 2011 at 3:39 PM, Suneet Shah wrote: > Hello, > > I have setup a basic proxy configuration as shown below.  The application we > are integrating with, makes use of Java Applets that are launched through a > JNLP file. > I would like to know if this applet will be loaded through the

[users@httpd] Mod Proxy

2011-09-11 Thread Suneet Shah
Hello, I have setup a basic proxy configuration as shown below. The application we are integrating with, makes use of Java Applets that are launched through a JNLP file. I would like to know if this applet will be loaded through the proxy or if the proxy skips this. In production we will have ru

[users@httpd] Question About Mod-Headers

2011-09-11 Thread Suneet Shah
hello, I am using Mod-Headers to pass some customer headers to one of our applications. I am passing some customer header using the directive below. However I am noticing that the module converts the header value to be lower case. The application that we are passing these to is checking the header

Re: [users@httpd] Apache as File Server

2011-09-11 Thread fedora
The files in these directories will be shown/executed by apache, as long as their types are in apache mime/types. These are mainly files of mime/type text/plain, etc. Take these file types out of apache mime/types and they will be downloaded by apache. suomi On 2011-09-11 09:35, Sayed Jahed H

Re: [users@httpd] Apache as File Server

2011-09-11 Thread Igor Cicimov
mod_dav On Sep 11, 2011 5:36 PM, "Sayed Jahed Hussini" wrote: > Hey Geeks, > > This might be a very trivial question, but i am a n00b so would be very > happy if u answer it :) > > I have setup apache web server on a debian machine. Its working fine, > except that I want to share a directory on th

[users@httpd] Apache as File Server

2011-09-11 Thread Sayed Jahed Hussini
Hey Geeks, This might be a very trivial question, but i am a n00b so would be very happy if u answer it :) I have setup apache web server on a debian machine. Its working fine, except that I want to share a directory on the LAN which has the files that I want users to download it. currently