[users@httpd] Update 1: [users@httpd] Apache Restart Failure

2017-09-03 Thread Murray Hills
Hi Nick, Forgot to add my current disk space information which is as follows: ubuntu@ip-172-31-7-154:~$ df -h Filesystem Size Used Avail Use% Mounted on udev487M 0 487M 0% /dev tmpfs 100M 12M 88M 12% /run /dev/xvda1 7.8G 5.6G 1.9G 76% / tmpfs

RE: [users@httpd] Apache Restart Failure

2017-09-03 Thread Murray Hills
Hi Nick, Yes I had a warning that I was out of disk space (I checked and found it wasn't normal disk space) but when I ran $ sudo df -i I could see inodes 100% full. So I ran... $ find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n And foun

Re: [users@httpd] Apache Restart Failure

2017-09-03 Thread Nick Kew
On Sun, 2017-09-03 at 22:44 +, Murray Hills wrote: > Thanks so much Eric for your suggestion which seems to have fixed the problem. > > The reason I deleted the /var/log/apache2/ was because my Inodes were full > and somebody suggested I do it. I see now it was a bad idea. Your inodes were f

Re: [users@httpd] Apache Restart Failure

2017-09-03 Thread Eric Covener
On Sun, Sep 3, 2017 at 6:44 PM, Murray Hills wrote: > Thanks so much Eric for your suggestion which seems to have fixed the problem. > > The reason I deleted the /var/log/apache2/ was because my Inodes were full > and somebody suggested I do it. I see now it was a bad idea. > > Do you have any su

RE: [users@httpd] Apache Restart Failure

2017-09-03 Thread Murray Hills
Thanks so much Eric for your suggestion which seems to have fixed the problem. The reason I deleted the /var/log/apache2/ was because my Inodes were full and somebody suggested I do it. I see now it was a bad idea. Do you have any suggestion on how I could fix this Inode's problem shown

Re: [users@httpd] Apache Restart Failure

2017-09-03 Thread Eric Covener
> Sep 03 21:06:46 ip-172-31-7-154 apache2[1326]: (2)No such file or directory: > AH02291: Cannot access directory '/var/log/apache2/' for main error log I'd suggest restoring or creating this directory for a start - To unsubscri

[users@httpd] Apache Restart Failure

2017-09-03 Thread Murray Hills
Hi There, BTW - I'm new to contacting this support process. Until now I've had Apache running successfully on an AWS Ubuntu 16.04 EC2 with RDS MysSql The problem is after adding another virtual host when I restart apache2 I got the following... ubuntu@ip-172-31-7-154:~$ sudo sy