apc برمجه ملف واحد من المصدر



PHP APC (البديل PHP الكاش) هو الإطار الذي يسرع تطبيقات PHP عن طريق تخزين نتيجة لبرامج PHP جمعت في ذاكرة التخزين المؤقت المعروف أيضا باسم. متوفر في حزمة APC الملف apc.php إذا تحميلها كمصدر من الصفحة APC الموقع PECL، ولكن إذا كنت قد قمت بتثبيت ذلك من مستودع لينكس باستخدام الأمر يم تثبيت PHP-APC أو الرابطة بين الحصول على تثبيت php- APC لن تكون متاحة هذا الملف. لقد استخراج الملف apc.php من مصدر APC تحميلها من الموقع PECL وهو متاح للتحميل هنا.
PHP APC (Alternative PHP Cache) is a framework which speeds up PHP applications by storing the result of compiled PHP programs in the memory a.k.a. caching. The apc.php file is available in the APC package if downloaded as source from the APC page of the PECL website, but if you have installed it from the Linux repository by using the command yum install php-apc or apt-get install php-apc this file will not be available. I have extracted the apc.php file from the APC source downloaded from the PECL website and it is available for download here.

مثال
https://data1.puryearlaw.com/apc.php 
المصدر
http://pecl.php.net/package/APC 
تنزيل فرعي
http://websistent.com/wp-content/uploads/2013/03/apc.php_.zip 
To access the “System Cache Entries” and “User Cache Entries” a password has to be set, this will be used for doing a HTTP Basic Authentication just like using a htpasswd file. Edit the following lines in the apc.php file
defaults('ADMIN_USERNAME','apc');
defaults('ADMIN_PASSWORD','password');
Editing the first line is optional but only if the string “password” is changed to something else in the second line will authentication work. Authentication can also be disabled by editing the following line
defaults('USE_AUTHENTICATION',1);
Change the 1 to 0 and authentication will be disabled but use this with caution as it could allow unauthorized access
للوصول إلى "مقالات نظام الكاش" و "ذاكرة التخزين المؤقت العضو مقالات" كلمة السر يجب أن يتم تعيين، سيتم استخدام هذا للقيام مصادقة HTTP الأساسية تماما مثل استخدام ملف تباسود. تحرير الأسطر التالية في ملف apc.php
التخلف ( 'ADMIN_USERNAME'، 'APC')؛
التخلف ( 'ADMIN_PASSWORD'، 'كلمة السر')؛
تحرير السطر الأول هو اختياري ولكن فقط إذا تم تغيير سلسلة "كلمة السر" لشيء آخر في السطر الثاني والمصادقة العمل. ويمكن أيضا أن يتم تعطيل المصادقة عن طريق تحرير السطر التالي
التخلف ( 'USE_AUTHENTICATION'، 1)؛
تغيير 1-0 وسيتم تعطيل المصادقة ولكن استخدام هذا بحذر لأنها قد تسمح الوصول غير المصرح به

إرسال تعليق

0 تعليقات