Hallo Mario,
zuerst mal Danke für den Tip. Habe jetzt mod_fcgid implementiert.
Habe hier mal einen Auszug aus meiner httpd.conf.
Sind die Werte OK?
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi .php
# Where to look for the php.ini file?
FcgidInitialEnv PHPRC "c:/WINDOWS"
# Set PHP_FCGI_MAX_REQUESTS to greater than or equal to
FcgidMaxRequestsPerProcess
# to prevent php-cgi process from exiting before all requests completed
FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 1000
# Maximum requests a process should handle before it is terminated
FcgidMaxRequestsPerProcess 1000
# Maximum number of PHP processes
FcgidMaxProcesses 15
# Number of seconds of idle time before a php-cgi process is terminated
FcgidIOTimeout 120
FcgidIdleTimeout 120
#Path to php-cgi
FcgidWrapper "f:/Programme/php/php-cgi.exe" .php
# Define the MIME-Type for ".php" files
AddType application/x-httpd-php .php
</IfModule>
Habe auch noch Schwierigkeiten mit phpmyadmin? Zufällig eine Idee?
Gruß
Jürgen
__________________________________________________________________
Amtsgericht Stuttgart HRB 727754. Geschaeftsfuehrer: Giancarlo Rossi.
Diese Mail einschliesslich ihrer Anhaenge ist vertraulich. Wir bitten, eine
fehlgeleitete eMail unverzueglich vollstaendig zu loeschen und uns eine
Nachricht zukommen zu lassen. Wir haben die eMail vor dem Versenden auf
Virenfreiheit geprueft. Eine Haftung fuer Virenfreiheit schliessen wir jedoch
aus.
This eMail and its attachments are confidential. If you are not the intended
recipient of this eMail message, please delete it immediately and inform us
accordingly. This eMail was checked for viruses when sent, however, we are not
liable for any virus contamination.
--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de"
unsubscribe-Anfragen an [email protected]
sonstige Anfragen an [email protected]
--------------------------------------------------------------------------