السلام عليكم ورحمة الله وبركاته.
اليوم شرحنا هو تفعيل mod_deflate او mod_zip في لوحة plesk
طبق الأوامر الثالية بالترتيب
رمز Code:
رمز Code:
تم قم بعمل اعادة تشغيل للأباتشي عبر الامر
رمز Code:
رمز Code:
رمز Code:
# the above makes sure that everything has loaded correctly.
# we don't want apache crashing for no good reason.
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
# Don't compress images
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
# or pdfs
SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
# or binary archives
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar|iso|dia)$ no-gzip dont-vary
# or javascript
SetEnvIfNoCase Request_URI \.(?:js)$ no-gzip dont-vary
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
#properly handle requests coming from behind proxies
Header append Vary User-Agent env=!dont-vary
تم بعدها اعمل اعادة تشغيل الأباتشي عبر
رمز Code:
تم الشرح بواسطة شركة TraiHost.com
اليوم شرحنا هو تفعيل mod_deflate او mod_zip في لوحة plesk
طبق الأوامر الثالية بالترتيب
رمز Code:
vi /etc/httpd/conf/httpd.conf
إبحث عن هذا السطررمز Code:
#LoadModule deflate_module modules/mod_deflate.so
تم قم بحدف علامة # امام السطر واعمل حفظ تم قم بعمل اعادة تشغيل للأباتشي عبر الامر
رمز Code:
/etc/init.d/httpd restart
تم رمز Code:
vi /etc/httpd/conf.d/deflate.conf
اضف فيه هذا الكودرمز Code:
# the above makes sure that everything has loaded correctly.
# we don't want apache crashing for no good reason.
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
# Don't compress images
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
# or pdfs
SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
# or binary archives
SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar|iso|dia)$ no-gzip dont-vary
# or javascript
SetEnvIfNoCase Request_URI \.(?:js)$ no-gzip dont-vary
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
#properly handle requests coming from behind proxies
Header append Vary User-Agent env=!dont-vary
رمز Code:
/etc/init.d/httpd restart
والسلام عليكم ورحمة الله وبركاته. تم الشرح بواسطة شركة TraiHost.com
قوانين وشروط الإنضمام لمجموعة صاحب موقع إستضافة