View previous topic :: View next topic |
Author |
Message |
Berkz Apprentice
Joined: 26 Aug 2002 Posts: 205 Location: Iceland
|
Posted: Mon Feb 24, 2003 8:26 pm Post subject: General installation steps for Apache 2.0.44 and Php + ssl ? |
|
|
Can anybody outlist what I need to do to install these items... I wasn't sure if to follow the instructions in Gentoo Linux Desktop Configuration Guide so I wanted to try it out here first. Is it the same procedure?
Regards, Berkz |
|
Back to top |
|
|
Berkz Apprentice
Joined: 26 Aug 2002 Posts: 205 Location: Iceland
|
Posted: Tue Feb 25, 2003 6:53 pm Post subject: nobody? |
|
|
Can nobody do this?
Is it just
emerge apache
emerge php
or can I just follow the Gentoo Linux Desktop Configuration Guide?
Regards? |
|
Back to top |
|
|
rtn Guru
Joined: 15 Nov 2002 Posts: 427
|
Posted: Tue Feb 25, 2003 7:07 pm Post subject: |
|
|
The desktop guide includes instructions for apache 1.x, not apache 2.x.
According to this post apache2 includes ssl support.
That aside, my guess is that you can define apache2 in your USE flags, and
then emerge it and mod_php.
--rtn |
|
Back to top |
|
|
Berkz Apprentice
Joined: 26 Aug 2002 Posts: 205 Location: Iceland
|
Posted: Tue Feb 25, 2003 7:39 pm Post subject: trying that .. |
|
|
OK I'll try that thanx
Regards, Berkz |
|
Back to top |
|
|
tkdack n00b
Joined: 12 Apr 2002 Posts: 44 Location: Sydney, Australia
|
Posted: Tue Feb 25, 2003 10:42 pm Post subject: |
|
|
Yep you need the use flag, this'll get it all for you:
Code: | USE="apache2 ssl" emerge apache mod_php |
You might need to add:
Code: | ACCEPT_KEYWORDS="~x86" |
on the same line as well because I think Apache-2 is still ~ masked. _________________ Troy
http://linux.tkdack.com
Former Gentoo contributor TaD |
|
Back to top |
|
|
|