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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Modules

Status
Not open for further replies.

piedmont01

Technical User
Joined
Mar 2, 2015
Messages
2
Location
US
I'm installing a later version of Apache on a system; when I compile I get a whole mess of modules :(

What I'm trying to do is compile so that I only have what's listed below. I tried a number of things but, no luck.

Any suggestions is appreciated.

Erick



Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
 
I tried a number of things

Which are??

What OS is this on?

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Thank you for reaching out to me.

Red Hat Enterprise Linux Server release 5.11 (Tikanga)

I've compiled both Apache 2.2.29 and APR 1.5 on a similar machine that has development libraries.

I then copied over and was able to run with the default httpd.conf file; no modules loaded.

If I try to load modules it complains... httpd: Syntax error on line 175 of /etc/httpd/conf/httpd.conf-medi: module auth_basic_module is built-in and can't be loaded

The previous version of Apache works, 2.2.25. That version only shows core.c, prefork.c, http_core.c and mod_so.c
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top