Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Apache und PHP
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
utang
Apprentice
Apprentice


Joined: 20 Apr 2003
Posts: 190

PostPosted: Sun May 18, 2003 12:05 pm    Post subject: Apache und PHP Reply with quote

Hi,

bin gerade dabei mein LAMP aufzubauen.
Mein Apache und MySQL funktioniert auch schon wunderbar.
Allerdings kann ich mir keine PHP Seiten anzeigen lassen.
Beim Aufruf einer PHP Seite mit Apache lässt mein Browser
direkt ein Dialogfenster öffnen um die PHP Seite zu speichern.

Nehme an, dass ich unter /etc/apache/conf/apache.conf
eine fehlenenden EIntrag für das PHP Modul habe, bzw. da was nicht ganz klappt.

Brauche deshalb den genauen PHP Zusatz für meine apache.conf

Wenn ich in
Datei: /etc/apache/conf/commonapache.conf
Code:
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>


setze. kommt bei einem restart des Apache

Code:
/etc/init.d/apache restart
 * Starting apache...
Syntax error on line 401 of /etc/apache/conf/commonapache.conf:
Invalid command 'SetOutputFilter', perhaps mis-spelled or defined by a module not included in the server configuration                              [ !! ]

kann da wer helfen?

Danke[/b]
Back to top
View user's profile Send private message
utang
Apprentice
Apprentice


Joined: 20 Apr 2003
Posts: 190

PostPosted: Sun May 18, 2003 12:40 pm    Post subject: Reply with quote

jetzt geht es, nach dem ich folgende Eintragungen durch genommen habe:

/etc/apache/conf/apache.conf
Code:
<IfDefine PHP4>
LoadModule php4_module    extramodules/libphp4.so
</IfDefine>


/etc/apache/conf/commonapache.conf
Code:
<IfModule php4_module>
    AddType application/x-tar .tgz
    AddType application/x-httpd-php .php .php4 .php3 .phtml .html.htm
    AddType application/x-httpd-php-source  .phps
</IfModule>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum