Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
apache und module
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Wed May 11, 2005 3:47 pm    Post subject: apache und module Reply with quote

Hallo,

wie kann ich eigentlich feststellen, welche Module beim Apache geladen sind?

G. Roland
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Wed May 11, 2005 4:38 pm    Post subject: Reply with quote

Hi Tinitus,

zunächst in /etc/apache2/conf/apache2.conf müssen die Zeilen, die mit
Code:
LoadModule...
beginnen frei sein. Also ohne #

Dann kannst du in der /etc/apache2/conf/commonapache2.conf folgendes freischalten:
Code:

<IfModule mod_status.c>
    <Location /server-status>
        SetHandler server-status
        <IfModule mod_access.c>
          Order deny,allow
          Deny from all
          allow from 127.0.0.1
          Allow from .meintolles.net
        </IfModule>
    </Location>
</IfModule>

und

<IfModule mod_info.c>
    <Location /server-info>
        SetHandler server-info
        <IfModule mod_access.c>
        Order deny,allow
        Deny from all
        allow from 127.0.0.1
        Allow from .meintolles.net
        </IfModule>
    </Location>
</IfModule>


Danach und einem reload einfach mit:
Code:

http://meintolles.net/server-status
oder
http://meintolles.net/server-info


sich das Ergebnis anzeigen lassen.

Grüße
Ma
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Wed May 11, 2005 5:06 pm    Post subject: Reply with quote

Hey Danke


G. Roland :lol: :lol: :lol:
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Wed May 11, 2005 5:54 pm    Post subject: Reply with quote

no prob,

gib doch noch ein solved aus!

Ma
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum