View previous topic :: View next topic |
Author |
Message |
IneffibleMind n00b
Joined: 22 Aug 2003 Posts: 2
|
Posted: Fri Aug 22, 2003 8:58 pm Post subject: PHP4 |
|
|
How can I emerge a php shell interpreter that will work on a web server? |
|
Back to top |
|
|
paranode l33t
Joined: 06 Mar 2003 Posts: 679 Location: Texas
|
Posted: Fri Aug 22, 2003 9:29 pm Post subject: |
|
|
Emerge php for the language itself, and emerge mod_php to have it work with apache. I think that's all you need unless I am misunderstanding the question. _________________ Meh. |
|
Back to top |
|
|
IneffibleMind n00b
Joined: 22 Aug 2003 Posts: 2
|
Posted: Sat Aug 23, 2003 4:09 pm Post subject: |
|
|
Have tried that and php still isnt working for my web pages |
|
Back to top |
|
|
dreamer Apprentice
Joined: 16 Aug 2003 Posts: 236
|
Posted: Sat Aug 23, 2003 10:25 pm Post subject: |
|
|
In danger of insulting you
Did you start apache with -D PHP4 ?
and did you add the following stuff in /etc/apache2/conf/apache2.conf
LoadModule php4_module extramodules/libphp4.so
AddType application/x-httpd-php .php
good luck! |
|
Back to top |
|
|
|