-
Hi, I have a problem with configure a bloxby to works with custom domains. I think that the article in knowledge base is not very descriptive.
Now I have two .conf files in /etc/httpd/sites-available
First for bloxby installation and second for custom domains.The content of the two files are:
custom.conf<VirtualHost *:80>
DocumentRoot /var/www/mysite.com/site
ErrorLog /var/www/mysite.com/logs/error2.log
CustomLog /var/www/mysite.com/logs/requests2.log combined
</VirtualHost>and
mysite.com.conf<VirtualHost *:80>
DocumentRoot /var/www/mysite.com/site
ServerAlias *.mysite.com
ServerName mysite.com
ErrorLog /var/www/mysite.com/logs/error.log
CustomLog /var/www/mysite.com/logs/requests.log combined
</VirtualHost>What I do wrong ?
- This topic was modified 7 years, 1 month ago by Herbert.
The topic ‘Configure CentOS 7 for work with custom domains’ is closed to new replies.