Bug#297790: suphp: patch

2005-05-10 Thread Allard Hoeve
Package: suphp
Followup-For: Bug #297790


The attached patch fixes the problem.

Regards,

Allard


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc2-byte
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- suphp-0.5.2.orig/debian/rules   2005-05-10 11:24:43.039189912 +0200
+++ suphp-0.5.2/debian/rules2005-05-10 13:15:44.908431848 +0200
@@ -26,7 +26,7 @@
./configure --prefix=/usr \
--with-apxs=/usr/bin/apxs \
--with-apache-user=www-data \
-   --with-php=/usr/lib/cgi-bin/php4 \
+   --with-php=/usr/lib/cgi-bin/php \
--sbindir=/usr/lib/suphp \
--with-logfile=/var/log/suphp/suphp.log
 
@@ -35,7 +35,7 @@
./configure --prefix=/usr \
--with-apxs=/usr/bin/apxs2 \
--with-apache-user=www-data \
-   --with-php=/usr/lib/cgi-bin/php4 \
+   --with-php=/usr/lib/cgi-bin/php \
--sbindir=/usr/lib/suphp \
--with-logfile=/var/log/suphp/suphp.log
 


Bug#297790: suphp: patch

2005-05-10 Thread Emmanuel Lacour
On Tue, May 10, 2005 at 01:27:37PM +0200, Allard Hoeve wrote:
 Package: suphp
 Followup-For: Bug #297790
 
 
 The attached patch fixes the problem.
 
 - --with-php=/usr/lib/cgi-bin/php4 \
 + --with-php=/usr/lib/cgi-bin/php \

Why doing that instead of the proposed /usr/bin/php-cgi??



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#297790: suphp: patch

2005-05-10 Thread Allard Hoeve

Hello Emmanuel,

 Why doing that instead of the proposed /usr/bin/php-cgi??

Erm. Good question. I just truncated the php4 :) /usr/lib/cgi-bin just
sounded very CGI-ish to me.

Either seems fine. I had this patch available, so I thought I'd share it
with you. Please do what you deem is best.

Regards,

Allard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]