You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(51) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(31) |
Feb
(8) |
Mar
(51) |
Apr
(27) |
May
(31) |
Jun
(18) |
Jul
(37) |
Aug
(5) |
Sep
|
Oct
(8) |
Nov
(20) |
Dec
(29) |
2006 |
Jan
(36) |
Feb
(38) |
Mar
(30) |
Apr
(24) |
May
(29) |
Jun
(8) |
Jul
(13) |
Aug
(28) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Geoff S. <ge...@ho...> - 2006-08-23 17:11:18
|
I setup 0.9.5rc1 on a Centos 3.xx, Apache 1.3 system with php 5.1.4. I used the defaults. Now, I am monitoring it with the eaccelerator control panel. It says memory is full, it lists the scripts that are cached, and never lists any scripts as removed. What I don't understand is why scripts that are not listed in the cached scripts list are getting a performance boost. Are they actually being compiled and managed by eaccelerator even though they are not on the list in the control panel? Apparently, I do not understanding how eaccelerator works or can be tuned. My experience of this kind of software is that you would allocate it Main Memory (RAM) and it would then move stuff in and out of main memory to disk as needed in the same way that file swapping is controlled by Linux - using a least recently used algoritm or something similar. According to eaccelerator's control panel, the cache fills up with scripts and then that's it. No scripts get added or deleted. So, the one's that didn't get into the cache before it filled up would never get handled by eaccelerator. BUT, I seem to get a performance improvement on scripts that don't appear on the cached scripts list. Either, I don't understand what the control panel is telling me or I am not really seeing a performance improvement on scripts that are not listed in the cached scripts list. Any information about this would be greatly appreciated. Geoff |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-23 13:44:46
|
ahit works now ;) Thank you very much!! andy Hans Rakers wrote: > Ah, this clears up the problem. You have php compiled with > --enable-versioning. Recompile php without versioning, rebuild php, and > that should cure your problem :) > > Regards, > > Hans Rakers > > Andreas Lehr; diginights.com wrote: > >> Hi Hans, >> >> Maybe this helps: >> I switched PHP Debug and eA Debug on. >> If i try to load php as zend_extension the effect keeps the same. >> php-cli detets eA, mod_php not. >> After that i tried to load as php_extension and the following line >> appears in PHP error.log: >> >> [23-Aug-2006 11:55:04] PHP Warning: PHP Startup: Unable to load dynamic >> library >> '/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so' - >> /usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so: >> undefined symbol: _zval_ptr_dtor in Unknown on line 0 >> >> eA Version used: eaccelerator-svn260 >> >> >> Thanks. >> >> andy >> >> Hans Rakers wrote: >> >>> Hi, >>> >>> Just a few pointers: >>> >>> -are you sure your php apache module uses the same php.ini file? >>> -are you sure your php versions match across the various packages (php, >>> php-dev, libapache2-mod-php5)? >>> -did you totally empty your cachedir? >>> -try compiling eaccelerator with --with-eaccelerator-debug, configure a >>> eaccelerator.log_file and set eaccelerator.debug to something like 15, >>> and see if that gives you any pointers >>> -try configuring php to log all php errors (startup errors, script >>> errors etc) to a file, by setting log_errors to on, and setting >>> error_log to your log location e.g. /var/log/php/error.log and see if >>> that gives you any pointers >>> >>> Please try/verify these steps and report back. >>> >>> Regards, >>> >>> >>> Hans Rakers >>> >>> >>> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! |
From: Hans R. <ha...@pa...> - 2006-08-23 11:42:36
|
Ah, this clears up the problem. You have php compiled with --enable-versioning. Recompile php without versioning, rebuild php, and that should cure your problem :) Regards, Hans Rakers Andreas Lehr; diginights.com wrote: > Hi Hans, > > Maybe this helps: > I switched PHP Debug and eA Debug on. > If i try to load php as zend_extension the effect keeps the same. > php-cli detets eA, mod_php not. > After that i tried to load as php_extension and the following line > appears in PHP error.log: > > [23-Aug-2006 11:55:04] PHP Warning: PHP Startup: Unable to load dynamic > library > '/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so' - > /usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so: > undefined symbol: _zval_ptr_dtor in Unknown on line 0 > > eA Version used: eaccelerator-svn260 > > > Thanks. > > andy > > Hans Rakers wrote: >> Hi, >> >> Just a few pointers: >> >> -are you sure your php apache module uses the same php.ini file? >> -are you sure your php versions match across the various packages (php, >> php-dev, libapache2-mod-php5)? >> -did you totally empty your cachedir? >> -try compiling eaccelerator with --with-eaccelerator-debug, configure a >> eaccelerator.log_file and set eaccelerator.debug to something like 15, >> and see if that gives you any pointers >> -try configuring php to log all php errors (startup errors, script >> errors etc) to a file, by setting log_errors to on, and setting >> error_log to your log location e.g. /var/log/php/error.log and see if >> that gives you any pointers >> >> Please try/verify these steps and report back. >> >> Regards, >> >> >> Hans Rakers >> >> |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-23 09:57:57
|
Hi Hans, Maybe this helps: I switched PHP Debug and eA Debug on. If i try to load php as zend_extension the effect keeps the same. php-cli detets eA, mod_php not. After that i tried to load as php_extension and the following line appears in PHP error.log: [23-Aug-2006 11:55:04] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so' - /usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so: undefined symbol: _zval_ptr_dtor in Unknown on line 0 eA Version used: eaccelerator-svn260 Thanks. andy Hans Rakers wrote: > Hi, > > Just a few pointers: > > -are you sure your php apache module uses the same php.ini file? > -are you sure your php versions match across the various packages (php,= =20 > php-dev, libapache2-mod-php5)? > -did you totally empty your cachedir? > -try compiling eaccelerator with --with-eaccelerator-debug, configure a= =20 > eaccelerator.log_file and set eaccelerator.debug to something like 15,=20 > and see if that gives you any pointers > -try configuring php to log all php errors (startup errors, script=20 > errors etc) to a file, by setting log_errors to on, and setting=20 > error_log to your log location e.g. /var/log/php/error.log and see if=20 > that gives you any pointers > > Please try/verify these steps and report back. > > Regards, > > > Hans Rakers > > > Andreas Lehr; diginights.com wrote: > =20 >> Hi there, >> >> We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, >> running different Versions of PHP, apache and eA. >> Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we=B4= re >> not able to get it running :( >> >> But its running with php-cli: >> php -v >> PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) >> Copyright (c) 1997-2006 The PHP Group >> Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies >> with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator= , >> by eAccelerator >> >> "php -m" anf "php -e" are showing the parameters of eA. >> [Zend Modules] >> eAccelerator >> >> But together with mod_php the extension seems not to be loaded. >> phpinfo() doesn=B4t show any eA parameters, and the "control.php" says >> that eA is not loaded :( >> Although phpinfo shows the same php build date as "php -e" does, that >> means that the correct and fresh build module is used. >> >> Used Versions: >> Debian, Kernel 2.6.14.2 >> PHP 5.1.5 >> Apache 2.0.59 >> eA 0.95-rc1 >> >> There are no errors in the apache error log. >> Tried to load eA as Zend Extension and as normal php extension. Nothin= g >> worked. >> I attached php.ini and php Configure Options. With these Options older >> Versions run fine. >> If you need more Information please let me know. >> >> Thank you very much. >> >> andy >> >> #### >> php.ini >> #### >> >> zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/eacc= elerator.so" >> eaccelerator.shm_size=3D"30" >> eaccelerator.cache_dir=3D"/tmp/eaccelerator" >> eaccelerator.enable=3D"1" >> eaccelerator.optimizer=3D"1" >> eaccelerator.check_mtime=3D"1" >> eaccelerator.debug=3D"0" >> eaccelerator.filter=3D"" >> eaccelerator.shm_max=3D"0" >> eaccelerator.shm_ttl=3D"0" >> eaccelerator.shm_prune_period=3D"0" >> eaccelerator.shm_only=3D"0" >> eaccelerator.compress=3D"1" >> eaccelerator.compress_level=3D"9" >> ;eaccelerator.allowed_admin_path=3D"" >> >> ##### >> php configure options >> ##### >> './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php' >> '--bindir=3D/usr/bin' '--libdir=3D/usr/share' '--with-config-file-path= =3D/etc' >> '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' >> '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype= ' >> '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir=3D/u= sr' >> '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' '--with= -ttf' >> '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' '--with-sa= blot' >> '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' >> '--enable-versioning' '--enable-yp' '--enable-bcmath' >> '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' >> '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' >> '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' >> '--enable-sysvshm' '--enable-shmop' '--enable-calendar' >> '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' >> '--enable-ftp' '--enable-memory-limit' '--enable-wddx' >> '--enable-filepro' '--enable-ctype' '--disable-debug' >> '--enable-force-cgi-redirect' '--enable-discard-path' >> '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs' >> '--disable-cgi' '--enable-track-vars' '--enable-versioning' >> '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysql= i' >> '--with-mysql=3D/usr/include/mysql' >> >> >> >> >> ----------------------------------------------------------------------= --- >> Using Tomcat but need to do more? Need to support web services, securi= ty? >> Get stuff done quickly with pre-integrated technology to make your job= easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Gero= nimo >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&da= t=3D121642 >> _______________________________________________ >> eAccelerator-developers mailing list >> eAc...@li... >> https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers >> =20 >> =20 > > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! |
From: Geoff S. <ge...@ho...> - 2006-08-22 20:44:49
|
I am using 0.9.5rc1 When I set shm_max and shm_size to 0 (default) the control panel says that the memory usage is limited to 32M / 32M: Memory usage 100.00% (32.00MB/ 32.00MB) Free memory 0.00MB and reports the same lime in phpinfo: Memory Size 33,554,396 Bytes Memory Available 0 Bytes Memory Allocated 33,554,396 Bytes When I set the shm_size to another value, say 16 or 64, I get that memory size. So, it appears that the default for memory size is not 0, but is actually 32 - am I missing something? Geoff |
From: Hans R. <ha...@pa...> - 2006-08-22 20:33:19
|
Hi, Just a few pointers: -are you sure your php apache module uses the same php.ini file? -are you sure your php versions match across the various packages (php, php-dev, libapache2-mod-php5)? -did you totally empty your cachedir? -try compiling eaccelerator with --with-eaccelerator-debug, configure a eaccelerator.log_file and set eaccelerator.debug to something like 15, and see if that gives you any pointers -try configuring php to log all php errors (startup errors, script errors etc) to a file, by setting log_errors to on, and setting error_log to your log location e.g. /var/log/php/error.log and see if that gives you any pointers Please try/verify these steps and report back. Regards, Hans Rakers Andreas Lehr; diginights.com wrote: > Hi there, > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, > running different Versions of PHP, apache and eA. > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we´re > not able to get it running :( > > But its running with php-cli: > php -v > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > by eAccelerator > > "php -m" anf "php -e" are showing the parameters of eA. > [Zend Modules] > eAccelerator > > But together with mod_php the extension seems not to be loaded. > phpinfo() doesn´t show any eA parameters, and the "control.php" says > that eA is not loaded :( > Although phpinfo shows the same php build date as "php -e" does, that > means that the correct and fresh build module is used. > > Used Versions: > Debian, Kernel 2.6.14.2 > PHP 5.1.5 > Apache 2.0.59 > eA 0.95-rc1 > > There are no errors in the apache error log. > Tried to load eA as Zend Extension and as normal php extension. Nothing > worked. > I attached php.ini and php Configure Options. With these Options older > Versions run fine. > If you need more Information please let me know. > > Thank you very much. > > andy > > #### > php.ini > #### > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > eaccelerator.shm_size="30" > eaccelerator.cache_dir="/tmp/eaccelerator" > eaccelerator.enable="1" > eaccelerator.optimizer="1" > eaccelerator.check_mtime="1" > eaccelerator.debug="0" > eaccelerator.filter="" > eaccelerator.shm_max="0" > eaccelerator.shm_ttl="0" > eaccelerator.shm_prune_period="0" > eaccelerator.shm_only="0" > eaccelerator.compress="1" > eaccelerator.compress_level="9" > ;eaccelerator.allowed_admin_path="" > > ##### > php configure options > ##### > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > '--bindir=/usr/bin' '--libdir=/usr/share' '--with-config-file-path=/etc' > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype' > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' '--with-ttf' > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' '--with-sablot' > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > '--enable-versioning' '--enable-yp' '--enable-bcmath' > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > '--enable-filepro' '--enable-ctype' '--disable-debug' > '--enable-force-cgi-redirect' '--enable-discard-path' > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysqli' > '--with-mysql=/usr/include/mysql' > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > |
From: Geoff S. <ge...@ho...> - 2006-08-22 20:27:36
|
I am using 0.9.5rc1 What is the relationship of shared_memory in RAM to disk caching? How does eaccelerator decide what to cache in main memory and what to cache on disk? I have read the descriptions of shm_ttl and shm_prune_period but I don't understand the difference - unless it is that the prune_period only deletes enough scripts to allow caching of the scripts needing to be cached. Also, I don't understand what "previous try" means in the documentation for "prune_period": /it tries to remove old scripts if the previous try was made more then "shm_prune_period" seconds ago/ I am used to the Least Recently Used algorithm: Whenever the shared memory runs out, it would delete the scripts that had been least recently used. I'm looking for a suggestion on how to do this because I don't want to give eaccelerator as much ram as it can use. Geoff |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-22 19:03:30
|
Hi, > have you look apache error_log, maybe you can find the reason why... Nothing there,even on DEBUG Level :( greets andy > > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > H Mauro, > > Still no effect. > I tried: > > ./configure --enable-eaccelerator=3Dshared > --with-php-config=3D/usr/bin/php-config > --without-eaccelerator-crash-detection > --without-eaccelerator-optimizer > --without-eaccelerator-encoder --without-eaccelerator-lo > ader --without-eaccelerator-use-inode > > PHP-CLI is working and shows all eA Options with "php -i", but mod_= php > not :( > > > Thanks a lot. > > andy > > > > Mauro C. wrote: > > HI Andreas, > > > > try "./configure --help | less" and disable all features. > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > > Configuring for: > > PHP Api Version: 20041225 > > Zend Module Api No: 20050922 > > Zend Extension Api No: 220051025 > > > > 2) ./configure --enable-eaccelerator=3Dshared > > --with-php-config=3D/usr/bin/php-config > > > > > > thx. > > > > andy > > > > Mauro C. schrieb: > > > Hi Andreas, > > > > > > Could you post eA configure option. > > > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi Mauro, > > > > > > > > > > > Disable optimizer. > > > > > > > Still doesn=B4t work :( > > > > > > > > > Andy > > > > > > > > > > Mauro Casciari > > > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > > > Hi there, > > > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about = 1 > > year, > > > > running different Versions of PHP, apache and eA. > > > > Now we tried using the latest Version 0.95-rc1 with PHP > 5.1.5. But > > > > we=B4re > > > > not able to get it running :( > > > > > > > > But its running with php-cli: > > > > php -v > > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > > Copyright (c) 1997-2006 The PHP Group > > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > > eAccelerator, > > > > by eAccelerator > > > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > > [Zend Modules] > > > > eAccelerator > > > > > > > > But together with mod_php the extension seems not to be loade= d. > > > > phpinfo() doesn=B4t show any eA parameters, and the > > "control.php" says > > > > that eA is not loaded :( > > > > Although phpinfo shows the same php build date as "php -e" do= es, > > > that > > > > means that the correct and fresh build module is used. > > > > > > > > Used Versions: > > > > Debian, Kernel 2.6.14.2 > > > > PHP 5.1.5 > > > > Apache 2.0.59 > > > > eA 0.95-rc1 > > > > > > > > There are no errors in the apache error log. > > > > Tried to load eA as Zend Extension and as normal php extensio= n. > > > > Nothing > > > > worked. > > > > I attached php.ini and php Configure Options. With these Opti= ons > > > older > > > > Versions run fine. > > > > If you need more Information please let me know. > > > > > > > > Thank you very much. > > > > > > > > andy > > > > > > > > #### > > > > php.ini > > > > #### > > > > > > > > > > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > > > eaccelerator.shm_size=3D"30" > > > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > > > eaccelerator.enable=3D"1" > > > > eaccelerator.optimizer=3D"1" > > > > eaccelerator.check_mtime=3D"1" > > > > eaccelerator.debug=3D"0" > > > > eaccelerator.filter=3D"" > > > > eaccelerator.shm_max=3D"0" > > > > eaccelerator.shm_ttl=3D"0" > > > > eaccelerator.shm_prune_period=3D"0" > > > > eaccelerator.shm_only=3D"0" > > > > eaccelerator.compress=3D"1" > > > > eaccelerator.compress_level=3D"9" > > > > ;eaccelerator.allowed_admin_path=3D"" > > > > > > > > ##### > > > > php configure options > > > > ##### > > > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share= /php' > > > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > > > '--with-config-file-path=3D/etc' > > > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > > '--enable-gd-freetype' > > > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' > > '--with-png-dir=3D/usr' > > > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml= ' > > > > '--with-ttf' > > > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > > > '--with-sablot' > > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dye= s' > > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > > '--enable-trans-sid' '--enable-soap' > > '--enable-inline-optimization' > > > > '--enable-track-vars' '--enable-magic-quotes' > '--enable-safe-mode' > > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif= ' > > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/ap= xs' > > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > > '--with-mysqli' > > > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > > security? > > > > Get stuff done quickly with pre-integrated technology to > make your > > > > job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache > > > > Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.c= om > > > > > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > security? > > > > Get stuff done quickly with pre-integrated technology to make > > > your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > > > Apache Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > > -- > > > diginights.com > > > Wir bringen die Nacht ins Netz! > > > > > > mail: an...@di... > > > fon: 0174/1715753 > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make y= our > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apac= he > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > -------------------------------------------------------------------= ----- > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > Technik/Systemadministration > > http://diginights.com > mail: an...@di... > fon: 0174/1715753 > > Wir bringen die Nacht ins Netz! > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-22 19:02:41
|
Hi Mauro, > a stupid question: have you cleaned old compilation's files? sure, few minutes ago i tried with the lates cvs snapshot=20 (eaccelerator-svn260), still the same Problem. PHP-Cli detects eA, mod_php not. > try to disable all in php compliation. eA 0.9.4 and php 5.0.5 work fine with the configure options i used. If i disable all funtions in php 5.1.5, other Scrips wont work any more := ( Thanks a lot. andy > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > H Mauro, > > Still no effect. > I tried: > > ./configure --enable-eaccelerator=3Dshared > --with-php-config=3D/usr/bin/php-config > --without-eaccelerator-crash-detection > --without-eaccelerator-optimizer > --without-eaccelerator-encoder --without-eaccelerator-lo > ader --without-eaccelerator-use-inode > > PHP-CLI is working and shows all eA Options with "php -i", but mod_= php > not :( > > > Thanks a lot. > > andy > > > > Mauro C. wrote: > > HI Andreas, > > > > try "./configure --help | less" and disable all features. > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > > Configuring for: > > PHP Api Version: 20041225 > > Zend Module Api No: 20050922 > > Zend Extension Api No: 220051025 > > > > 2) ./configure --enable-eaccelerator=3Dshared > > --with-php-config=3D/usr/bin/php-config > > > > > > thx. > > > > andy > > > > Mauro C. schrieb: > > > Hi Andreas, > > > > > > Could you post eA configure option. > > > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi Mauro, > > > > > > > > > > > Disable optimizer. > > > > > > > Still doesn=B4t work :( > > > > > > > > > Andy > > > > > > > > > > Mauro Casciari > > > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > > > Hi there, > > > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about = 1 > > year, > > > > running different Versions of PHP, apache and eA. > > > > Now we tried using the latest Version 0.95-rc1 with PHP > 5.1.5. But > > > > we=B4re > > > > not able to get it running :( > > > > > > > > But its running with php-cli: > > > > php -v > > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > > Copyright (c) 1997-2006 The PHP Group > > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > > eAccelerator, > > > > by eAccelerator > > > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > > [Zend Modules] > > > > eAccelerator > > > > > > > > But together with mod_php the extension seems not to be loade= d. > > > > phpinfo() doesn=B4t show any eA parameters, and the > > "control.php" says > > > > that eA is not loaded :( > > > > Although phpinfo shows the same php build date as "php -e" do= es, > > > that > > > > means that the correct and fresh build module is used. > > > > > > > > Used Versions: > > > > Debian, Kernel 2.6.14.2 > > > > PHP 5.1.5 > > > > Apache 2.0.59 > > > > eA 0.95-rc1 > > > > > > > > There are no errors in the apache error log. > > > > Tried to load eA as Zend Extension and as normal php extensio= n. > > > > Nothing > > > > worked. > > > > I attached php.ini and php Configure Options. With these Opti= ons > > > older > > > > Versions run fine. > > > > If you need more Information please let me know. > > > > > > > > Thank you very much. > > > > > > > > andy > > > > > > > > #### > > > > php.ini > > > > #### > > > > > > > > > > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > > > eaccelerator.shm_size=3D"30" > > > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > > > eaccelerator.enable=3D"1" > > > > eaccelerator.optimizer=3D"1" > > > > eaccelerator.check_mtime=3D"1" > > > > eaccelerator.debug=3D"0" > > > > eaccelerator.filter=3D"" > > > > eaccelerator.shm_max=3D"0" > > > > eaccelerator.shm_ttl=3D"0" > > > > eaccelerator.shm_prune_period=3D"0" > > > > eaccelerator.shm_only=3D"0" > > > > eaccelerator.compress=3D"1" > > > > eaccelerator.compress_level=3D"9" > > > > ;eaccelerator.allowed_admin_path=3D"" > > > > > > > > ##### > > > > php configure options > > > > ##### > > > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share= /php' > > > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > > > '--with-config-file-path=3D/etc' > > > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > > '--enable-gd-freetype' > > > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' > > '--with-png-dir=3D/usr' > > > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml= ' > > > > '--with-ttf' > > > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > > > '--with-sablot' > > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dye= s' > > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > > '--enable-trans-sid' '--enable-soap' > > '--enable-inline-optimization' > > > > '--enable-track-vars' '--enable-magic-quotes' > '--enable-safe-mode' > > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif= ' > > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/ap= xs' > > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > > '--with-mysqli' > > > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > > security? > > > > Get stuff done quickly with pre-integrated technology to > make your > > > > job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache > > > > Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.c= om > > > > > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > security? > > > > Get stuff done quickly with pre-integrated technology to make > > > your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > > > Apache Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > > -- > > > diginights.com > > > Wir bringen die Nacht ins Netz! > > > > > > mail: an...@di... > > > fon: 0174/1715753 > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make y= our > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apac= he > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > -------------------------------------------------------------------= ----- > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > Technik/Systemadministration > > http://diginights.com > mail: an...@di... > fon: 0174/1715753 > > Wir bringen die Nacht ins Netz! > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
From: Mauro C. <inc...@ya...> - 2006-08-22 16:09:07
|
Hi Andreas, have you look apache error_log, maybe you can find the reason why... Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: H Mauro, Still no effect. I tried: ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config --without-eaccelerator-crash-detection --without-eaccelerator-optimizer --without-eaccelerator-encoder --without-eaccelerator-lo ader --without-eaccelerator-use-inode PHP-CLI is working and shows all eA Options with "php -i", but mod_php not :( Thanks a lot. andy Mauro C. wrote: > HI Andreas, > > try "./configure --help | less" and disable all features. > > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi Mauro, > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > Configuring for: > PHP Api Version: 20041225 > Zend Module Api No: 20050922 > Zend Extension Api No: 220051025 > > 2) ./configure --enable-eaccelerator=shared > --with-php-config=/usr/bin/php-config > > > thx. > > andy > > Mauro C. schrieb: > > Hi Andreas, > > > > Could you post eA configure option. > > > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > > > > > Disable optimizer. > > > > > Still doesn´t work :( > > > > > > Andy > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi there, > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 > year, > > > running different Versions of PHP, apache and eA. > > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > > > we´re > > > not able to get it running :( > > > > > > But its running with php-cli: > > > php -v > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > Copyright (c) 1997-2006 The PHP Group > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > eAccelerator, > > > by eAccelerator > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > [Zend Modules] > > > eAccelerator > > > > > > But together with mod_php the extension seems not to be loaded. > > > phpinfo() doesn´t show any eA parameters, and the > "control.php" says > > > that eA is not loaded :( > > > Although phpinfo shows the same php build date as "php -e" does, > > that > > > means that the correct and fresh build module is used. > > > > > > Used Versions: > > > Debian, Kernel 2.6.14.2 > > > PHP 5.1.5 > > > Apache 2.0.59 > > > eA 0.95-rc1 > > > > > > There are no errors in the apache error log. > > > Tried to load eA as Zend Extension and as normal php extension. > > > Nothing > > > worked. > > > I attached php.ini and php Configure Options. With these Options > > older > > > Versions run fine. > > > If you need more Information please let me know. > > > > > > Thank you very much. > > > > > > andy > > > > > > #### > > > php.ini > > > #### > > > > > > > > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > > > eaccelerator.shm_size="30" > > > eaccelerator.cache_dir="/tmp/eaccelerator" > > > eaccelerator.enable="1" > > > eaccelerator.optimizer="1" > > > eaccelerator.check_mtime="1" > > > eaccelerator.debug="0" > > > eaccelerator.filter="" > > > eaccelerator.shm_max="0" > > > eaccelerator.shm_ttl="0" > > > eaccelerator.shm_prune_period="0" > > > eaccelerator.shm_only="0" > > > eaccelerator.compress="1" > > > eaccelerator.compress_level="9" > > > ;eaccelerator.allowed_admin_path="" > > > > > > ##### > > > php configure options > > > ##### > > > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > > > '--bindir=/usr/bin' '--libdir=/usr/share' > > > '--with-config-file-path=/etc' > > > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > '--enable-gd-freetype' > > > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' > '--with-png-dir=/usr' > > > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > > > '--with-ttf' > > > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > > > '--with-sablot' > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > '--enable-trans-sid' '--enable-soap' > '--enable-inline-optimization' > > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > '--with-mysqli' > > > '--with-mysql=/usr/include/mysql' > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > -- > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
From: Mauro C. <inc...@ya...> - 2006-08-22 16:06:52
|
Hi Andreas, a stupid question: have you cleaned old compilation's files? try to disable all in php compliation. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: H Mauro, Still no effect. I tried: ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config --without-eaccelerator-crash-detection --without-eaccelerator-optimizer --without-eaccelerator-encoder --without-eaccelerator-lo ader --without-eaccelerator-use-inode PHP-CLI is working and shows all eA Options with "php -i", but mod_php not :( Thanks a lot. andy Mauro C. wrote: > HI Andreas, > > try "./configure --help | less" and disable all features. > > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi Mauro, > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > Configuring for: > PHP Api Version: 20041225 > Zend Module Api No: 20050922 > Zend Extension Api No: 220051025 > > 2) ./configure --enable-eaccelerator=shared > --with-php-config=/usr/bin/php-config > > > thx. > > andy > > Mauro C. schrieb: > > Hi Andreas, > > > > Could you post eA configure option. > > > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > > > > > Disable optimizer. > > > > > Still doesn´t work :( > > > > > > Andy > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi there, > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 > year, > > > running different Versions of PHP, apache and eA. > > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > > > we´re > > > not able to get it running :( > > > > > > But its running with php-cli: > > > php -v > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > Copyright (c) 1997-2006 The PHP Group > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > eAccelerator, > > > by eAccelerator > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > [Zend Modules] > > > eAccelerator > > > > > > But together with mod_php the extension seems not to be loaded. > > > phpinfo() doesn´t show any eA parameters, and the > "control.php" says > > > that eA is not loaded :( > > > Although phpinfo shows the same php build date as "php -e" does, > > that > > > means that the correct and fresh build module is used. > > > > > > Used Versions: > > > Debian, Kernel 2.6.14.2 > > > PHP 5.1.5 > > > Apache 2.0.59 > > > eA 0.95-rc1 > > > > > > There are no errors in the apache error log. > > > Tried to load eA as Zend Extension and as normal php extension. > > > Nothing > > > worked. > > > I attached php.ini and php Configure Options. With these Options > > older > > > Versions run fine. > > > If you need more Information please let me know. > > > > > > Thank you very much. > > > > > > andy > > > > > > #### > > > php.ini > > > #### > > > > > > > > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > > > eaccelerator.shm_size="30" > > > eaccelerator.cache_dir="/tmp/eaccelerator" > > > eaccelerator.enable="1" > > > eaccelerator.optimizer="1" > > > eaccelerator.check_mtime="1" > > > eaccelerator.debug="0" > > > eaccelerator.filter="" > > > eaccelerator.shm_max="0" > > > eaccelerator.shm_ttl="0" > > > eaccelerator.shm_prune_period="0" > > > eaccelerator.shm_only="0" > > > eaccelerator.compress="1" > > > eaccelerator.compress_level="9" > > > ;eaccelerator.allowed_admin_path="" > > > > > > ##### > > > php configure options > > > ##### > > > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > > > '--bindir=/usr/bin' '--libdir=/usr/share' > > > '--with-config-file-path=/etc' > > > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > '--enable-gd-freetype' > > > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' > '--with-png-dir=/usr' > > > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > > > '--with-ttf' > > > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > > > '--with-sablot' > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > '--enable-trans-sid' '--enable-soap' > '--enable-inline-optimization' > > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > '--with-mysqli' > > > '--with-mysql=/usr/include/mysql' > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > -- > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-22 08:17:10
|
H Mauro, Still no effect. I tried: ./configure --enable-eaccelerator=3Dshared --with-php-config=3D/usr/bin/php-config --without-eaccelerator-crash-detection --without-eaccelerator-optimizer --without-eaccelerator-encoder --without-eaccelerator-lo ader --without-eaccelerator-use-inode PHP-CLI is working and shows all eA Options with "php -i", but mod_php not :( Thanks a lot. andy Mauro C. wrote: > HI Andreas, > > try "./configure --help | less" and disable all features. > > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > Hi Mauro, > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > Configuring for: > PHP Api Version: 20041225 > Zend Module Api No: 20050922 > Zend Extension Api No: 220051025 > > 2) ./configure --enable-eaccelerator=3Dshared > --with-php-config=3D/usr/bin/php-config > > > thx. > > andy > > Mauro C. schrieb: > > Hi Andreas, > > > > Could you post eA configure option. > > > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > > > > > Disable optimizer. > > > > > Still doesn=B4t work :( > > > > > > Andy > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi there, > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 > year, > > > running different Versions of PHP, apache and eA. > > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. = But > > > we=B4re > > > not able to get it running :( > > > > > > But its running with php-cli: > > > php -v > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > Copyright (c) 1997-2006 The PHP Group > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > eAccelerator, > > > by eAccelerator > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > [Zend Modules] > > > eAccelerator > > > > > > But together with mod_php the extension seems not to be loaded. > > > phpinfo() doesn=B4t show any eA parameters, and the > "control.php" says > > > that eA is not loaded :( > > > Although phpinfo shows the same php build date as "php -e" does= , > > that > > > means that the correct and fresh build module is used. > > > > > > Used Versions: > > > Debian, Kernel 2.6.14.2 > > > PHP 5.1.5 > > > Apache 2.0.59 > > > eA 0.95-rc1 > > > > > > There are no errors in the apache error log. > > > Tried to load eA as Zend Extension and as normal php extension. > > > Nothing > > > worked. > > > I attached php.ini and php Configure Options. With these Option= s > > older > > > Versions run fine. > > > If you need more Information please let me know. > > > > > > Thank you very much. > > > > > > andy > > > > > > #### > > > php.ini > > > #### > > > > > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > > eaccelerator.shm_size=3D"30" > > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > > eaccelerator.enable=3D"1" > > > eaccelerator.optimizer=3D"1" > > > eaccelerator.check_mtime=3D"1" > > > eaccelerator.debug=3D"0" > > > eaccelerator.filter=3D"" > > > eaccelerator.shm_max=3D"0" > > > eaccelerator.shm_ttl=3D"0" > > > eaccelerator.shm_prune_period=3D"0" > > > eaccelerator.shm_only=3D"0" > > > eaccelerator.compress=3D"1" > > > eaccelerator.compress_level=3D"9" > > > ;eaccelerator.allowed_admin_path=3D"" > > > > > > ##### > > > php configure options > > > ##### > > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/p= hp' > > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > > '--with-config-file-path=3D/etc' > > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > '--enable-gd-freetype' > > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' > '--with-png-dir=3D/usr' > > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' > > > '--with-ttf' > > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > > '--with-sablot' > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > '--enable-trans-sid' '--enable-soap' > '--enable-inline-optimization' > > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mo= de' > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs= ' > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > '--with-mysqli' > > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make y= our > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apac= he > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > -------------------------------------------------------------------= ----- > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! |
From: Mauro C. <inc...@ya...> - 2006-08-21 19:30:03
|
HI Andreas, try "./configure --help | less" and disable all features. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: Hi Mauro, 1) /usr/src/eaccelerator-0.9.5-rc1# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 2) ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config thx. andy Mauro C. schrieb: > Hi Andreas, > > Could you post eA configure option. > > > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi Mauro, > > > > > Disable optimizer. > > > Still doesn´t work :( > > > Andy > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi there, > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, > > running different Versions of PHP, apache and eA. > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > > we´re > > not able to get it running :( > > > > But its running with php-cli: > > php -v > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > Copyright (c) 1997-2006 The PHP Group > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > > by eAccelerator > > > > "php -m" anf "php -e" are showing the parameters of eA. > > [Zend Modules] > > eAccelerator > > > > But together with mod_php the extension seems not to be loaded. > > phpinfo() doesn´t show any eA parameters, and the "control.php" says > > that eA is not loaded :( > > Although phpinfo shows the same php build date as "php -e" does, > that > > means that the correct and fresh build module is used. > > > > Used Versions: > > Debian, Kernel 2.6.14.2 > > PHP 5.1.5 > > Apache 2.0.59 > > eA 0.95-rc1 > > > > There are no errors in the apache error log. > > Tried to load eA as Zend Extension and as normal php extension. > > Nothing > > worked. > > I attached php.ini and php Configure Options. With these Options > older > > Versions run fine. > > If you need more Information please let me know. > > > > Thank you very much. > > > > andy > > > > #### > > php.ini > > #### > > > > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > > eaccelerator.shm_size="30" > > eaccelerator.cache_dir="/tmp/eaccelerator" > > eaccelerator.enable="1" > > eaccelerator.optimizer="1" > > eaccelerator.check_mtime="1" > > eaccelerator.debug="0" > > eaccelerator.filter="" > > eaccelerator.shm_max="0" > > eaccelerator.shm_ttl="0" > > eaccelerator.shm_prune_period="0" > > eaccelerator.shm_only="0" > > eaccelerator.compress="1" > > eaccelerator.compress_level="9" > > ;eaccelerator.allowed_admin_path="" > > > > ##### > > php configure options > > ##### > > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > > '--bindir=/usr/bin' '--libdir=/usr/share' > > '--with-config-file-path=/etc' > > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > '--enable-gd-freetype' > > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' > > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > > '--with-ttf' > > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > > '--with-sablot' > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > '--enable-force-cgi-redirect' '--enable-discard-path' > > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > '--with-mysqli' > > '--with-mysql=/usr/include/mysql' > > > > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > -- > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-21 18:22:22
|
Hi Mauro, 1) /usr/src/eaccelerator-0.9.5-rc1# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 2) ./configure --enable-eaccelerator=3Dshared=20 --with-php-config=3D/usr/bin/php-config thx. andy Mauro C. schrieb: > Hi Andreas, > > Could you post eA configure option. > > > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > Hi Mauro, > > > > > Disable optimizer. > > > Still doesn=B4t work :( > > > Andy > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi there, > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 ye= ar, > > running different Versions of PHP, apache and eA. > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. Bu= t > > we=B4re > > not able to get it running :( > > > > But its running with php-cli: > > php -v > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > Copyright (c) 1997-2006 The PHP Group > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerato= r, > > by eAccelerator > > > > "php -m" anf "php -e" are showing the parameters of eA. > > [Zend Modules] > > eAccelerator > > > > But together with mod_php the extension seems not to be loaded. > > phpinfo() doesn=B4t show any eA parameters, and the "control.php"= says > > that eA is not loaded :( > > Although phpinfo shows the same php build date as "php -e" does, > that > > means that the correct and fresh build module is used. > > > > Used Versions: > > Debian, Kernel 2.6.14.2 > > PHP 5.1.5 > > Apache 2.0.59 > > eA 0.95-rc1 > > > > There are no errors in the apache error log. > > Tried to load eA as Zend Extension and as normal php extension. > > Nothing > > worked. > > I attached php.ini and php Configure Options. With these Options > older > > Versions run fine. > > If you need more Information please let me know. > > > > Thank you very much. > > > > andy > > > > #### > > php.ini > > #### > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > eaccelerator.shm_size=3D"30" > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > eaccelerator.enable=3D"1" > > eaccelerator.optimizer=3D"1" > > eaccelerator.check_mtime=3D"1" > > eaccelerator.debug=3D"0" > > eaccelerator.filter=3D"" > > eaccelerator.shm_max=3D"0" > > eaccelerator.shm_ttl=3D"0" > > eaccelerator.shm_prune_period=3D"0" > > eaccelerator.shm_only=3D"0" > > eaccelerator.compress=3D"1" > > eaccelerator.compress_level=3D"9" > > ;eaccelerator.allowed_admin_path=3D"" > > > > ##### > > php configure options > > ##### > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php= ' > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > '--with-config-file-path=3D/etc' > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > '--enable-gd-freetype' > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir= =3D/usr' > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' > > '--with-ttf' > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > '--with-sablot' > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimizatio= n' > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode= ' > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > '--enable-force-cgi-redirect' '--enable-discard-path' > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs' > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > '--with-mysqli' > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
From: Mauro C. <inc...@ya...> - 2006-08-21 18:11:11
|
Hi Andreas, Could you post eA configure option. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: Hi Mauro, > > Disable optimizer. > Still doesn´t work :( Andy > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi there, > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, > running different Versions of PHP, apache and eA. > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > we´re > not able to get it running :( > > But its running with php-cli: > php -v > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > by eAccelerator > > "php -m" anf "php -e" are showing the parameters of eA. > [Zend Modules] > eAccelerator > > But together with mod_php the extension seems not to be loaded. > phpinfo() doesn´t show any eA parameters, and the "control.php" says > that eA is not loaded :( > Although phpinfo shows the same php build date as "php -e" does, that > means that the correct and fresh build module is used. > > Used Versions: > Debian, Kernel 2.6.14.2 > PHP 5.1.5 > Apache 2.0.59 > eA 0.95-rc1 > > There are no errors in the apache error log. > Tried to load eA as Zend Extension and as normal php extension. > Nothing > worked. > I attached php.ini and php Configure Options. With these Options older > Versions run fine. > If you need more Information please let me know. > > Thank you very much. > > andy > > #### > php.ini > #### > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > eaccelerator.shm_size="30" > eaccelerator.cache_dir="/tmp/eaccelerator" > eaccelerator.enable="1" > eaccelerator.optimizer="1" > eaccelerator.check_mtime="1" > eaccelerator.debug="0" > eaccelerator.filter="" > eaccelerator.shm_max="0" > eaccelerator.shm_ttl="0" > eaccelerator.shm_prune_period="0" > eaccelerator.shm_only="0" > eaccelerator.compress="1" > eaccelerator.compress_level="9" > ;eaccelerator.allowed_admin_path="" > > ##### > php configure options > ##### > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > '--bindir=/usr/bin' '--libdir=/usr/share' > '--with-config-file-path=/etc' > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > '--enable-gd-freetype' > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > '--with-ttf' > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > '--with-sablot' > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > '--enable-versioning' '--enable-yp' '--enable-bcmath' > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > '--enable-filepro' '--enable-ctype' '--disable-debug' > '--enable-force-cgi-redirect' '--enable-discard-path' > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > '--with-mysqli' > '--with-mysql=/usr/include/mysql' > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-21 17:39:07
|
Hi Mauro, > > Disable optimizer. > Still doesn=B4t work :( Andy > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > Hi there, > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year= , > running different Versions of PHP, apache and eA. > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > we=B4re > not able to get it running :( > > But its running with php-cli: > php -v > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > by eAccelerator > > "php -m" anf "php -e" are showing the parameters of eA. > [Zend Modules] > eAccelerator > > But together with mod_php the extension seems not to be loaded. > phpinfo() doesn=B4t show any eA parameters, and the "control.php" s= ays > that eA is not loaded :( > Although phpinfo shows the same php build date as "php -e" does, th= at > means that the correct and fresh build module is used. > > Used Versions: > Debian, Kernel 2.6.14.2 > PHP 5.1.5 > Apache 2.0.59 > eA 0.95-rc1 > > There are no errors in the apache error log. > Tried to load eA as Zend Extension and as normal php extension. > Nothing > worked. > I attached php.ini and php Configure Options. With these Options ol= der > Versions run fine. > If you need more Information please let me know. > > Thank you very much. > > andy > > #### > php.ini > #### > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > eaccelerator.shm_size=3D"30" > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > eaccelerator.enable=3D"1" > eaccelerator.optimizer=3D"1" > eaccelerator.check_mtime=3D"1" > eaccelerator.debug=3D"0" > eaccelerator.filter=3D"" > eaccelerator.shm_max=3D"0" > eaccelerator.shm_ttl=3D"0" > eaccelerator.shm_prune_period=3D"0" > eaccelerator.shm_only=3D"0" > eaccelerator.compress=3D"1" > eaccelerator.compress_level=3D"9" > ;eaccelerator.allowed_admin_path=3D"" > > ##### > php configure options > ##### > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php' > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > '--with-config-file-path=3D/etc' > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > '--enable-gd-freetype' > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir=3D= /usr' > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' > '--with-ttf' > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > '--with-sablot' > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' > '--enable-versioning' '--enable-yp' '--enable-bcmath' > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > '--enable-filepro' '--enable-ctype' '--disable-debug' > '--enable-force-cgi-redirect' '--enable-discard-path' > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs' > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > '--with-mysqli' > '--with-mysql=3D/usr/include/mysql' > > > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
From: Mauro C. <inc...@ya...> - 2006-08-21 17:19:42
|
Hi, Disable optimizer. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: Hi there, We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, running different Versions of PHP, apache and eA. Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we´re not able to get it running :( But its running with php-cli: php -v PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, by eAccelerator "php -m" anf "php -e" are showing the parameters of eA. [Zend Modules] eAccelerator But together with mod_php the extension seems not to be loaded. phpinfo() doesn´t show any eA parameters, and the "control.php" says that eA is not loaded :( Although phpinfo shows the same php build date as "php -e" does, that means that the correct and fresh build module is used. Used Versions: Debian, Kernel 2.6.14.2 PHP 5.1.5 Apache 2.0.59 eA 0.95-rc1 There are no errors in the apache error log. Tried to load eA as Zend Extension and as normal php extension. Nothing worked. I attached php.ini and php Configure Options. With these Options older Versions run fine. If you need more Information please let me know. Thank you very much. andy #### php.ini #### zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" eaccelerator.shm_size="30" eaccelerator.cache_dir="/tmp/eaccelerator" eaccelerator.enable="1" eaccelerator.optimizer="1" eaccelerator.check_mtime="1" eaccelerator.debug="0" eaccelerator.filter="" eaccelerator.shm_max="0" eaccelerator.shm_ttl="0" eaccelerator.shm_prune_period="0" eaccelerator.shm_only="0" eaccelerator.compress="1" eaccelerator.compress_level="9" ;eaccelerator.allowed_admin_path="" ##### php configure options ##### './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/bin' '--libdir=/usr/share' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype' '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' '--with-ttf' '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' '--with-sablot' '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' '--enable-versioning' '--enable-yp' '--enable-bcmath' '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-shmop' '--enable-calendar' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' '--enable-ftp' '--enable-memory-limit' '--enable-wddx' '--enable-filepro' '--enable-ctype' '--disable-debug' '--enable-force-cgi-redirect' '--enable-discard-path' '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' '--disable-cgi' '--enable-track-vars' '--enable-versioning' '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysqli' '--with-mysql=/usr/include/mysql' ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
From: Andreas L. diginights.c. <an...@di...> - 2006-08-21 15:52:33
|
Hi there, We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, running different Versions of PHP, apache and eA. Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we=B4r= e not able to get it running :( But its running with php-cli: php -v PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, by eAccelerator "php -m" anf "php -e" are showing the parameters of eA. [Zend Modules] eAccelerator But together with mod_php the extension seems not to be loaded. phpinfo() doesn=B4t show any eA parameters, and the "control.php" says that eA is not loaded :( Although phpinfo shows the same php build date as "php -e" does, that means that the correct and fresh build module is used. Used Versions: Debian, Kernel 2.6.14.2 PHP 5.1.5 Apache 2.0.59 eA 0.95-rc1 There are no errors in the apache error log. Tried to load eA as Zend Extension and as normal php extension. Nothing worked. I attached php.ini and php Configure Options. With these Options older Versions run fine. If you need more Information please let me know. Thank you very much. andy #### php.ini #### zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/eaccele= rator.so" eaccelerator.shm_size=3D"30" eaccelerator.cache_dir=3D"/tmp/eaccelerator" eaccelerator.enable=3D"1" eaccelerator.optimizer=3D"1" eaccelerator.check_mtime=3D"1" eaccelerator.debug=3D"0" eaccelerator.filter=3D"" eaccelerator.shm_max=3D"0" eaccelerator.shm_ttl=3D"0" eaccelerator.shm_prune_period=3D"0" eaccelerator.shm_only=3D"0" eaccelerator.compress=3D"1" eaccelerator.compress_level=3D"9" ;eaccelerator.allowed_admin_path=3D"" ##### php configure options ##### './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php' '--bindir=3D/usr/bin' '--libdir=3D/usr/share' '--with-config-file-path=3D= /etc' '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype' '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir=3D/usr' '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' '--with-tt= f' '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' '--with-sablo= t' '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' '--enable-versioning' '--enable-yp' '--enable-bcmath' '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-shmop' '--enable-calendar' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' '--enable-ftp' '--enable-memory-limit' '--enable-wddx' '--enable-filepro' '--enable-ctype' '--disable-debug' '--enable-force-cgi-redirect' '--enable-discard-path' '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs' '--disable-cgi' '--enable-track-vars' '--enable-versioning' '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysqli' '--with-mysql=3D/usr/include/mysql' |
From: Bart V. <bar...@zo...> - 2006-08-20 16:16:19
|
Martin wrote: > Hi, >=20 > I'm running eaccelerator 0.9.5-rc1 under unslung beta 6.8 (on nlsu2) > with php 5.1.4-3 under apache 2.0.54-3. >=20 > eA is displayed correctly in phpinfo, but if I'm accessing php-files, > none of them is cached but I get error logs with "Could not lock" and > "Could not release lock". What could go wrong? >=20 > Thanks, Martin! Can you check which types of shm and sem you are using? If you don't know what I'm talking about just attach the config.h file to a post here.= Could you also add your config.log file, but are created in the sourcedir after you run configure. If you are using sysvipc based semaphores make sure you pass the userid under which apache runs to the configure script. thanks, Bart --=20 Bart Vanbrabant <bar...@zo...> PGP fingerprint: 093C BB84 17F6 3AA6 6D5E FC4F 84E1 FED1 E426 64D1 |
From: Martin <reg...@bl...> - 2006-08-20 16:10:49
|
Hi, I'm running eaccelerator 0.9.5-rc1 under unslung beta 6.8 (on nlsu2) with php 5.1.4-3 under apache 2.0.54-3. eA is displayed correctly in phpinfo, but if I'm accessing php-files, none of them is cached but I get error logs with "Could not lock" and "Could not release lock". What could go wrong? Thanks, Martin! |
From: Patrick D. <pat...@pa...> - 2006-08-13 16:10:49
|
Just installed 0.9.5rc1 on several of my servers, seems to be working great. the need to delete the cache between reloads seems to be fine also. eAccelerator 0.9.5-rc1 on PHP 5.1.2 with apache 1.3, freebsd 5.4 eAccelerator 0.9.5-rc1 on PHP 4.4.3 with apache 2.0, freebsd 5.4 eAccelerator 0.9.5-rc1 on PHP 4.4.3 with lighttpd 1.4.11, freebsd 5.4 eAccelerator 0.9.5-rc1 on PHP 4.4.3 with lighttpd 1.4.11, freebsd 6.0 eAccelerator 0.9.5-rc1 on PHP 5.1.2 with lighttpd 1.4.11, freebsd 6.0 |
From: Soenke R. <rue...@to...> - 2006-08-08 08:12:18
|
eac...@li... <> wrote on : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 >=20 >> I just tried out the latest SVN snapshot and got a segfault: >>=20 > ... >> Segmentation fault (11) >>=20 >> I don't have a simple reproduce script - just wanted notify you >> guys. eA=20 >> 0.9.5RC1 has no problems here. >=20 > which revision? which platform? which php version? etc etc Fedora Linux (2.6.15 i686) PHP: 5.1.4 mod_php eA: r260 -soenke |
From: Richard <ope...@gm...> - 2006-08-07 14:31:41
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 > I just tried out the latest SVN snapshot and got a segfault: > ... > Segmentation fault (11) > > I don't have a simple reproduce script - just wanted notify you guys. eA > 0.9.5RC1 has no problems here. which revision? which platform? which php version? etc etc on: OSX 10.4.7 Darwin server 8.7.0 Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC Power Macintosh PHP 5.2dev PHP API 20041225 PHP Extension 20060613 Zend Extension 220060519 Debug Build no Thread Safety enabled Zend Memory Manager disabled a build of eA svn-co r264, all's fine here: php -i This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies with eAccelerator v0.9.6-dev, Copyright (c) 2004-2006 eAccelerator, by eAccelerator - -- /"\ \ / ASCII Ribbon Campaign X against HTML email, vCards / \ & micro$oft attachments [GPG] OpenMacNews at gmail dot com fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iEYEAREDAAYFAkTXTsgACgkQlffdvTZxCMaoOQCgq+5HckfwZo5EUbT/36yzxZ7b 5KIAoJmsJ0mmzFQHTq4NqHxBEUI2aQbh =EQk1 -----END PGP SIGNATURE----- |
From: Soenke R. <rue...@to...> - 2006-08-07 14:06:37
|
Hi, I just tried out the latest SVN snapshot and got a segfault: [Mon Aug 7 16:01:25 2006] pid 27586 mod_backtrace backtrace for sig 11 (thread "pid" 27586) [Mon Aug 7 16:01:25 2006] pid 27586 mod_backtrace main() is at 806bc50 /usr/lib/apache/mod_backtrace.so[0xb7412a33] /usr/sbin/httpd(ap_run_fatal_exception+0x36)[0x8071f4a] /usr/sbin/httpd[0x8071ff4] [0xffffe420] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so(calc_z val+0xd4)[0xb6ff9094] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so[0xb6ff 90d0] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so[0xb6ff 8c0b] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so(calc_z val+0x68)[0xb6ff9028] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so[0xb6ff 90d0] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so[0xb6ff 8c0b] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so(calc_s ize+0x237)[0xb6ff9843] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so[0xb6fe ce84] /usr/lib/php/extensions/no-debug-non-zts-20050922/eaccelerator.so(eaccel erator_compile_file+0x82d)[0xb6fed74d] /usr/lib/apache/libphp5.so[0xb7789a96] /usr/lib/apache/libphp5.so(execute+0x101)[0xb7768b11] /usr/lib/apache/libphp5.so[0xb7768d48] /usr/lib/apache/libphp5.so(execute+0x101)[0xb7768b11] /usr/lib/apache/libphp5.so(zend_call_function+0x566)[0xb7748c5a] /usr/lib/apache/libphp5.so(zend_call_method+0x90)[0xb77611e4] /usr/lib/apache/libphp5.so(zif_spl_autoload_call+0x99)[0xb767033d] [Mon Aug 7 16:01:25 2006] pid 27586 mod_backtrace end of backtrace [Mon Aug 07 16:01:26 2006] [notice] child pid 27586 exit signal Segmentation fault (11) I don't have a simple reproduce script - just wanted notify you guys. eA 0.9.5RC1 has no problems here. -soenke |
From: Ed B. <Ed...@al...> - 2006-08-04 23:02:40
|
Does your application use a database? This may not even be related to eaccellerator. Check the number of httpd daemons that are running: ps -ef | grep httpd Are there a lot of them at the slowdown time? You could be running out = of daemons or connections to the database. Possibly a long running query in one of the programs is causing them to = stack up until you have none available. Have you checked the logs. Apache creates error logs that when over 2GB = on 1.3 will stop it in its tracks. Look in /var/log/https typically. Is it possible that it is a network problem and not at the web server? What about pinging or traceroute to the box? Is the DNS lookup of the domain working well, and are the packet reponse = times reasonable? Good luck. Ewb -----Original Message----- From: eac...@li... = [mailto:eac...@li...] On Behalf = Of Andr=E9 Jorge Sent: Friday, August 04, 2006 4:56 PM To: eac...@li... Subject: [eAccelerator-developers] Web site doesn't respond = aftereaccelerator installation - Help needed Hello ! :) My hosting company support has installed eaccelerator on my server in = order to improve my board's performances. I'm sorry, I'm not conversant with servers and php, etc. So, I'm not = going to give you all necessary information at the beginning. I have on my server : PHP 4.4.2 Apache 1.3.36 MySQL 4.1.19 Linux My board worked very well at the begining. Then, a few days later, it seemed like the performances decreased and at = moments, the board slowed down for a few seconds. Then I began having blank pages (and I still have them) but not often, = and messages like this : "Document contains no data". Then, at moments, I began having 404 error pages : the board is no = longer responding. At the begining this lasted 2 minutes, and now it = lasts 18 minutes. - the server load is not high. It goes down to 0 and remains at 0 for = some time. - the memory figures are not high. At these moments, I don't have many users online : 100 or 200 not more. Then, after a few minutes, httpd status becomes "Failed" and at this = moment, it's possible to access my board again. Do you have a idea of the reason why I have these problems, where to = search=20 and what should be done to solve them ? Thank you ! SecondSight=20 -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers |