On Sun, Jul 26, 2009 at 9:45 AM, Jos Chrispijn<apa...@webrz.net> wrote:
> I would like to force all domain requests _not_ being defined in my
> httpd.conf to be shown a special pre-defined web page with the requested
> domein displayed in that page. Can someone please tell me how I can do this?
> Web pages etc. are no problem, just the way to configure this in Apache
> setup. Thanks.

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?

Krist

-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to