473,387 Members | 1,864 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

LoadModule & AddModule in httpd.conf

Hi all,
I would like to know what is the difference between LoadModule &
AddModule configuration directives in httpd.conf of Apache server.
I guess LoadModule is for loading dynamic modules which or in
object file and the later is to load dynamic modules which are in
source form like c source file. Is that right.
Looking for a elobrate explanation.

Thankz
Prince Of Code

Jan 19 '06 #1
4 6492
Prince of Code wrote:
Hi all,
I would like to know what is the difference between LoadModule &
AddModule configuration directives in httpd.conf of Apache server.
I guess LoadModule is for loading dynamic modules which or in
object file and the later is to load dynamic modules which are in
source form like c source file. Is that right.
Possibly there are people here, who can answer that off the top of
their head, but you are most likely better off asking in a more
appropriate newsgroup, like "alt.apache.configuration".
Looking for a elobrate explanation.


http://httpd.apache.org/docs/1.3/mod...l.en#addmodule
[quote - AddModule directive]
The server can have modules compiled in which are not actively in use.
This directive can be used to enable the use of those modules.
[end quote]
/Bent
Jan 19 '06 #2
Hi Bent Stigsen,
If u can reply to the post positively u can , thats really
encouraging, Pls avoid negative responses like this, this is not a
desirable one.
The URL you gave is of no use, i hav visited the same before
posting this msg.

prince of code

Jan 19 '06 #3
Prince of Code wrote:
Hi Bent Stigsen,
If u can reply to the post positively u can , thats really
encouraging, Pls avoid negative responses like this, this is not a
desirable one.
The URL you gave is of no use, i hav visited the same before
posting this msg.

prince of code


Actually, Bent's response is right on. You should ask questions in the
appropriate newsgroup. Your question is an Apache configuration
question, not related to PHP coding at all. So you should be asking in
an Apache newsgroup (or list server).

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Jan 19 '06 #4
Prince of Code wrote:
Hi Bent Stigsen,
If u can reply to the post positively u can , thats really
encouraging, Pls avoid negative responses like this, this is not a
desirable one.
Oh my, and I thought I gave you a polite advise, sorry you didn't
like it, let me try again.

Your post *is* off-topic. If not obvious from the name of the
newsgroup, then take the word of Jerry, from what I know is a regular
long time poster, who as such take part in defining the boundaries for
what is on topic and what is not.

Off-topic posting is not an advisable conduct for at least two reasons
that I can think of.

1.: Every newsgroup has a group of regulars with a special interest in
that particular topic, and they spend a great amount of time
discussing it and helping strangers with their questions. It is in
everybody's interest or one could wish, that this communication is not
cluttered by too much off-topic or unnecessary chit chat, beyond the
normal level of social interaction of course. *If* you don't respect
that, then those regulars, most likely being the best capable of
giving you top quality help and advice, *will* ignore you. You will
then for a time, be stuck with non-regular crowd, consisting of
insensitive pricks like me or ignorant whiners like you.

2.: In any newsgroup, Off-Topic questions are more likely to get
opinionated answers and perhaps inadvertently plain wrong answers, as
it is less likely for posters of that group to have in-depth
knowledge. It has a direct impact on the questioner, but may force
others, googleing for answer, to have to drudge through unsatisfactory
explanations, before coming to the good answers to questions, put to
the right people in the right place. Of course, to avoid all the
garbage, a wise place to start searching would be places related to
the topic of the question. As it is a wise place to start a search, it
is also a wise place to put the questions.

The URL you gave is of no use, i hav visited the same before
posting this msg.


It was straight from the definition in the manual. I doubt any answer,
from a non-apache newsgroup, will be much different. For a more
elaborate answer, please ask in a newsgroup related to apache.
/Bent
Jan 19 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Vikram | last post by:
Hello All, Unable to run php files on Linux . php-4.2.2 is preinstalled on RHL 9 .Whenever I run a .php file in the webbrowser(Mozilla) the HTML source code of the file is being displayed...
3
by: Jay Moore | last post by:
I recently installed pam_auth on my server as a standalone module so I could have people login to areas of my site using their Linux (cPanel) login and password, but am having problems. It seems...
1
by: charlie | last post by:
I want to hide files ending with ".tpl" and ".conf" from client access (but I still want server access to them). How can I do it? With Apache httpd, I can use "Files" directive to match those...
3
by: Krzysztof Drozd | last post by:
how to configure apache 2 to work with python or mod_python? krzysiek ps: sory,my english is't perfect :)
0
by: bruce | last post by:
Hi... Update.... We have the following setup in our httpd.conf file. We've tried to give what's related to the issue. We're trying to set up a virtual host for a test project. The behavior...
0
by: Paul Smedley | last post by:
Hi All, I have an unusual problem with PHP (either 4.4.2 or 5.1.2) and Apache2 on OS/2. If modphp is the only module loaded in httpd.conf, php works fine in Apache2. If other modules are...
2
by: rallykarro | last post by:
Hi, a simple question regarding ways of loading php as a dll or an exe file in httpd? What is the difference of loading php as LoadModule php5_module "C:\php\php5apache2_2.dll" or Action...
4
by: coaxfiber | last post by:
Hi guys, my problem is when I installing the Apache v2.2.4 as my local server to run my php, and then run the test configuration, it tells me this error: httpd.exe: Syntax error on line 152 of...
0
by: s2rinivasan | last post by:
I am using Redhat linux EL4 2.6.9-5 . In it I am configuring httpd configuration with out authentication it gives the currect page. But with authenticetion it shows some error that MYSQL ERROR:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.