Krist van Besien wrote:
Normally all requests for virtual hosts not defined in your httpd.conf will be handled by the default virtual host, which is the first one. So in your httpd.conf you jsut add a virtualhost before all others. In this virtual host you can just have a default page. Maybe even a cgi script that generates a page with the name of the domain. Is this what you want?
Trivial point: I'd incline to SSI in preference to CGI for this. But not important. More to the point, the OP's description sounds like an attempt to set up an error page, for requests that the server isn't expecting. So why not drop the default page, leave the default virtualhost empty (or forbidden), and use an ErrorDocument to present to the user. That way you won't get unfortunate side-effects like Google indexing your not-there page. -- Nick Kew --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx