Page 1 of 1

slow

PostPosted: 08. July 2003 12:17
by isitmeor
Can somebody tell mw why it takes so long for wampp to start?

PostPosted: 08. July 2003 13:42
by Oswald
Dear isitmeor!

Do you need mod_perl? In this case please comment out the following lines from your httpd.conf:

LoadFile "/wampp2/perl/bin/perl58.dll"
LoadFile "/wampp2/perl/bin/libxml2.dll"
LoadModule perl_module modules/mod_perl.so


Like this:

#LoadFile "/wampp2/perl/bin/perl58.dll"
#LoadFile "/wampp2/perl/bin/libxml2.dll"
#LoadModule perl_module modules/mod_perl.so


Apache will now start fast as usual.

Greetings,
Oswald

strange, I read that modperl was having a separate thread

PostPosted: 10. July 2003 05:45
by chanio

Hi, :lol:
I think that anyway, that delay is strange. Since I read, somewhere, that modperl was now having a separate thread.
So separate threads are not so much separate, uh?