HenryMehta
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by HenryMehta-
Are you sure you are actually using EasyApache 4 ? If your server is still using EasyApache 3, you may need to follow the instructions at
-
Instructions on how to modify a users VHOST
-
Hello, The previous post offers the better approach. However, to answer your question, you won't see the names of the custom include files in the Apache configuration file. Apache is configured to...
-
Hi rpvw, config.force_ssl = true will force Ruby to use the https settings but if they're wrong it won't work. Henry
-
So I've created the ssl conf file in the directory as per: `/etc/apache2/conf.d/userdata/ssl/2_4/user/domain/includename.conf ` and restarted the server but the file isn't being included (or is bei...
-
I think I've worked out the issue, but don't know how to fix. The issue is httpd.conf has the line `DocumentRoot /home/mysite/public_html` but it should be `DocumentRoot /var/www/mysite/producti...