xml
Active member
I am planning by the end of the year to leave cPanel and run my VPS manually so as a start what is the best configuration of Apache vhost for xenforo?
On my testing VPS, this vhost is running with no error messages:
<virtualhost *:80>
ServerName example.com
ServerAlias www.example.com
DocumentRoot /home/user/public_html
CustomLog /var/log/httpd/access_log combined
</virtualhost>
Any suggestions for a better configuration in case I missed any important directives?
On my testing VPS, this vhost is running with no error messages:
<virtualhost *:80>
ServerName example.com
ServerAlias www.example.com
DocumentRoot /home/user/public_html
CustomLog /var/log/httpd/access_log combined
</virtualhost>
Any suggestions for a better configuration in case I missed any important directives?
Last edited: