Le 16/02/2012 08:18, Per Jessen a écrit :
You can usually access mailman under http://example.com/mailman
logical, but http://www.culte.org/mailman gives "error 404" so the mailman pre-configuration do not work
mailman can serve multiple domains, if you only need one, you probably don't need virtual hosts.
ok, was what I thought
the default /etc/apache2/conf.d/mailman.conf file is (and I don't see any ServerRoot):
ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ Alias /mailmanicons/ /usr/lib/mailman/icons/ Alias /pipermail/ /var/lib/mailman/archives/public/
I think that means mailman is accessible on all websites in your apache config.
here my virtualhosts config (below), how do I insert mailman in it?: # forbid access to the entire filesystem by default <Directory /> Options None AllowOverride None Order deny,allow Deny from all </Directory> <Directory "/srv/www/htdocs"> Options FollowSymLinks Includes #AllowOverride None AllowOverride All Order allow,deny Allow from all #DirectoryIndex index.html index.php </Directory> NameVirtualHost *:80 <VirtualHost *:80> ServerName culte.org ServerAlias asso.culte.org ServerAlias www.culte.org ServerAlias 192.168.56.2 DocumentRoot /srv/www/htdocs/ DirectoryIndex index.html index.php <Directory /> Options None AllowOverride None Order deny,allow Allow from all </Directory> </VirtualHost> thanks jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org