Koozali.org: home of the SME Server

httpd.conf

Offline ltwally

  • ****
  • 108
  • +0/-0
httpd.conf
« on: April 25, 2008, 06:31:57 PM »
Is there a way to make SME add a secondary website with the server-manager?   Or is the only way manually add a VirtualHost in httpd.conf??

example:  we need to have both 123xyz.com and 456abc.org, and have them point to different content.

Thanks!

Online Stefano

  • *
  • 10,894
  • +3/-0
Re: httpd.conf
« Reply #1 on: April 25, 2008, 06:36:01 PM »
yes..

read the manual.. all you are asking for is there.

Ciao
Stefano

Offline pfloor

  • *****
  • 889
  • +1/-0
Re: httpd.conf
« Reply #2 on: April 25, 2008, 06:41:01 PM »
You really need to read the manuals as this is a very basic (and very easily set up) part of SME:
http://wiki.contribs.org/SME_Server:Documentation

Namely this part about how to setup ibays for your content:
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter14

And this part on how to manage domains and virtual domains:
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter13#Domains
In life, you must either "Push, Pull or Get out of the way!"

Offline pfloor

  • *****
  • 889
  • +1/-0
Re: httpd.conf
« Reply #3 on: April 25, 2008, 06:46:21 PM »
Or is the only way manually add a VirtualHost in httpd.conf??

You also should read the developer's guide and understand that you can not edit most configuration files directly.  If you do, they will revert back and you will lose all your changes.

http://mirror.contribs.org/contribs/gordonr/devguide/html/devguide.html#ARCHITECTURE
In life, you must either "Push, Pull or Get out of the way!"