Hi Carl,
Well after a lot of experimentation I created a USB stick with a partition table and the factory restore image and restored my Bubba 2 (not a bad thing in itself).
I found that after installing libapache2-mode-suphp I got a '500 internal server error' when I tried to run php scripts ...
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Search found 4 matches
- 30 Dec 2009, 17:47
- Forum: B2 & B3 Support
- Topic: Install suphp
- Replies: 4
- Views: 8129
- 30 Dec 2009, 14:15
- Forum: B2 & B3 Support
- Topic: Install suphp
- Replies: 4
- Views: 8129
Re: Install suphp
Have you tried using the package libapache2-mod-suphp?
Hi Carl,
Many thanks for your reply.
I have just installed the package libapache2-mod-suphp you mentioned, and, although it appeared to install OK, php files are still not being handled correctly (browser tries to download them).
Any more ...
Hi Carl,
Many thanks for your reply.
I have just installed the package libapache2-mod-suphp you mentioned, and, although it appeared to install OK, php files are still not being handled correctly (browser tries to download them).
Any more ...
- 30 Dec 2009, 10:30
- Forum: B2 & B3 Support
- Topic: Install suphp
- Replies: 4
- Views: 8129
Re: Install suphp
Ok, so far I have:
installed gcc
installed make
a2dismod php5
/etc/init.d/apache2 restart
apt-get install apache2-prefork-dev
wget http://www.suphp.org/download/suphp-0.6.2.tar.gz
tar xvfz suphp-0.6.2.tar.gz
cd suphp-0.6.2
vi src/apache2/mod_suphp.c
edited lines 324 and 325 in mod_suphp.c to read ...
installed gcc
installed make
a2dismod php5
/etc/init.d/apache2 restart
apt-get install apache2-prefork-dev
wget http://www.suphp.org/download/suphp-0.6.2.tar.gz
tar xvfz suphp-0.6.2.tar.gz
cd suphp-0.6.2
vi src/apache2/mod_suphp.c
edited lines 324 and 325 in mod_suphp.c to read ...
- 28 Dec 2009, 11:56
- Forum: B2 & B3 Support
- Topic: Install suphp
- Replies: 4
- Views: 8129
Install suphp
Can anyone tell me the correct procedure for installing suphp onto Bubba Two please?