Apache Tutorials
1. Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
By: Esra : 2023-04-03
Description: The SameSite attribute can be used to indicate whether to send a cookie in a cross-site request. The SameSite attribute is used to control how cookies are sent with cross-site requests, and it can have one of three values
2. apache increase cache to static files js and css for 1 year
By: Faizal : 2023-04-03
Description: To increase the cache time for static files such as JS and CSS files served by Apache, you can modify the Expires header of the HTTP response. The Expires header specifies the date and time when the cached resource is considered to be expired.
3. How to check if mod_expires module is loaded?
By: Gren : 2023-04-03
Description: To check if the mod_expires module is loaded and enabled in Apache, you can use the apachectl command-line utility with the -M option, which lists all the loaded Apache modules
4. add woff2 files to apache cache
By: Gren : 2023-04-03
Description: To add WOFF2 files to the cache with the mod_expires module in Apache, you can add the following line to your Apache configuration file (e.g. apache2.conf or .htaccess file in your website's root directory)