Hello,

On Wednesday 04 October 2006 06:55, Hans-Christian Otto wrote:
> If one finds the solution for this - would be nice if he could write it to
> the ML. Thanks,

You can use "mod_vhost_alias"

In your httpd.conf :

    LoadModule vhost_alias_module            modules/mod_vhost_alias.so

The virtual host declaration :

<VirtualHost _default_:80>
    VirtualDocumentRoot "/var/www/%1"
</VirtualHost>

Then, you just have to put your web pages under /var/www/mail.

It should work. If it doesn't work, let me know. More information are at : 
http://httpd.apache.org/docs/2.0/mod/mod_vhost_alias.html

-- 
Nicolas MASSÉ
Pour récupérer ma clef GPG:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 0x2A18C433
Key fingerprint: 6621 FC23 5DC7 54BA B952 316A 50B1 BC3F 2A18 C433

Attachment: pgpq3ItqGEZyJ.pgp
Description: PGP signature

Reply via email to