View previous topic :: View next topic |
Author |
Message |
fertile_ground n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Jan 2006 Posts: 5
|
Posted: Mon Jan 30, 2006 9:04 pm Post subject: Apache2, compiled modules listing [solved] |
|
|
Hallo and thank you for accepting me in your community.
I have just emerged apache2 and I would like to produce a list of the compiled modules.
I get the following error:
Code: | /usr/local/apache2/bin/httpd -l
bash: /usr/local/apache2/bin/httpd: No such file or directory
|
I know that something has recently changed with the directories of apache but I cannot figure out what the problem seems to be, since I could not locate an httpd file in my computer.
Regards,
fertile_ground
Last edited by fertile_ground on Mon Jan 30, 2006 9:43 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
keyson l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 10 Jun 2003 Posts: 830 Location: Sweden
|
Posted: Mon Jan 30, 2006 9:25 pm Post subject: |
|
|
Hi,
Try
Code: | /usr/sbin/apache2 -l |
You should se something like this
Quote: | Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fertile_ground n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Jan 2006 Posts: 5
|
Posted: Mon Jan 30, 2006 9:43 pm Post subject: |
|
|
Yup! This is it. Thank you very much. ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|