Versionsunterschiede von Test Server / Setting Up Virtual Hosts
102 | %%# Virtual hosts |
---|---|
103 | Include etc/extra/httpd-vhosts.conf %% |
104 | |
105 | ===Create a custom domain in the hosts file of your system=== |
106 | |
107 | You need to create a custom domain where our apache virtual host will point to. This domain will be normally an ip (127.0.0.xx based) and a custom name. |
… | … |
139 | Start apache and mysql (entire XAMPP). |
140 | Navigate in your browser to ##~http://myproject/## or ##~http://127.0.0.3/##. |
141 | |
142 | ===Weblinks=== |
143 | https://doc.opensuse.org/documentation/leap/reference/html/book-reference/cha-apache2.html |
144 | ((https://doc.opensuse.org/documentation/leap/reference/html/book-reference/cha-apache2.html#sec-apache2-configuration-manually-configfiles-etc-apache2)) |
145 |