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-php5 and php5-cgi; for now don't even fool

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 php-auth-http is compl

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

2014-08-05 Thread Jerry Stuckle
Sorry, I meant this to go to the list... On 8/5/2014 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 > AW

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 authentication > > libapache2-mod-php5

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 knife ph

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 install php5-cg

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

2014-08-05 Thread Matthew Brown
One quick question, I have the php config file pointed to the web root (www) and put a test php file in it, but it is not working. I just see all the text. Any help with this will be appreciated! On Tue, Aug 5, 2014 at 2:55 PM, AW wrote: > On Tue, 5 Aug 2014 14:36:38 -0400 > Matthew Brown wr

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

2014-08-05 Thread AW
On Tue, 5 Aug 2014 16:08:49 -0400 Matthew Brown wrote: >One quick question, I have the php config file pointed to the web root >(www) and put a test php file in it, but it is not working. I just >see all the text. Any help with this will be appreciated! If you are using php in a webserver e

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

2014-08-05 Thread Matthew Brown
You are the man! Thanks. How'd I let those # get in the way? LOL! On Tue, Aug 5, 2014 at 2:55 PM, AW wrote: > On Tue, 5 Aug 2014 14:36:38 -0400 > Matthew Brown wrote: > > >- sources.list > ># > > > ># deb http://security.debian.org/ wheezy/updates main contrib > >deb-src http://securit

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

2014-08-05 Thread PaulNM
On 08/05/2014 02:55 PM, AW wrote: > On Tue, 5 Aug 2014 14:36:38 -0400 > Matthew Brown wrote: > > >- sources.list > ># > > > ># deb http://security.debian.org/ wheezy/updates main contrib > >deb-src http://security.debian.org/ wheezy/updates main contrib > > > ># deb http://packages.dotde

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

2014-08-05 Thread AW
On Tue, 5 Aug 2014 14:36:38 -0400 Matthew Brown wrote: >- sources.list ># > ># deb http://security.debian.org/ wheezy/updates main contrib >deb-src http://security.debian.org/ wheezy/updates main contrib > ># deb http://packages.dotdeb.org stable all >deb-src http://packages.dotdeb.org st

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

2014-08-05 Thread Matthew Brown
Thanks for responding! I need help. - Yes, I have Internet access and behind a firewall (any known ports that should be open?) - I pinged Yahoo.com - sources.list # # deb http://security.debian.org/ wheezy/updates main contrib deb-src http://security.debian.org/ wheezy/updates main contrib # de

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 sources.list file? cat /etc/apt/sou

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

2014-08-05 Thread Luciano Rodrigues Furtado
Matthew, Can you list the contents of your /etc/apt/sources.list, I am guessing you are missing the proper apt sources. Assuming you are running wheezy you should have at least: deb http://ftp.debian.org/debian/ wheezy main Best Regards, On 2014-08-05 17:41:34 +, Matthew Brown said: C

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 + 914-406-0294 web Enterpr