httpd.conf rewrite kapalı . Site 500 Internal Server Error hatası veriyor

htaccess in en ust satirina #Options +FollowSymLinks ya da RewriteBase / ekledin mi?
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
yemezse AddType x-mapp-php5 .php ekleyip denersin.
baktin olmuyor apache'nin httpd.conf dosyasini acip
#LoadModule rewrite_module modules/mod_rewrite.so satirinin basindaki # kaldirirsin.
/etc/apache2/httpd.conf uzerinde uygularsan zira apache1 in yapilandirmasina bakiyor olabilirsin.
eger siteyi alt klasorde calistiriyorsan misal RewriteBase /hedehodo/ yaparsin.


siteye girmeye çalıştım vi /usr/local/apache/logs/error_log açtım en son satırda şu yazıyor
vs vs ../.htaccess : Invalid command 'php_value' , perhaps misspelled or defined by a module not included in the server configuration
htaccess in en ust satirina #Options +FollowSymLinks var zaten
Problemin kaynağı buymuş
#Change upload limits
php_value memory_limit 250M
php_value post_max_size 250M
php_value upload_max_filesize 250M
php_value max_execution_time 900
#Change upload limits end
