Und nochmal Aloha ;-)

Ich habe festgestellt, daß der Apache 90% der Hauptlast erzeugt. Das Perl 
braucht gerade mal 10% und das auch nur sporadisch. Ich greife alleine mit 
Firefox oder IE zu und der Apache erzeugt in einer Instanz (2 Instanzen im 
Speicher) zwischen 50 und 100% CPU Last. Ich habe dieses Phänomen auf 
baugleichen und identisch installierten Servern (Farm) mit anderen Apache2 
Installationen von anderen Produkten nicht! Der Start vom Apache dauert auch 
ca 2-3 Minuten, nehm ich das Mod_Perl raus aus den Modulen, dauerts 10sec.

Ich habe an der Config nix verändert, ist die originale OTRS Config. 
Trotzdem nochmal hier:

# --
# added for OTRS (http://otrs.org/)
# --

# agent, admin and customer frontend
ScriptAlias /otrs/ "C:/OTRS/otrs/bin/cgi-bin/"
Alias /otrs-web/ "C:/OTRS/otrs/var/httpd/htdocs/"

# load all otrs modules
Perlrequire C:/OTRS/otrs/scripts/apache2-perl-startup.pl

# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache2::Reload
PerlInitHandler Apache2::Reload
PerlModule Apache2::RequestRec

# set mod_perl2 options
<Location /otrs>
  ErrorDocument 403 /otrs/customer.pl
  AllowOverride None
#  ErrorDocument 403 /otrs/index.pl
  SetHandler  perl-script
  PerlResponseHandler ModPerl::Registry
  Options +ExecCGI
  PerlOptions +ParseHeaders
  PerlOptions +SetupEnv
  Order allow,deny
  Allow from all
</Location>

# directory settings
<Directory "C:/OTRS/otrs/bin/cgi-bin/">
    AllowOverride None
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
</Directory>
<Directory "C:/OTRS/otrs/var/httpd/htdocs/">
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

# MaxRequestsPerChild (so no apache child will be to big!)
MaxRequestsPerChild 400 



_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an