February 8

apache-mpm-itk vhost example

<virtualhost 0.0.0.0:80 >
AssignUserID bizz bizz
DocumentRoot /var/www/bizz/data/www
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir "/var/www/bizz/data:."
php_admin_value upload_tmp_dir "/var/www/bizz/data/mod-tmp"
php_admin_value session.save_path "/var/www/bizz/data/mod-tmp"
</virtualhost>
<directory /var/www/bizz/data/www>
Options -ExecCGI -Includes
php_admin_value open_basedir "/var/www/bizz/data:."
php_admin_flag engine on
</directory>


Copyright 2021. All rights reserved.

Posted 8 February 2015 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.