Custom Query (267 matches)
Results (16 - 18 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #177 | worksforme | about the xcache admin error | moo | vyouzhi |
| Description |
see here, when i login admin and clean var or php, the xcache give me the error While trying to process the request:
POST /xcache_admin/ HTTP/1.1
Host: www.xxxx.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-CN; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: zh-cn,zh;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: gb2312,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.xxxx.com/xcache_admin/
Cookie: __utmz=49687349.1206196763.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=49687349.1644187740.1207388624.1210079277.1210342459.10; AJSTAT_ok_times=9; PHPSESSID=04e083e7af5a4aa6047ae00974aca548
Content-Type: application/x-www-form-urlencoded
Content-Length: 46
The following error was encountered:
* Invalid Response
The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator. Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.
Your cache administrator is xxxx.com.
|
|||
| #185 | worksforme | Using a php script for sendmail_path causes segmentation fault | moo | blueyed |
| Description |
I've noticed that "mail()" failed on my webserver, since I've installed XCache: # php -d sendmail_path="/usr/local/bin/sendmail_test" -r "var_dump( mail('EMAIL', 'test', 'test') );"
/dev/zero: No space left on device
Failed creating file mappping
PHP Fatal error: Failed creating file mappping in Unknown on line 0
PHP Fatal error: XCache: Cannot create shm in Unknown on line 0
testSegmentation fault
bool(false)
/usr/local/bin/sendmail_test looks as follows: #!/usr/bin/php <?php echo "test"; ?> Executing sendmail_test itself works fine, only when used for sendmail_path it fails. The workaround for me is to use "#!/usr/bin/php -n" for this script (-n for "no ini and therefore also no xcache). Debian/Ubuntu? uses the same conf.d directories for CLI and CGI, otherwise I might have disabled XCache for CLI instead. If you need more information, like e.g. a backtrace in case you cannot reproduce this, please let me know. |
|||
| #187 | worksforme | adming doesn work | moo | hardik@… |
| Description |
Hi,
|
|||

