Running my forums website without control panel

Status
This content is read-only, or is not open for further replies.

xml

Guest
offline
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?

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom