File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Open Source Projects and the fly likes problem with apache 2 + mod_deflate Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "problem with apache 2 + mod_deflate" Watch "problem with apache 2 + mod_deflate" New topic
Author

problem with apache 2 + mod_deflate

Ajay Kamble
Ranch Hand

Joined: Jan 23, 2009
Posts: 51
I was trying to setup mod_deflate compression in my apache server. I used the code given here: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html

Compress everything except images



The problem that I have is I access URL http://localhost/myapp but when mod_deflate is on it redirects to http://www.localhost.com/myapp which fails.

How can I resolve this issue?

-Regards
Ajay
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem with apache 2 + mod_deflate
 
Similar Threads
Can't config mod_deflate on apache2
Compression in Tomcat5/Apache2
Tomcat + Apache configuration servlet access problem
compressing HTTP responses (mod_deflate)
[WAS5] ibm http server problem