Forgot what to install

Hey guys, quick question. I had to re-install my Ubuntu, and I forgot
what package I needed so firefox will display the php files and not ask
me to if I want to download them. I've done installed PHP5, mysql, and
php-mysql. What did I miss. I know the package name, but it's completely
slipping my mind right now.

Thanks
David M.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
David McGlone [ Fr, 09 April 2010 05:02 ] [ ID #2038337 ]

Re: Forgot what to install

you forgot httpd
KK.



On Fri, Apr 9, 2010 at 08:32, David McGlone <david [at] dmcentral.net> wrote:
> Hey guys, quick question. I had to re-install my Ubuntu, and I forgot
> what package I needed so firefox will display the php files and not ask
> me to if I want to download them. I've done installed PHP5, mysql, and
> php-mysql. What did I miss. I know the package name, but it's completely
> slipping my mind right now.
>
> Thanks
> David M.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
kranthi [ Fr, 09 April 2010 05:07 ] [ ID #2038338 ]

Re: Forgot what to install

it's apache2 module for php

#apt-cache search php5 apache
libapache2-mod-php5 - server-side, HTML-embedded scripting language
(Apache 2 module)

~viraj

On Fri, Apr 9, 2010 at 8:32 AM, David McGlone <david [at] dmcentral.net> wrote:
> Hey guys, quick question. I had to re-install my Ubuntu, and I forgot
> what package I needed so firefox will display the php files and not ask
> me to if I want to download them. I've done installed PHP5, mysql, and
> php-mysql. What did I miss. I know the package name, but it's completely
> slipping my mind right now.
>
> Thanks
> David M.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
kalinga [ Fr, 09 April 2010 05:13 ] [ ID #2038339 ]

Re: Forgot what to install

A tip for you. If you have internet access, type in
sudo apt-get install phpmyadmin
This will install all the dependencies and your server will be ready.

On 4/9/10, David McGlone <david [at] dmcentral.net> wrote:
> Hey guys, quick question. I had to re-install my Ubuntu, and I forgot
> what package I needed so firefox will display the php files and not ask
> me to if I want to download them. I've done installed PHP5, mysql, and
> php-mysql. What did I miss. I know the package name, but it's completely
> slipping my mind right now.
>
> Thanks
> David M.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
Sent from my mobile device

Shiplu Mokaddim
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hSiplu [ Fr, 09 April 2010 07:07 ] [ ID #2038341 ]

Re: Forgot what to install

On Fri, 2010-04-09 at 08:37 +0530, kranthi wrote:
> you forgot httpd
> KK.
>
>
>
> On Fri, Apr 9, 2010 at 08:32, David McGlone <david [at] dmcentral.net> wrote:
> > Hey guys, quick question. I had to re-install my Ubuntu, and I forgot
> > what package I needed so firefox will display the php files and not ask
> > me to if I want to download them. I've done installed PHP5, mysql, and
> > php-mysql. What did I miss. I know the package name, but it's completely
> > slipping my mind right now.

Thanks everyone for the suggestions. Last night before I went to bed I
replied to my own question to let everyone know that all I needed to do
was restart apache, but what I didn't realize until I got up this
morning was when I hit reply, I replied to myself so only I got the
message.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
David McGlone [ Fr, 09 April 2010 14:21 ] [ ID #2038350 ]

RE: Forgot what to install

From: David McGlone

> On Fri, 2010-04-09 at 08:37 +0530, kranthi wrote:
>> you forgot httpd
>> KK.
>>
>> On Fri, Apr 9, 2010 at 08:32, David McGlone <david [at] dmcentral.net>
wrote:
>> > Hey guys, quick question. I had to re-install my Ubuntu, and I
forgot
>> > what package I needed so firefox will display the php files and not
ask
>> > me to if I want to download them. I've done installed PHP5, mysql,
and
>> > php-mysql. What did I miss. I know the package name, but it's
completely
>> > slipping my mind right now.
>
> Thanks everyone for the suggestions. Last night before I went to bed I
> replied to my own question to let everyone know that all I needed to
do
> was restart apache, but what I didn't realize until I got up this
> morning was when I hit reply, I replied to myself so only I got the
> message.

Sometimes that's all that matters. But thanks for letting us know you
solved your problem.

Bob McConnell

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Bob McConnell [ Fr, 09 April 2010 14:24 ] [ ID #2038351 ]
PHP » gmane.comp.php.general » Forgot what to install

Vorheriges Thema: Re: Sort two coupled arrays {my solution]
Nächstes Thema: Beginner's question: How to run a PHP web application locally?