Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I have configured the virtual host for example.com but still getting apache default page when i load the page.when i ping example.com i get the same IP that I configure in /etc/hosts.Have already disabled default page with a2dissite 000-default.conf. What could be the possible issue?
to get the result, you need Allow incoming traffic for this profile. Please follow this tutorial.
Question 1
[1] DocumentRoot /var/www/test.com/public_html
[2] DocumentRoot /var/www/test_com/public_html
which version is more better to use? Is it common practice to use dotted version?
Question 2
Once file /etc/apache2/sites-available/test.com.conf is changed, do I have re run $ sudo a2ensite test.com.conf or not?
Thanks!
Hi and thank you for the tutorials. I follow this instructions but when I try ping in console i receive the following:
64 bytes from sub-08.example.com (xxx.xx.xxx.xx): icmp_seq=8 ttl=64 time=0.059 ms
where do you thing I forget the example.com?
Could not get the new virtual server to see it’s DocumentRoot, it kept using the servers default yet it appeared to work: We put html docs in the users directories /home/bob/html adding DocumentRoot to each VirtualHost:
<VirtualHost *>
ServerName bob.fg
DocumentRoot /home/bob/html
<Directory /home/bob/html>
allow from all
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
</VirtualHost>
Apache was not getting me to my DocumentRoot. After staring at the conf files I discovered webmin only put <VirtualHost *> instead of <VirtualHost *:80> made the change and it works now.
When I login with SFTP I can’t create folders inside the public_html folder but I can upload files or mofify them.
“example.com” folder and the “public_html” folder both have permission 755 and user is my user where I logon.
Any idea why I can’t create folders?
Step 5 I got this error, when I try to use “sudo a2ensite mydomain.com.conf”
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = “UTF-8”, LANG = “en_US.UTF-8” are supported and installed on your system. perl: warning: Falling back to a fallback locale (“en_US.UTF-8”). Enabling site mydomain.com. To activate the new configuration, you need to run: service apache2 reload
This comment has been deleted
I have configured all the step from above.but still when i press “example.com”,Not Found
The requested URL / was not found on this server.