From Wiki

Apache: Security

Daha g�venli bir apache i�in...

NOT: Bu belge hen�z tamamlanmadı.

PHP betiklerinin g�venli bir şekilde �alıştırılması i�in php.ini'de yapılması gereken ayarlar:

safe_mode = on

Sanal hostlar i�in yapılması gereken ayarlar:

# Levent YAL�IN'in [email protected] eposta listesinde verdigi cevap:
<VirtualHost ahmet.com.tr:80>
 php_flag engine on
 php_admin_value open_basedir "/home/ahmet.com.tr/"
 php_admin_value max_execution_time 15
 php_admin_value upload_tmp_dir "/home/ahmet.com.tr/tmp/"
 php_admin_value session.save_path "/home/ahmet.com.tr/tmp/"
</VirtualHost>

Retrieved from http://kozgun.net/wiki/pmwiki.php?n=Apache.Security
Page last modified on September 09, 2005, at 10:07 AM