Re: Upgraded to stretch but apache2 still uses php5

2017-12-04 Thread Rick Macdonald
On 04/12/17 04:51 AM, x9p wrote: The downside of upgrading php5 -> php7 is.. some apps can break. Still, there are some workarounds to make them work with php7 (most of cases). check if you have libapache2-mod-php7.0 installed. remove/purge any other previous versions of this package

Re: Upgraded to stretch but apache2 still uses php5

2017-12-04 Thread x9p
The downside of upgrading php5 -> php7 is.. some apps can break. Still, there are some workarounds to make them work with php7 (most of cases). check if you have libapache2-mod-php7.0 installed. remove/purge any other previous versions of this package and restart apache2. after that, check

Upgraded to stretch but apache2 still uses php5

2017-12-04 Thread Rick Macdonald
going in circles in both cases was that php was telling me that the missing modules were in fact there. I finally realized that the php cli is v7.0, whereas apache2 runs runs with php5. There are all sorts of apache2 config files for php7 but apache2 is still using php5. php7 has the pdo and

Re: php5-fpm segfault error 6 in libpcre.so.3.13.1

2017-06-09 Thread Lucio Crusca
Georgi Naplatanov wrote: Stretch (Debian 9) doesn't include PHP 5.x, You are right, in fact it is a jessie+stretch server, mostly jessie + some package from stretch.

Re: php5-fpm segfault error 6 in libpcre.so.3.13.1

2017-06-09 Thread Georgi Naplatanov
On 06/09/2017 12:27 PM, Lucio Crusca wrote: > Hi all, > > I've a problem with a stretch/amd64 web server. Since two hours ago, I > get the following in dmesg and syslog: > > Jun 9 11:21:01 weber kernel: [ 331.716831] php5-fpm[1245]: segfault at > 7ffcb4feb

php5-fpm segfault error 6 in libpcre.so.3.13.1

2017-06-09 Thread Lucio Crusca
Hi all, I've a problem with a stretch/amd64 web server. Since two hours ago, I get the following in dmesg and syslog: Jun 9 11:21:01 weber kernel: [ 331.716831] php5-fpm[1245]: segfault at 7ffcb4febf70 ip 7f2e5e8d629a sp 7ffcb4febf60 error 6 in libpcre.so.3.13.3[7f2e5e8c2000+

Re: systemd and php5-fpm

2016-03-05 Thread Darac Marjal
On Fri, 4 Mar 2016 14:39:01 +0100 basti wrote: > Hello, > > I have some errors with systemd and php5-fpm. > I want to create a dir /var/run/php5-fpm where I can place my sockets. > > With the old sysv-init all is fine I just add a "mkdir" in it. > > In sys

Re: systemd and php5-fpm

2016-03-04 Thread Sven Hartge
basti wrote: > I have some errors with systemd and php5-fpm. > I want to create a dir /var/run/php5-fpm where I can place my sockets. Why a separate directory? What do you want to achieve? > In systemd there is a bit different. > I try ExecStartPre=/bin/mkdir ... but always get err

systemd and php5-fpm

2016-03-04 Thread basti
Hello, I have some errors with systemd and php5-fpm. I want to create a dir /var/run/php5-fpm where I can place my sockets. With the old sysv-init all is fine I just add a "mkdir" in it. In systemd there is a bit different. I try ExecStartPre=/bin/mkdir ... but always get errors that

Re: Problems with php5-fpm/nginx/ownCloud after upgrade

2015-08-20 Thread Peter Ludikovsky
doesn't work anymore, mostly affecting the > ownCloud installation. The problem manifests itself as an empty > page served. > > Software/Versions: * ownCloud 8.1.1, installed from their Debian > repo * nginx 1.6.2-5 * php5(-fpm) 5.6.9+dfsg-0+deb8u1 * postgresql > 9.4+165 >

Problems with php5-fpm/nginx/ownCloud after upgrade

2015-08-17 Thread Peter Ludikovsky
nginx 1.6.2-5 * php5(-fpm) 5.6.9+dfsg-0+deb8u1 * postgresql 9.4+165 So far I've attempted to enable FPM logging, but the log files remain suspiciously absent or empty. nginx doesn't see an error coming back. If I run ownClouds index.php on the command line I get the source for the login

