Hi.
Working with Apache 2 on Linux, I'm trying to make server accept also
'mydomain.com'
petitions (www.mydomain.com works fine).
Within my httdp.conf, I've got:
---------
<VirtualHost 102.100.x.x:80>
ServerName mydomain.com:80
ServerAlias www.mydomain.com
UseCanonicalName Off
DocumentRoot /var/www/mydomain.com/httpdocs/www
</VirtualHost>
---------
But it doesn't work: when typing 'mydomain.com' on my browser, I get one blank
webpage (not a "Server not found" message). I'd like to know where
http petitions
are launching (in which local directory). Any suggestion?
Thank you very much and happy holidays.
---------------------------------------------------------------------
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]