You must not delete the ServerName directive, it should look like:
...
ServerName teknerds.net
ServerAlias www.teknerds.net
DocumentRoot /srv/www/htdocs/sites/teknerds
...
On Thu, December 20, 2007 03:30, Chris Arnold wrote:
> I am replying to the last email sent that said
I had routinely misused the mailing list, then
> you could blame me and teach me about ethics. No offense here, but that's
> annoying.
>
> And thanks for the response.
>
> Regards,
> EWD
>
>
> Florian Schmidt-3 wrote:
>>
>> Hi Edsger,
>>
>> f
Hi Edsger,
first, simply resending your email is not cool. Resending it on the same day
is close to being annoying. I already read your first email, I think many
others did that too. Please avoid that in the future.
What you want, is called a subdomain, you need your provider to arrange that.
Af
Maybe I missed the core of your question because it was so early in the
morning for me :-)
To extend my example:
NameVirtualHost IP1:80
ServerName domain1.com
DocumentRoot /var/www/domain1/
ServerName domain2.com
DocumentRoot /var/www/domain2/
NameVirtualHost IP2:80
Hi Bryan,
one example would be a machine with two IP adresses, each of them has its own
www.domain
example:
NameVirtualHost IP1:80
NameVirtualHost IP2:80
but there are even more situations where NameVirtualHost could used. Maybe
with different websites on different ports, etc
Hi Martin,
actually I don't know much about HTTP authentication, but I know theres
another module called mod_auth_basic and it seems that it doesn't need a DB.
http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html
In my opinion case insensitive authentication is a problem you shouldn't waste