Hi,
Is there a module that I can run under Apache HTTP server that can do file
sharing? the purpose is, instead of using ftp, users in the Intranet can
just use browser to upload/download files, might have some access controls
like, password protected, public and others. any idea such module exis
This works! thanks.
awarnier wrote:
>
> A
> Try inserting this *before* the other VirtualHost below :
>
>
> ServerName localhost
> DocumentRoot .
>
>
>
>>
>
--
View this message in context:
http://www.nabble.com/Using-ajp-with-tomcat-tp20911023p20911606.htm
Hi,
My purpose is:
http://192.168.1.1 goes to Apache HTTP server
www.myexample.comgoes to my tomcat server
but this goes always to my tomcat server, any idea?
Thanks
ServerName www.myexample.com
ProxyPass / ajp://localhost:8009/
ProxyRequests Off
ProxyPassReverse / a
Hi,
I use Ubuntu 8.0.10 which has Apache HTTP and Tomcat 6 installed, and I'm
trying out the virtual hosting thing, my server's ip is 192.168.1.1, if I
open http://192.168.1.1:8080 it goes to a tomcat app, now I'd like to use
proxy so that I can do :
www.jupiter.com which will open http://192.16