Überflüssige Apache Module

porschinho

Registered User
Hallo,

ich suche im Moment nach Möglichkeiten meinen Server zu Optimieren und versuche deshalb Ressourcen zu sparen. Kann mir jemand sagen, ob unter meinen Apache Modules welche sind, die man für den "Normalbetrieb" nicht unbedingt benötigt?
Code:
LoadModule actions_module /usr/lib64/apache2-prefork/mod_actions.so
LoadModule alias_module  /usr/lib64/apache2-prefork/mod_alias.so
LoadModule auth_basic_module /usr/lib64/apache2-prefork/mod_auth_basic.so
LoadModule authn_file_module /usr/lib64/apache2-prefork/mod_authn_file.so
LoadModule authz_host_module              /usr/lib64/apache2-prefork/mod_authz_host.so
LoadModule authz_groupfile_module         /usr/lib64/apache2-prefork/mod_authz_groupfile.so
LoadModule authz_default_module           /usr/lib64/apache2-prefork/mod_authz_default.so
LoadModule authz_user_module              /usr/lib64/apache2-prefork/mod_authz_user.so
LoadModule authn_dbm_module               /usr/lib64/apache2-prefork/mod_authn_dbm.so
LoadModule autoindex_module               /usr/lib64/apache2-prefork/mod_autoindex.so
LoadModule cgi_module                     /usr/lib64/apache2-prefork/mod_cgi.so
LoadModule dir_module                     /usr/lib64/apache2-prefork/mod_dir.so
LoadModule env_module                     /usr/lib64/apache2-prefork/mod_env.so
LoadModule expires_module                 /usr/lib64/apache2-prefork/mod_expires.so
LoadModule include_module                 /usr/lib64/apache2-prefork/mod_include.so
LoadModule log_config_module              /usr/lib64/apache2-prefork/mod_log_config.so
LoadModule mime_module                    /usr/lib64/apache2-prefork/mod_mime.so
LoadModule negotiation_module             /usr/lib64/apache2-prefork/mod_negotiation.so
LoadModule setenvif_module                /usr/lib64/apache2-prefork/mod_setenvif.so
LoadModule ssl_module                     /usr/lib64/apache2-prefork/mod_ssl.so
LoadModule userdir_module                 /usr/lib64/apache2-prefork/mod_userdir.so
LoadModule php5_module                    /usr/lib64/apache2/mod_php5.so
LoadModule perl_module                    /usr/lib64/apache2/mod_perl.so
LoadModule rewrite_module                 /usr/lib64/apache2-prefork/mod_rewrite.so
LoadModule suexec_module                  /usr/lib64/apache2-prefork/mod_suexec.so
Danke
 
Last edited by a moderator:
Code:
auth_anon_module
auth_dbm_module
include_module
mime_magic_module
expires_module
usertrack_module
status_module
autoindex_module
negotation_module
spelling_module
userdir_module

proxy_module
proxy_ftp_module
proxy_http_module
proxy_connect_module
frontpage_module

und perl_module
 
Ich hatte vergessen zu sagen, dass Plesk 8.1 auf dem server läuft und auch laufen muss.

Wird da nicht das Perl Modul zwingend benötigt?
 
Last edited by a moderator:
Nein, Plesk braucht kein mod_perl.
Schon mal hier nachgesehen? Hochleistungs-Apache: Performance-Tuning

Wenn Du wirklich nur das vBullitin hostest, kannst Du noch viel mehr Module einsparen:
z.B. Die ganzen Authz, cgi, dir, env, include, setenvif, ssl, userdir, etc.
Module die Du abweichend von Noto's Liste IMHO für vBullitin brauchst: mime, expires.

huschi.
 
Hab mal die authz Module rausgenommen und "rcapache test" aufgerufen. Hier kommt schon die erste Fehlermeldung, die besagt, dass ein benötigtes Modul fehlt. Hab die genaue Meldung jetzt nicht mehr im Kopf.

Ganz so einfach scheint es also nicht zu sein ...
 
Last edited by a moderator:
Solche Zwischenmeldungen sind recht nichts-sagend.
Denn vielleicht ist es ebenfalls ein "überflüssiges Modul" welches da in Abhängigkeit steht.
Vielleicht sind es aber auch vorhandene Konfigurationsparamter des Moduls, die noch in der Config stehen und ebenfalls raus müssen...
Das erkennt man aber alles an der Fehlermeldung.

huschi.
 
Back
Top