Viewing 10 posts - 1 through 10 (of 10 total)
The topic ‘Configure-ing DNS for custom domain publishing’ is closed to new replies.
This doesn`t work for me (and for my server)
"Debian based (Debian, Ubuntu )
Create a file named ‘custom.conf’ in /etc/apache2/sites-available/custom.conf and add the following content:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Now activate the new configuration file with the following command:
sudo a2ensite /etc/apache2/sites-available/custom.conf"
Maybe if you update this info for apache-sp (?)
The topic ‘Configure-ing DNS for custom domain publishing’ is closed to new replies.