मुझे 500 आंतरिक सर्वर त्रुटि के साथ पृष्ठ लोड हो रहे हैं, क्योंकि मुझे एक निर्देश पर विश्वास है कि अपाचे को अनुमति देने के लिए कॉन्फ़िगर नहीं किया गया है।
मेरे पास सभी के लिए AllowOverride सेट है, और एक .htaccess फ़ाइल भी शामिल है:
<FilesMatch "\.(eot|ico|pdf|flv|jpg|jpeg|png|gif|svg|swf|ttf|woff)$">
Header set Cache-Control "max-age=31536000, public"
Header set Expires "Wed, 23 Apr 2014 17:00:01 UTC"
</FilesMatch>
/var/log/apache2/error.log है:
[Sat Jul 20 15:12:36 2013] [alert] [client 24.15.83.241] /home/jonathan/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
मुझे क्या निर्दिष्ट करने की आवश्यकता है ताकि Apache2 'Header' निर्देश को ठीक से संभाल सके?