On Thu, 2 Dec 1999, Ken Pooley wrote:

> I am still working on installing Midgard, once I used RPMs I felt like less 
> of a man but it all went smoothly...

If the mark of a man these days is whether he can install from source...
all those who build their machine from the ground up (and no cheating
using a distro!) raise a hand. No hands? Didn't think so :)

> I am working on a laptop  which has 
> proved to make things a little odd since the linux install was a bit of an 
> adventure....anyway....I am down to doing the modifications of my http.conf 
> and am having a hard time....is there anyone who can volunteer any 
> insights...one thing I was specifically curious about was why the root 
> midgard file is installed at  /usr/lib/apache/midgard-root.php3 ....does 
> that seem right.

It is. It is specifically outside the documentroot since there should be
no need to call it up directly. Midgard will know what to do with it.

> Part of the problem is that I have never configured virtual servers

The basic VHost setup goes like:

Listen 192.168.1.1:80
Listen 192.168.1.1:8080
NameVirtualHost 192.168.1.1 # your IP address
<VirtualHost 192.168.1.1:80>
ServerName your.server.name
</VirtualHost>
<VirtualHost 192.168.1.1:8080>
ServerName other.server.name
</VirtualHost>
<VirtualHost 192.168.1.1:80>
ServerName third.server.name
</VirtualHost>

Just make sure the names exist in DNS.

Bye,
Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to