Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What mods to add?

Status
Not open for further replies.

franklin97355

Technical User
Jul 11, 2002
3,753
US
I have Apache 2.0.4x on my Linux box and reinstalled it because I needed mod_rewrite. Then I thought 'maybe I should have mod_proxy too' So my question to you is...
What mods should I install and what is just fluff? I'm trying to allow a Zope zserver on port 8080 show up as a page on the main site on port 80. (My school district blocks incomming traffic from port 8080). Thanks for reading this and for your response.
 
It all depends on what you want to do with your server. I tend to build all modules and comment out the
Code:
LoadModule
directive for the ones I don't use at the moment, making it easy to add another one.

//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top