View previous topic :: View next topic |
Author |
Message |
draman n00b
Joined: 15 Jun 2004 Posts: 19
|
Posted: Tue Jun 15, 2004 4:00 pm Post subject: Apache and PHP problem |
|
|
PHP and Apache have been installed on the system and Apache is running, its modules assigned to load automatically but when I browse a PHP page from my browser, its lines will appear,
for example :
http://localhost/test.php
just 3 lines will appear:
<?php
phpinfo();
?>
any idea? |
|
Back to top |
|
|
_hephaistos_ Advocate
Joined: 07 Apr 2004 Posts: 2694 Location: salzburg, austria
|
Posted: Tue Jun 15, 2004 4:03 pm Post subject: |
|
|
hello,
make sure:
1) you have mod_mono emerged
2) you have mod_php.conf in /etc/apache2/conf/modules
3) you have -D PHP4 in /etc/conf.d/apache2
yes that's it I think, more I don't recognize at the moment...
ciao
PS: please delete your other post |
|
Back to top |
|
|
draman n00b
Joined: 15 Jun 2004 Posts: 19
|
Posted: Tue Jun 15, 2004 4:25 pm Post subject: |
|
|
thank you dear friend,
I tought I emerged apache mod_php, but it seems I did only emerged apache !
Thank you
to moderator: you can lock this post |
|
Back to top |
|
|
|