• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

mod_gzip in ibm http server

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Has anybody tried to load mod_gzip into ibm http server? I am getting this message when I try to start the daemon:
API module structure `gzip_module' in file /etc/httpd/modules/mod_gzip.so is garbled - perhaps this is not an Apache module DSO?
../bin/apachectl start: httpd could not be started
I also tried to use apache 1.3.23 which comes with the distribution of Red Hat Advanced Server 2.1. I was able to load mod_gzip, but I could not load mod_app_server_http. It will say that httpd has been started, but if I check the process list, no httpd process is running.
I hope somebody could lend me their hand.
thanks!!!
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
Which version of the IHS U r using? i tried with 1.3.19, but could not successed. I was told by IBM guys that, mod_gzip equalient is mod_deflate in IHS, try that. In IHS 2.0 it was included, i tried , it is working form me.
 
George Secillano
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was using IHS 1.3.26.
I have installed IHS 2.0, and enabled mod_deflate. It's working fine now. Thanks a lot!!!
 
I don't always make ads but when I do they're tiny
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic