Custom Query (267 matches)
Results (16 - 18 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #76 | invalid | error 500 on /xcache-admin | moo | till |
| Description |
Versions: [ebuild R ] dev-lang/php-5.1.6-r6 [ebuild R ] www-servers/lighttpd-1.4.13-r1 [ebuild R ] dev-php5/xcache-1.2.0 The log produces the following error: 2007-02-27 16:57:46: (mod_fastcgi.c.2424) unexpected end-of-file (perhaps the fastcgi process died): pid: 7972 socket: tcp:127.0.0.1:1029 2007-02-27 16:57:46: (mod_fastcgi.c.3209) response not received, request sent: 1254 on socket: tcp:127.0.0.1:1029 for /xcache-admin/index.php , closing connection My xcache settings: xcache.cacher="1" xcache.size="64M" xcache.count="2" xcache.slots="8k" xcache.var_size="0" xcache.var_count="1" xcache.readonly_protection="0" xcache.mmap_path="/tmp/xcache/cache" xcache.stat="1" xcache.optimizer="0" xcache.coverager="0" xcache.coveragedump_directory="/tmp/xcache" xcache.admin.user="till" xcache.admin.pass="<md5 here>" |
|||
| #221 | fixed | Cache local files relative to the current execution-path | moo | thomasb |
| Description |
When doing an include in a php-file: /www/scripts/file.php
<?php
include('file1.php');
?>
xcache fails to cache the included file if the current folder (/www/scripts/) is not in the include-path. The attached patch fixes the xc_stat-function to also check the current execution-path. |
|||
| #232 | invalid | PHP startup problem | moo | tecchese |
| Description |
XCache: Unable to initialize module...Module compiled with build ID=API20090626,....see imagehttp://www.tecchese.com/PIC.JPG |
|||
Note: See TracQuery
for help on using queries.

