ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,662
- Points
- 823
Reputation:
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 /home/user/access_log combined
</virtualhost>
Any suggestions for a better configuration in case I missed any important directives?
Continue reading...
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 /home/user/access_log combined
</virtualhost>
Any suggestions for a better configuration in case I missed any important directives?
Continue reading...