Hi,
i started "emerge -up world" and found a new version of mod_ssl. The emerge wanted to downgrade my Apache2 to Apache1. I know, it's not a real downgrade but an install into another slot but I dont like unused software fill up my harddisks.
So I tried to cheat with "emerge insert net-www/apache-1.3.xx" - worked ok. Then I tried to "emerge mod_ssl" but without success. The ebuild said something like "mod_ssl for apache-1-3-xx". and stopped.
How can I emerge mod_ssl WITHOUT emerging apache-1.x as well?
cu, wum
-- [EMAIL PROTECTED] mailing list
The Apache2 ebuild by default builds SSL support into itself whether you want it or not. IMHO it is extremely misleading that there is no SSL use flag for apache2. Anyway, to use it simply edit /etc/conf.d/apache2 and add the following.
APACHE2_OPTS="-D SSL"
Then do:
/etc/init.d/apache2 restart
HTH.
-- [EMAIL PROTECTED] mailing list
