Create subdomain: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
Let it at minimum look like this: | Let it at minimum look like this: | ||
<pre>cat yourSubDomain.yourDomain.tld.conf | |||
<VirtualHost *:80> | <VirtualHost *:80> | ||
Line 33: | Line 35: | ||
Rest<code></code>art Apache: | |||
{{code|service apache2 restart}} | {{code|service apache2 restart}} |
Revision as of 18:14, 16 April 2023
How to make a new subdomain on a Debian VPS (Host Europe), with an apache2
Apache Config:
Config Site:
cd /etc/apache2/sites-available
New Config:
cp 000-default.conf yourSubDomain.yourDomain.tld.conf
Let it at minimum look like this:
cat yourSubDomain.yourDomain.tld.conf <VirtualHost *:80> ServerName yourSubDomain.yourDomain.tld DocumentRoot /path/to/your/subdomain/source </VirtualHost>
Enable site:
a2ensite yourSubDomain.yourDomain.tld.conf
Restart Apache:
service apache2 restart
HostEurope DNS Config:
- Log into KIS
- Produktverwaltung
- Domainservices
- Domain-Administration
- Nameserver- / DNS-Eintraege bearbeiten
- Edit your chosen Domain
- Create new "A-Record" with the subdomain name... linked to the Domain IP