Recent Posts

Webologist

Webologist

Return To Blog Listing

Blog on web design, IT news, open source, internet, SEO and marketing, general web stuff.

Search This Blog's Tags For:

Recent Posts Tagged With 'lamp'

  • Rock and Roll! .htaccess is running

    Posted on Tuesday September 25th, 2007 at 18:11 in lamp, apache, web server, apache installation

    OK, just found out where I am going wrong. And I am going wrong in more ways than one. Firstly, I need to modify the /etc/apache2/sites-available/default to allow .htaccess rules to override the httpd.conf. Really I should not use .htaccess, but as I...

  • ApacheMySQLPHP

    Posted on Tuesday September 25th, 2007 at 18:04 in ubuntu, lamp, apache, apache installation

    Just found this page on the Ubuntu website, bookmarking it here. Looks like need to make some changes to get the .htaccess working. Also seems that I could have installed LAMP automatically with this command:To install the default LAMP stack in Ubunt...

  • Linux, Apache, PHP Success. Next MySQL...

    Posted on Monday September 24th, 2007 at 16:44 in web hosting, lamp, web server, linux ubuntu, apache installation

    Well, everything seems to be going exceptionally smoothly so far. Time for bed now, but next time I will be installing MySQL. Then once that is set up I should in theory have a test environment to test database driven websites such as Drupal and Word...

  • Apache Restart: sudo /etc/init.d/apache2 restart

    Posted on Monday September 24th, 2007 at 16:23 in ubuntu, lamp, apache installation, installing php

    I guess this is where I find out if it is working...... Apache restarting withsudo /etc/init.d/apache2 restartI have only ever done this through the control panel of my web host so far. So interesting to see how it is really done!OK, the results:jon@...

  • Installing PHP on Ubuntu

    Posted on Monday September 24th, 2007 at 16:14 in php, ubuntu, lamp, web server, installing php

    I am now going to record my progress at installing PHP on Ubuntu, in the same way that I recording the results of installing Apache. Again, for my benefit, and your amusement. Are you laughing at me or with me?jon@jon-desktop:~$ sudo apt-get install...