Hi Mehmet!
You just have to create additional entries in your /etc/hosts file.
Actually it looks like:
127.0.0.1 localhost
if you add the following line, then you can reach your apache at
"localhost1", too:
127.0.0.1 localhost1
The same can be done with every name that you would have for yo
Axel-Stéphane SMORGRAV wrote:
In your conf below, you use the same certificate in both VH although the
ServerName are different.
All requests will be handled by the grundfunk VH regardless of whether you
request grundfunk.de or ronalter.de.
If you add
CustomLog /etc/apache2/log/grundfunk_
Hi!
[EMAIL PROTECTED] wrote:
Is this any good?
http://www.onlamp.com/pub/a/apache/2005/02/17/apacheckbk.html
very helpful website, thanks!
-
The official User-To-User support forum of the Apache HTTP Server Project.
See h
Hi Axel-Stéphane!
Axel-Stéphane SMORGRAV wrote:
The same server certificate is presented by both sites and the CN does not
match any of the FQDN. Therefore you get a security warning on both URLs.
That's what's wrong.
Ok. Up to now I thought the warning is not importent for my purposes...
Hi!
First: I've read the docs and now I know that it can't work.
But my setup seems to work: check it out!
https://ronalter.de
https://grundfunk.de
both are on the same machine with only one IP address.
What's the fault in my thought?
My config:
-