C
Cableguy
Wie kan me helpen met het instaleren van Apache Server en PHP
Ik wil graag de Internet Dreambox Video Recoder aan het werk hebben.
Ik heb al een paar keer geprobeerd maar geen resultaat.
Ik draai nu met PP 25-12
Ik heb de volgende tekst van Sjerom gehaald en hoop dat dit geen problemen opleveren.
Download de Apache server via de downloadsectie en FTP deze naar de Dreambox naar b.v. /hdd/tmp.
Pak uit in /hdd/opt
mkdir -p /hdd/opt
cd /hdd/opt
gzip -dc /hdd/tmp/httpd.tar.gz |tar xf -
Start httpd: /hdd/opt/httpd/bin/apachectl start
De root voor de HTML documenten is dan /hdd/opt/httpd/htdocs en je Apache luistert op poort 8080
Hoe installeer ik de apache PHP module?
Download de PHP module via de downloadsectie en FTP deze naar de Dreambox naar b.v. /hdd/tmp.
Pak uit in /hdd/opt/httpd
cd /hdd/opt/httpd
gzip -dc /hdd/tmp/apache_php.tar.gz |tar xf -
copy conf/httpd.conf.php naar conf/httpd.conf als httpd.conf niet veranderd is.
cp conf/httpd.conf.php conf/httpd.conf
Of voeg de volgende regels toe aan conf/httpd.conf i.p.v. vorig copy commando
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
Restart apache
/hdd/opt/httpd/bin/apachectl restart
Ik wil graag de Internet Dreambox Video Recoder aan het werk hebben.
Ik heb al een paar keer geprobeerd maar geen resultaat.
Ik draai nu met PP 25-12
Ik heb de volgende tekst van Sjerom gehaald en hoop dat dit geen problemen opleveren.
Download de Apache server via de downloadsectie en FTP deze naar de Dreambox naar b.v. /hdd/tmp.
Pak uit in /hdd/opt
mkdir -p /hdd/opt
cd /hdd/opt
gzip -dc /hdd/tmp/httpd.tar.gz |tar xf -
Start httpd: /hdd/opt/httpd/bin/apachectl start
De root voor de HTML documenten is dan /hdd/opt/httpd/htdocs en je Apache luistert op poort 8080
Hoe installeer ik de apache PHP module?
Download de PHP module via de downloadsectie en FTP deze naar de Dreambox naar b.v. /hdd/tmp.
Pak uit in /hdd/opt/httpd
cd /hdd/opt/httpd
gzip -dc /hdd/tmp/apache_php.tar.gz |tar xf -
copy conf/httpd.conf.php naar conf/httpd.conf als httpd.conf niet veranderd is.
cp conf/httpd.conf.php conf/httpd.conf
Of voeg de volgende regels toe aan conf/httpd.conf i.p.v. vorig copy commando
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
Restart apache
/hdd/opt/httpd/bin/apachectl restart