Re: [us...@httpd] mod_deflate with LZSS algorithm

2010-07-18 Thread PIPIT isnatia
thanks sir,,,for the instruction... i've already made the compression and decompression code,,,but i'm still can't make them into the module library in apache... how to make it? i'm still confuse.. please give the instructions for my next step... thanks.. Regards Pipit - Original Message

[us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Tapas Mishra
I am having following setup A--B on A and B both Ubuntu 10.04 and Apache2 are running. On B there are many websites running.Which are configured with NameBased VirtualHosting. On A a request comes from internet http://www.mysite.com/site1 http://www.mysite.com/site2

Re: [us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Eric Covener
Is this way of using vhosts or ReverseProxy wrong ? No, is there an actual problem? Why are you pasting the same configuration in a dozen threads? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of

Re: [us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Tapas Mishra
Yes there is a problem. That is why I am asking what is wrong in above configuration.It has been a month. I have read many docs guides tutorials but still the problem is existing. So I want to know what is the problem in above configuration. On Sun, Jul 18, 2010 at 5:59 PM, Eric Covener

Re: [us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Tapas Mishra
Check this reply of Tom on a question of the problem which I am trying to fix so I asked this question http://www.spinics.net/lists/apache-users/msg95596.html It is not possible to configure application the way Tom suggested as the documentation of that application is not complete. On their forum

Re: [us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Eric Covener
So you're trying to proxy requests received under a root of /site4 to another system, but the URL's embedded in the HTML don't really start with /site4, or anything else you can figure out how to identify? Did you try mod_proxy_html as suggested in one of your other dozen threads?

Re: [us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Tapas Mishra
On Sun, Jul 18, 2010 at 8:26 PM, Eric Covener cove...@gmail.com wrote: So you're trying to proxy requests received under a root of /site4 to another system, but the URL's embedded in the HTML don't really start with /site4, Yes or anything else you can figure out how to identify? I could not

Re: [us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Tapas Mishra
Got following error Invalid command 'ProxyHTMLEnable', perhaps misspelled or defined by a module not included in the server configuration Saw this thread http://ubuntuforums.org/showthread.php?t=1395586 in /etc/apache2/mods-enabled/ I see alias.conf authz_default.loadautoindex.conf

[us...@httpd] vhost with ProxyHTMLInterp On/Off correct definition of vhost needed

2010-07-18 Thread Tapas Mishra
VirtualHost *:80 ServerAdmin webmas...@localhost ServerName site4 ProxyRequests off Proxy * Order deny,allow Allow from all /Proxy ProxyPreserveHost Off ProxyPass /sakai http://myinternal.server.in ProxyHTMLURLMap

Re: [us...@httpd] 2 reverse proxy to serve a sakai installation

2010-07-18 Thread Tapas Mishra
Ok finally resolved the error Re: Invalid command 'ProxyHTMLEnable', perhaps misspelled or defined by a module not Ubuntu 10.04 by default uses libapache2-mod-proxy-html of version 3.0.1 Changed the ProxyHTMLEnable to ProxyHTMLInterp and the error was resolved. you can check it

Re: [us...@httpd] vhost with ProxyHTMLInterp On/Off correct definition of vhost needed

2010-07-18 Thread Eric Covener
is the above use of mod_proxy_html correct ? Looks reasonable from a 5 second glance. Is there something specific you expect it to do that's not happening? -- Eric Covener cove...@gmail.com - The official User-To-User support