On 10/19/06, Gregor Schneider <[EMAIL PROTECTED]> wrote:
Ok, maybe now I'm getting what you mean:

I kept the configs as they are, but changed my apache2.conf to

NameVirtualHost test-dom:80
NameVirtualHost test-dom:443

At least we are getting closer now.  But those two lines should be
NameVirtualHost *:80
NameVirtualHost *:443

dekold4712:/etc/apache2/sites-available#
/etc/init.d/apache2 restart
Forcing reload of web server: Apache2apache2: Could not determine the
server's fully qualified domain name, using 10.170.202.5 for ServerName
apache2: Could not determine the server's fully qualified domain name, using
10.170.202.5 for ServerName

Try putting
ServerName test-dom
OUTSIDE the <virtualhost> sections.  This won't do anything; it is
just to quite the warnings.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to