OpenSUSE Linux Tips, tricks, how-tos, opinions, and news
My Resume - My LinkedIn ProfileWell, it took me a little bit, but I finally got it. Once I did, it was a snap. I’m talking about setting up virtual hosts on a SUSE 10.0 webserver. In your /etc/apache2/httpd.conf file, add a line:
NameVirtualHost *:80
And then you go into the /etc/apache2/vhosts.d/ directory. There will be a file called vhost.template which you will use to configure your virtual host. Open that file up and save it as something like [insert virtual host here].conf . It doesn’t matter what the name of the file is, because the /etc/apache2/httpd.conf file will include everything in that directory that ends in a .conf extension. Then, you just go through the file, editing everything as it should be. Hopefully, it’s pretty self-explanatory. It all made perfect sense to me. Save that file. Then, restart apache:
/etc/init.d/apache2 restart
And you should be all set up.
SUSE 10.1 beta 5 is out, sweet!
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
« Jan | Mar » | |||||
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 |
59 queries. 0.588 seconds