Announcement

Collapse
No announcement yet.

Apache/Localhost not working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Apache/Localhost not working

    All,

    Just upgraded to 14.04 LTS and now Apache/Localhost not working on this upgraded machine!

    Where do I start?

    Cheers!

    OMR

    #2
    Hi! Just so I understand, what are you using apache for?

    Run this:

    Code:
    sudo service apache2 status
    Feathers
    samhobbs.co.uk

    Comment


      #3
      All,

      Got this fixed! Had to run cli cmds:

      chown -R UID:users /home/files && chmod -R 775 /home/files
      and
      chown -R www-data:users /var/www && chmod -R 775 /var/www

      Then I was still getting an error from line 55 of the /etc/apache2/apache2.conf file, so had to comment it out as follows:

      # LockFile ${APACHE_LOCK_DIR}/accept.lock

      and change to final /etc/apache2/conf.d/aliases.conf file in PB at:

      http://pastebin.com/DWz907tV

      Thanks for the help!

      Cheers!

      OMR
      Last edited by OldManRiver; Sep 09, 2014, 06:24 AM.

      Comment

      Working...
      X