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 'apache'

  • Good Tuition Makes Fast Progress with Linux

    Posted on Wednesday September 26th, 2007 at 14:48 in apache, linux ubuntu

    Got lots of help and advice this evening from my mate who is a bit of a wizard with computers. This evening I learnt these handy commands:(find . -type f -name '*.htm*'); do(to find all files within a directory that end in .htm or .hmtl or .htmanythi...

  • 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...

  • sudo chmod -R 755 ./articles

    Posted on Tuesday September 25th, 2007 at 17:53 in ubuntu, apache, web server, chmod

    I think that I found the solution, or at least a solution (it does not seem ideal).I typed this:sudo chmod -R 755 ./articlesand it works.But, this leads to questions:1. There must be one command to change permissions for all subdirectories?2. why ./a...

  • Problem with permissions

    Posted on Tuesday September 25th, 2007 at 14:29 in apache, permissions, web server

    OK, it seems that I have a problem with permissions now (I initially thought that my .htaccess file is missing, which has code in to allow php to be parsed in html files).Anyway, I decided to create a new .htaccess first, using:sudo gedit /var/www/.h...

  • Steep learning curve with Apache server

    Posted on Tuesday September 25th, 2007 at 14:09 in apache, permissions, web server, chown

    OK, last night I installed Apache and PHP. I was going to install MySQL this evening, but I decided that instead I would start with the next project I have, which is updating the template for Tranquillizer. So I thought that the most sensible way to...