Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: apache2 loadmodule mystery? |
|
Author |
|
cosmo
Joined: 06 Apr 2008 Posts: 1 Location: Germany
|
Posted: Sun 06 Apr '08 16:03 Post subject: apache2 loadmodule mystery? |
|
|
Hello ppl,
Doing some work on my webserver today, i noticed that when I add following line in the loadmodule.conf
Code: |
LoadModule status_module /usr/lib64/apache2/mod_status.so
|
and restart apache, the above line suddenly dissapers.
I checked before the restart to see if the file actually saved, it did, the above line was still was there, after the restart the line is gone.
No errors are shown at restart, syntax check turned out ok, logs don't say anything, the file "mod_status.so" exists in that folder, am I missing something?
Has anyone of you experienced something like that?
Would appreciate any answer... |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Sun 06 Apr '08 18:59 Post subject: |
|
|
Which Linux do you use? In most cases you only have make a symlink into the load modules folder. |
|
Back to top |
|
|
|
|
|
|