Special settings for PHP in the VM _ PHP Tutorial

Source: Internet
Author: User
Tags php error log
Special settings for PHP in the VM. VM settings VirtualHost127.0.10.10ServerAdminwebmaster@hostmachine.comDocumentRootwwwvirtual.comhtdocsServerNamewww.virtual.comUserDirwwwvirtual.comhtdocsScri VM settings


ServerAdmin webmaster@hostmachine.com
DocumentRoot/www/virtual.com/htdocs
ServerName www.virtual.com
UserDir/www/virtual.com/htdocs
ScriptAlias/cgi-bin // www/virtual.com/cgi-bin/
ErrorLog/www/virtual.com/logs/error_log
CustomLog/www/virtual.com/logs/access_log common


Directory settings

# Set whether to use php for the VM
Php_engine On
# Set the debugging level for php error information
Php_error_reporting 1
# Set whether to record php error logs
Php_log_errors On
# Setting php error log files
Php_error_log/www/virtual.com/logs/php_error_log
# Set the maximum lifetime of a php thread
Php_max_execution_time 180
# Set the user's temporary Upload Directory
Php_upload_tmp_dir/www/virtual.com/htdocs/tmp
# Set to include header files
Php_include_path/www/virtual.com/htdocs/include


Executable directory settings


Options Indexes FollowSymLinks
AllowOverride All
Order allow, deny
Allow from all

Unzip VirtualHost 127.0.10.10 ServerAdmin webmaster@hostmachine.com DocumentRoot/www/virtual.com/htdocs ServerName www.virtual.com UserDir/www/virtual.com/htdocs Scri...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.