From: David McGlone on 8 Apr 2010 23:02 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.
From: kranthi on 8 Apr 2010 23:07 you forgot httpd KK. On Fri, Apr 9, 2010 at 08:32, David McGlone <david(a)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 > >
From: viraj on 8 Apr 2010 23:13 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(a)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 > >
From: shiplu on 9 Apr 2010 01:07 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(a)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)
From: David McGlone on 9 Apr 2010 08:21
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(a)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. |