I've installed Gentoo with Live CD / GRP
Now I want to run Apache: So I did the things I read in the desktop install
guide :
emerge apache mod_php
edit /etc/conf.d/apache2 with "APACHE2_OPTS="-D SSL -D PHP4"
/etc/init.d/apache2 restart
apache does work, I can connect to
http://localhost and see the Apache
welcome page
alas, none of the modules work : I cannot connect to "https://localhost" and
the code <?php phpinfo(); ?> does not show anything.
I know this is a very basic problem, but could someone help me ?
Thanx