About Jessie, php5-gd and imageantialias

2015-03-09 Thread Vincas Dargis
Hello, Once upon a time there was a bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321237 (php5-gd: not using gd bundled with php5) It's about the fact that Debian, by it's policy, does not use bundled libgd from PHP source, and unfortunately upstream libgd had (and still ha

Re: wheezy php5 upgrade -- lots of cron emails

2014-11-20 Thread Scott Ferguson
On 20/11/14 18:12, Tad Bak wrote: > After the recent php5 security upgrade on wheezy (libapache2-mod-php5, > php5-cli and php5-common) my cron started to generate a lot of e-mails: > > From: Cron Daemon > To: root@... > Subject: Cron[ -x /usr/lib/php5/maxlifetime ] &

Re: wheezy php5 upgrade -- lots of cron emails

2014-11-20 Thread Hakan Siktas
fter the recent php5 security upgrade on wheezy (libapache2-mod-php5, > php5-cli and php5-common) my cron started to generate a lot of e-mails: > > From: Cron Daemon > To: root@... > Subject: Cron[ -x /usr/lib/php5/maxlifetime ] && [ -x >/usr/lib/

wheezy php5 upgrade -- lots of cron emails

2014-11-19 Thread Tad Bak
After the recent php5 security upgrade on wheezy (libapache2-mod-php5, php5-cli and php5-common) my cron started to generate a lot of e-mails: From: Cron Daemon To: root@... Subject: Cron[ -x /usr/lib/php5/maxlifetime ] && [ -x /usr/lib/php5/sessionclean ] && [

php5-odbc broken since 5.4.34-0+deb7u1

2014-11-04 Thread Frédéric Marchal
Hello, Since I upgraded php5 in Wheezy to version 5.4.34-0+deb7u1, I get an error when running odbc_exec() on a sybase ADS odbc driver. I get this error: PHP Fatal error: Out of memory (allocated 524288) (tried to allocate 14615584999105259009 bytes) in SybaseClass.php on line 127 The same

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-06 Thread Bob Proulx
Chris Bannister wrote: > Matthew Brown wrote: > > You are the man! Thanks. > > > > How'd I let those # get in the way? LOL! > > They should be in front of the deb-src lines. Honestly, I don't think > you'll need those entries. Unless "apt-get source packagename" is tried. In which case the de

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-06 Thread Chris Bannister
On Tue, Aug 05, 2014 at 03:13:25PM -0400, Matthew Brown wrote: > You are the man! Thanks. > > How'd I let those # get in the way? LOL! They should be in front of the deb-src lines. Honestly, I don't think you'll need those entries. -- "If you're not careful, the newspapers will have you hatin

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-06 Thread Jerry Stuckle
On 8/6/2014 1:17 AM, Dom wrote: > On 06/08/14 02:46, Jerry Stuckle wrote: >> >> If you see the code, then your Apache isn't set up properly to parse PHP >> code. Installing libapache2-mod-php5 should fix that for you. You don't >> need both libapache2-mod-

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Dom
On 06/08/14 02:46, Jerry Stuckle wrote: If you see the code, then your Apache isn't set up properly to parse PHP code. Installing libapache2-mod-php5 should fix that for you. You don't need both libapache2-mod-php5 and php5-cgi; for now don't even fool with php5-cgi. And p

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Jerry Stuckle
; tel + 917-344-2598 | mobile + 914-406-0294 > > web Enterprise Client Services Website > <https://sites.google.com/a/kaplan.edu/techservice/home/> > > > > ** > If you see the code, then your Apache isn't set up properly to parse PHP code. Installing libapache2-mod-

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Lev Lazinskiy
Hi Matthew, If you go to http://localhost in your web browser what do you see? Best, Lev On 08/05/2014 04:56 PM, Matthew Brown wrote: LOL! I have a three year old too. She has sooo much energy. Keeps us young! On Tue, Aug 5, 2014 at 4:56 PM, Matthew Brown mailto:matthew.br...@kaplan.com>

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
LOL! I have a three year old too. She has sooo much energy. Keeps us young! On Tue, Aug 5, 2014 at 4:56 PM, Matthew Brown wrote: > Using default. We wrote a simple php coding and it shows the code. > > > On Tue, Aug 5, 2014 at 4:53 PM, AW > wrote: > >> On Tue, 5 Aug 2014 16:48:46 -0400 >>

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
Using default. We wrote a simple php coding and it shows the code. On Tue, Aug 5, 2014 at 4:53 PM, AW wrote: > On Tue, 5 Aug 2014 16:48:46 -0400 > AW wrote: > > > and what's in the /var/www directory? > > ln -l /var/www > > oops! > That should be 'ls' not 'ln' ... I guess not enough coffee

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
I did that and now get internal server error. :-( On Tue, Aug 5, 2014 at 4:41 PM, AW wrote: > On Tue, 5 Aug 2014 16:32:43 -0400 > Matthew Brown wrote: > > > php5-cgi - server-side, HTML-embedded scripting language (CGI binary) > > php-auth-http - HTTP authenticatio

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
This is what I have. Thanks! apt-cache search apache | grep php php5-cgi - server-side, HTML-embedded scripting language (CGI binary) php5-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary) php-auth-http - HTTP authentication php-config - Your configuration's swiss-army

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread AW
On Tue, 5 Aug 2014 16:48:46 -0400 AW wrote: > and what's in the /var/www directory? > ln -l /var/www oops! That should be 'ls' not 'ln' ... I guess not enough coffee today -- and my 3 year old child ripped a few keys off my keyboard too... --Andrew -- To UNSUBSCRIBE, email to debian-user-r

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread AW
On Tue, 5 Aug 2014 16:42:14 -0400 Matthew Brown wrote: > I did that and now get internal server error. :-( The internal server error is usually not so internal. Many times it means you have a misconfigured apache site or have incorrect file permissions in your web directory tree. Are you usi

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread AW
On Tue, 5 Aug 2014 16:32:43 -0400 Matthew Brown wrote: > php5-cgi - server-side, HTML-embedded scripting language (CGI binary) > php-auth-http - HTTP authentication > libapache2-mod-php5 - server-side, HTML-embedded scripting language I would install these three. sudo apt-get ins

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
eed to delete the '#' in front of each 'deb' line... > Then issue the command: > sudo apt-get update > > Then issue the command: > sudo apt-get install php5 > > And probably: > sudo apt-get upgrade > > > --Andrew > -- Thank you in adv

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread AW
ie, so be careful about this later on... Anyway, find and install the apache php module... sudo apt-cache search apache | grep php sudo apt-get install "whatever is appropriate" This should get you the module. Then you need to make sure the module is enabled for apache... sudo a2enmod php

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
p://ftp.us.debian.org/debian stable main > > > ># deb http://packages.dotdeb.org wheezy-php55 all > >deb-src http://packages.dotdeb.org wheezy-php55 all > > You need to delete the '#' in front of each 'deb' line... > Then issue the command: > sudo apt-get

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread PaulNM
ezy-php55 all > >deb-src http://packages.dotdeb.org wheezy-php55 all > > You need to delete the '#' in front of each 'deb' line... > Then issue the command: > sudo apt-get update > > Then issue the command: > sudo apt-get install php5 > > And

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread AW
.. Then issue the command: sudo apt-get update Then issue the command: sudo apt-get install php5 And probably: sudo apt-get upgrade --Andrew -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140805145522.d2fd52aaca875e4ac327d...@1024bits.com

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
main contrib # deb http://ftp.us.debian.org/debian stable main deb-src http://ftp.us.debian.org/debian stable main # deb http://packages.dotdeb.org wheezy-php55 all deb-src http://packages.dotdeb.org wheezy-php55 all - Show php5 root@ivideomedint:~# apt-cache show php5 N: Unable to locate package

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread AW
On Tue, 5 Aug 2014 13:41:34 -0400 Matthew Brown wrote: >Can you provide some insight, if you've done this successfully can you >share the fix? >"E: Unable to locate package php5" Does your internet work? ping yahoo.com for example... If so, what's in your so

Re: Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Luciano Rodrigues Furtado
: Can you provide some insight, if you've done this successfully can you share the fix?   "E: Unable to locate package php5" -- Thank you in advance.     Matthew Brown | Senior Systems Engineer Kaplan Inc. | 395 Hudson Street, New York, NY 10016 tel + 917-344-2598 | mobile + 91

Debian php5 (Can't get download when doing apt-update)

2014-08-05 Thread Matthew Brown
Can you provide some insight, if you've done this successfully can you share the fix? "E: Unable to locate package php5" -- Thank you in advance. *Matthew Brown | Senior Systems Engineer* Kaplan Inc. | 395 Hudson Street, New York, NY 10016 tel + 917-344-2598 | mobile + 91

Re: problems with php5-fpm

2014-05-01 Thread Alan Chandler
On 01/05/14 06:35, Alan Chandler wrote: On 01/05/14 03:51, Jerry Stuckle wrote: On 4/30/2014 6:25 PM, Alan Chandler wrote: Hi I am experimenting with nginx and php5-fpm to replace an apache2/libapache2-mod-php configuration. And I am getting something strange happening. I have both a simple

Re: problems with php5-fpm

2014-04-30 Thread Alan Chandler
On 01/05/14 03:51, Jerry Stuckle wrote: On 4/30/2014 6:25 PM, Alan Chandler wrote: Hi I am experimenting with nginx and php5-fpm to replace an apache2/libapache2-mod-php configuration. And I am getting something strange happening. I have both a simple php web site that just consists of php

Re: problems with php5-fpm

2014-04-30 Thread Jerry Stuckle
On 4/30/2014 6:25 PM, Alan Chandler wrote: Hi I am experimenting with nginx and php5-fpm to replace an apache2/libapache2-mod-php configuration. And I am getting something strange happening. I have both a simple php web site that just consists of php pages (and other assets) and static

problems with php5-fpm

2014-04-30 Thread Alan Chandler
Hi I am experimenting with nginx and php5-fpm to replace an apache2/libapache2-mod-php configuration. And I am getting something strange happening. I have both a simple php web site that just consists of php pages (and other assets) and static content. I also have a wordpress

Re: Fwd: Cron [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -ignore_readdir_race -cmin +$(/usr/lib/php5/maxlif

2013-11-06 Thread Tony van der Hoff
On 06/11/13 14:39, Sven Hartge wrote: > Tony van der Hoff wrote: > > I recommend to run "aptitude purge ~c" after a dist-upgrade to get rid > of all removed but still un-purged packages. > > ~c matches all removed, but still configured packages. Purging them > removes the left-over cruft, such

Re: Fwd: Cron [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -ignore_readdir_race -cmin +$(/usr/lib/php5/maxlif

2013-11-06 Thread Sven Hartge
Tony van der Hoff wrote: > I recently did a dist-upgrede from squeezy to wheezy, and all went > -apparently- well. > I'm now getting the following message from cron at half-hourly > intervals. No big deal, but I'd rather not. > I think php5 has now abandoned suh

Fwd: Cron [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetim

2013-11-06 Thread Tony van der Hoff
I recently did a dist-upgrede from squeezy to wheezy, and all went -apparently- well. I'm now getting the following message from cron at half-hourly intervals. No big deal, but I'd rather not. I think php5 has now abandoned suhosin in favour of its own improvements, so how do I get

Re: Php5 error message

2013-09-13 Thread John W. Foster
eprecated: Comments starting with '#' are deprecated > > > in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 > > > PHP Deprecated: Comments starting with '#' are deprecated > > > in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on l

Re: Php5 error message

2013-09-13 Thread Darac Marjal
On Thu, Sep 12, 2013 at 06:12:52PM -0500, John W. Foster wrote: > I want to get rid of these messages: HOW! In the files mentioned, replace the "#" with ";". > > > PHP Deprecated: Comments starting with '#' are deprecated > > in /etc/php5/cl

Php5 error message

2013-09-12 Thread John W. Foster
I want to get rid of these messages: HOW! > PHP Deprecated: Comments starting with '#' are deprecated > in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 > PHP Deprecated: Comments starting with '#' are deprecated > in /etc/php5/cli/conf.d/ming.in

Re: Php5 question

2013-08-07 Thread Chris Bannister
On Tue, Aug 06, 2013 at 06:49:43PM -0500, John W. Foster wrote: > > > on the remote servers that I work with. Any way to get rid of this error > > > PHP Deprecated: Comments starting with '#' are deprecated in > > /etc/php5/cli/conf.d/ming.ini on line 1 in Un

Re: Php5 question

2013-08-07 Thread Bob Proulx
David Guntner wrote: > John W. Foster grabbed a keyboard and wrote: > >> PHP Deprecated: Comments starting with '#' are deprecated in > >> /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 > > Pretty much means what it says - the .ini file it&#x

Re: Php5 question

2013-08-06 Thread David Guntner
ork with. Any way to get rid of this error >>> message. It does not seem to be a fatal issue, just annoying. >> >> And what error is that...? > > oops > >> PHP Deprecated: Comments starting with '#' are deprecated in >> /etc/php5/cli/conf.d

Re: Php5 question

2013-08-06 Thread John W. Foster
It does not seem to be a fatal issue, just annoying. > > And what error is that...? > > --Dave > > > oops > PHP Deprecated: Comments starting with '#' are deprecated in > /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 -- To UN

Re: Php5 question

2013-08-06 Thread David Guntner
John W. Foster grabbed a keyboard and wrote: > Im seeing this type of error in several situations on both my machines & > on the remote servers that I work with. Any way to get rid of this error > message. It does not seem to be a fatal issue, just annoying. And what error is that...? --D

Php5 question

2013-08-06 Thread John W. Foster
Im seeing this type of error in several situations on both my machines & on the remote servers that I work with. Any way to get rid of this error message. It does not seem to be a fatal issue, just annoying. john -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Re: Wheezy upgrade - php5-suhosin missing?

2013-08-04 Thread Joel Rees
ion in a rant here: < http://reiisi.blogspot.jp/2013/08/powerful-programming-languages-php5-and.html > which doesn't present any happy solution either. ) -- Joel Rees

Re: Wheezy upgrade - php5-suhosin missing?

2013-08-04 Thread David Guntner
Chris Bannister grabbed a keyboard and wrote: > On Sat, Aug 03, 2013 at 06:03:13PM -0700, David Guntner wrote: >> I've just finally gotten to upgrading from squeeze to wheezy (and am >> still doing the cleanup of various kinks, etc.), and it would appear >> that php

Re: Wheezy upgrade - php5-suhosin missing?

2013-08-04 Thread Chris Bannister
On Sat, Aug 03, 2013 at 06:03:13PM -0700, David Guntner wrote: > I've just finally gotten to upgrading from squeeze to wheezy (and am > still doing the cleanup of various kinks, etc.), and it would appear > that php5-suhosin has gone missing. A package you might want to i

Re: Wheezy upgrade - php5-suhosin missing?

2013-08-03 Thread David Guntner
I doubt that it will be > restored. Oh, ok. Cool then. :-) During the upgrade the package was removed but not purged, so Apache still had a config file pointing to php5-suhosin.so, which caused it to complain about the missing library. I did a purge and Apache seems happy now. Thanks for the i

Re: Wheezy upgrade - php5-suhosin missing?

2013-08-03 Thread Claudius Hubig
Dear David, David Guntner wrote: > Anyone know why it was removed, and if/when it will be restored? the functionality of Suhosin was merged into core PHP, hence it is not ‘needed’ anymore and was removed. I doubt that it will be restored. Best, Claudius -- Please don’t CC me. -- To UNSUBSCRI

Wheezy upgrade - php5-suhosin missing?

2013-08-03 Thread David Guntner
I've just finally gotten to upgrading from squeeze to wheezy (and am still doing the cleanup of various kinks, etc.), and it would appear that php5-suhosin has gone missing. Anyone know why it was removed, and if/when it will be restored? --Dave smime.p7s Description: S

Re: Can't (re)install libapache2-mod-php5 on SID

2013-07-01 Thread Csanyi Pal
Kailash writes: > On Saturday 08 June 2013 05:08 PM, Csanyi Pal wrote: > Advices? >> >> I finally purge ldap-account-manager. >> >> I find help in the documentation here: >> http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#\ >> _purging_removed_packages_for_good >> >> in the Chap

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Kailash
On Saturday 08 June 2013 05:08 PM, Csanyi Pal wrote: Advices? I finally purge ldap-account-manager. I find help in the documentation here: http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_purging_removed_packages_for_good in the Chapter: 2.3.4. Tidying auto/manual install stat

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Csanyi Pal
oe writes: >>>>> >>>>>> On Sun, 02 Jun 2013 20:36:18 +0200 >>>>>> Csanyi Pal wrote: >>>>> >>>>>>> on my Debian GNU/Linux unstable (sid) system I can't (re)install >>>>>>> libapache2-mod-php5 deb

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Csanyi Pal
:36:18 +0200 >>>>> Csanyi Pal wrote: >>>> >>>>>> on my Debian GNU/Linux unstable (sid) system I can't (re)install >>>>>> libapache2-mod-php5 debian package. >>>>>> >>>>>> It remain half configured a

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Kailash
On Saturday 08 June 2013 01:49 PM, Csanyi Pal wrote: Hi, Kailash writes: On Tue, 04 Jun 2013 16:50:40 +0200 Csanyi Pal wrote: Joe writes: On Sun, 02 Jun 2013 20:36:18 +0200 Csanyi Pal wrote: on my Debian GNU/Linux unstable (sid) system I can't (re)install libapache2-mod-php5 d

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-08 Thread Csanyi Pal
Hi, Kailash writes: > On Tue, 04 Jun 2013 16:50:40 +0200 > Csanyi Pal wrote: > >> Joe writes: >> >> > On Sun, 02 Jun 2013 20:36:18 +0200 >> > Csanyi Pal wrote: >> >> >> on my Debian GNU/Linux unstable (sid) system I c

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-05 Thread Kailash
On Tue, 04 Jun 2013 16:50:40 +0200 Csanyi Pal wrote: > Joe writes: > > > On Sun, 02 Jun 2013 20:36:18 +0200 > > Csanyi Pal wrote: > > >> on my Debian GNU/Linux unstable (sid) system I can't (re)install > >> libapache2-mod-php5 debian package. &

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-04 Thread Csanyi Pal
Joe writes: > On Sun, 02 Jun 2013 20:36:18 +0200 > Csanyi Pal wrote: >> on my Debian GNU/Linux unstable (sid) system I can't (re)install >> libapache2-mod-php5 debian package. >> >> It remain half configured after an upgrade process. >> >> In A

Re: Can't (re)install libapache2-mod-php5 on SID

2013-06-02 Thread Joe
On Sun, 02 Jun 2013 20:36:18 +0200 Csanyi Pal wrote: > Hi, > > on my Debian GNU/Linux unstable (sid) system I can't (re)install > libapache2-mod-php5 debian package. > > It remain half configured after an upgrade process. > > In Aptitude interface when I try

Can't (re)install libapache2-mod-php5 on SID

2013-06-02 Thread Csanyi Pal
Hi, on my Debian GNU/Linux unstable (sid) system I can't (re)install libapache2-mod-php5 debian package. It remain half configured after an upgrade process. In Aptitude interface when I try to reinstall it, I get error message: E: Internal Error, No file name for libapache2-mod-php5:

Re: wheezy still missing php5-suhosin

2013-04-11 Thread Chris Bannister
On Thu, Apr 11, 2013 at 09:11:27AM +0100, Joe wrote: > turn it off if so configured. Later and later versions of PHP have > become much stricter in many ways, and have offered features like > Perl's optional variable discipline, so many of the Suhosin features are What does "optional variable disc

Re: wheezy still missing php5-suhosin

2013-04-11 Thread Joe
withdrawn because it became difficult to use. OK, I've just found this, which will probably answer some of your questions: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657698#15 > > Actually it does appear to still be in SID: > > http://packages.debian.org/sid/php

Re: wheezy still missing php5-suhosin

2013-04-11 Thread Andrew McGlashan
ding protection via Suhosin has been incorporated into PHP core, that would be the most logical way to deal with the problem, rather than having 3rd party patches and extensions. Actually it does appear to still be in SID: http://packages.debian.org/sid/php5-suhosin Thanks AndrewM --

Re: wheezy still missing php5-suhosin

2013-04-11 Thread Joe
On Thu, 11 Apr 2013 15:57:03 +1000 Andrew McGlashan wrote: > On 11/04/2013 3:21 PM, Bob Proulx wrote: > > Andrew McGlashan wrote: > >> Yes, but insecure code is so easy to make and even the so called > >> experts are making them. There is even an O'Reilly book that has > >> wrong information tha

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Andrew McGlashan
On 11/04/2013 3:21 PM, Bob Proulx wrote: > Andrew McGlashan wrote: >> Yes, but insecure code is so easy to make and even the so called experts >> are making them. There is even an O'Reilly book that has wrong >> information that is leading programmers astray. The protections >> provided by Suhosi

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Bob Proulx
Andrew McGlashan wrote: > Yes, but insecure code is so easy to make and even the so called experts > are making them. There is even an O'Reilly book that has wrong > information that is leading programmers astray. The protections > provided by Suhosin in the past may _always_ be required and nece

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Andrew McGlashan
On 11/04/2013 5:40 AM, Bob Proulx wrote: > What I have read (caution unverified) is that the PHP interpreter > isn't intrinsically insecure. It only becomes that way when used with > insecure php code. Which makes sense. Any upstream interpreter > vulnerability would have a CVE number associated

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Bob Proulx
Andrew McGlashan wrote: > To cut a long story short, if PHP upstream has incorporated the features > of Suhosin, then we should be fine; is it the final conclusion from that > long thread and all the references from it, that we are in good shape > with 5.4.4 -- better than pre 5.4 with Suhosin? To

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Andrew McGlashan
Hi Bob, On 11/04/2013 3:26 AM, Bob Proulx wrote: > Andrew McGlashan wrote: >> Now, php5-suhosin provides some real protection against programming >> problems that could very easily exist and it is not uncommon to see >> messages from Debian stable installs reporting b

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Bob Proulx
Andrew McGlashan wrote: > Now, php5-suhosin provides some real protection against programming > problems that could very easily exist and it is not uncommon to see > messages from Debian stable installs reporting bugs / vulnerabilities > detected by suhosin The question isn&#

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Darac Marjal
On Wed, Apr 10, 2013 at 01:54:43PM +0200, "Morel Bérenger" wrote: > Le Mer 10 avril 2013 12:36, Andrew McGlashan a écrit : > > Will php5-suhosin be re-instated any time soon? > > I have no clue about what instated means :) https://en.wiktionary.org/wiki/reinstate

Re: wheezy still missing php5-suhosin

2013-04-10 Thread Morel Bérenger
Le Mer 10 avril 2013 12:36, Andrew McGlashan a écrit : > Will php5-suhosin be re-instated any time soon? I have no clue about what instated means :) > And if not, what > measures can we take to protect Wheezy servers now? Maybe you can reuse the old package. Check the dependenci

wheezy still missing php5-suhosin

2013-04-10 Thread Andrew McGlashan
Hi, I'm working on a server replacement, the old (current) server is running latest stable release and the new server is running from this downloaded installer ISO: debian-wheezy-DI-rc1-amd64-netinst.iso Now, php5-suhosin provides some real protection against programming problems that

Re: Re: php5 not running

2012-10-25 Thread abdelkader belahcene
Thanks for help The link enabled to available exists, The second is required just for user directory ( I have same problem even if I put the file in /var/www ) , any way the lines are commented. I installed phpmyadmin it works fine, so the php runs correctly, so I need probably to modify

Re: php5 not running

2012-10-24 Thread Joe Pfeiffer
abdelkader belahcene writes: > hi, > I just install php5  and the list of software apache2, mysql ( the LAMP). ( > last version on wheezy ) > > apache2 run nice , same for mysql,  but wwhen I try  a simple file  > containning > for example phpinfo(),  it is not executed. &

php5 not running

2012-10-24 Thread abdelkader belahcene
hi, I just install php5 and the list of software apache2, mysql ( the LAMP). ( last version on wheezy ) apache2 run nice , same for mysql, but wwhen I try a simple file containning for example phpinfo(), it is not executed. the module php for apache is enabled. I tryed the files I ve done

Re: how to stick with php5 5.3.x ?

2012-05-05 Thread Bob Proulx
J. Bakshi wrote: > But apt still installs the 5.4 version of php not 5.3. Install it by explicit version. apt-get install php5=5.3.3-7+squeeze8 php5-common=5.3.3-7+squeeze8 ... And so on for all of the php packages that you wish to install. Make sure they have the explicit version and

Re: how to stick with php5 5.3.x ?

2012-05-03 Thread J. Bakshi
bian squeeze main contrib non-free > deb http://security.debian.org squeeze/updates main contrib non-free > > ` ` ` ` > > After apt-get update; I get both 5.3 and 5.4 of php5. But every time > it calls the 5.4.x of php5. How can I install the 5.3.x series then ? > > Any al

how to stick with php5 5.3.x ?

2012-05-03 Thread J. Bakshi
` ` ` ` After apt-get update; I get both 5.3 and 5.4 of php5. But every time it calls the 5.4.x of php5. How can I install the 5.3.x series then ? Any alternative way is also welcome. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-06 Thread Bob Proulx
Kristian Lampen wrote: > it is working now on my machine. > > The only thing I did is installing the package php-pear, it was not > before. Because I had not a dependency conflict, I thought it is not > needed!? I don't have php-pear installed. (shrug) Bob signature.asc Description: Digital s

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-06 Thread Kristian Lampen
gt; I have the following packages installed: >> ... >> libapache2-mod-php5 > > This should work out of the box by default. Since it isn't working > for you then it must be a local modification somewhere. > > This is where it really helps if you have a second machine t

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-05 Thread Bob Proulx
Kristian Lampen wrote: > I have a fresh install of apache2 and php on my server and I can not > get php to work, php-scripts are not executed by apache, just the > plain script is served to the browser. > ... > I have the following packages installed: > ... > libapache2-mod-p

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Kristian Lampen
pened a new one in hope of help. >>> >>> I have the following packages installed: >>> >>> apache2.2-bin >>> apache2-mpm-prefork >>> apache2.2-common >>> apache2-utils >>> libapache2-mod-php5 >>> php5-cli >>&g

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Christofer C. Bell
o the browser. >> > > By default, in /etc/apache2/mods-available/php5.conf the required > directives to have Apache serve PHP as you would expect are commented > out. You need to uncomment them and restart Apache. I think they're > quite clearly commented. I think the

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Avi Greenbury
Kristian Lampen wrote: > Hello, > > I have a fresh install of apache2 and php on my server and I can not > get php to work, php-scripts are not executed by apache, just the > plain script is served to the browser. > By default, in /etc/apache2/mods-available/php5.conf the r

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Tony Baldwin
On Wed, Jan 04, 2012 at 09:58:57AM +, Balint Szigeti wrote: > On 04/01/2012 09:54, Michael Tsang wrote: > >On Wednesday, January 04, 2012 05:28 PM, Kristian Lampen wrote: > >>Hello, > >> > >>I have a fresh install of apache2 and php on my server and I can > >>not get php to work, php-scripts ar

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Balint Szigeti
k apache2.2-common apache2-utils libapache2-mod-php5 php5-cli php5-common php5-suhosin Apache is up and running: root@server:~# ps ax | grep apache2 12306 pts/0S+ 0:00 grep apache2 24913 ?Ss 0:01 /usr/sbin/apache2 -k start 25047 ?S 0:00 /usr/sbin/apache2 -k start 25048

Re: PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Michael Tsang
x27;t execute PHP script <http://lists.debian.org/debian-user/2007/09/msg01063.html>. But it is unsolved and from 2007 on Lenny, so I opened a new one in hope of help. I have the following packages installed: apache2.2-bin apache2-mpm-prefork apache2.2-common apache2-utils libapache2-mod-ph

PHP5 scripts not served by apache2 on Squeeze

2012-01-04 Thread Kristian Lampen
so I opened a new one in hope of help. I have the following packages installed: apache2.2-bin apache2-mpm-prefork apache2.2-common apache2-utils libapache2-mod-php5 php5-cli php5-common php5-suhosin Apache is up and running: root@server:~# ps ax | grep apache2 12306 pts/0S+ 0:00

Re: Problem getting php5-mysql to work

2011-08-09 Thread Aniruddha
On Tue, Aug 9, 2011 at 10:02 AM, Scott Ferguson wrote: > /usr/share/documents/php5-common/NEWS-Debian.gz (for a bit about userdirs > and /public_html) I think I have found the problem :-) I installed php5-curl on my sid desktop which worked fine. The problem appears to be that the /et

  1   2   3   4   >