Same problem on machine upgraded from 12.04.<last> to 14.04.

/var/lib/apache2/fcgid/ does not exist.
/var/lib/apache2 is owned by root

32633 open("/var/log/apache2/kqview-access.log", 
O_WRONLY|O_CREAT|O_APPEND|O_CLOEXEC, 0666) = 13
32633 open("/var/lib/apache2/fcgid/shm", O_WRONLY|O_CLOEXEC) = -1 ENOENT (No 
such file or directory)
32633 open("/var/lib/apache2/fcgid/shm", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 
0666) = -1 ENOENT (No such file or directory)
32633 write(2, "[Fri May 02 12:21:17.679303 2014] [fcgid:emerg] [pid 32633:tid 
139668710119296] (2)No such file or directory: mod_fcgid: Can't create shared 
memory for size 1200712 bytes\n", 171) = 171

....

r...@netview3.dev# mkdir /var/lib/apache2/fcgid
r...@netview3.dev# chown www-data:www-data /var/lib/apache2/fcgid
r...@netview3.dev# /etc/init.d/apache2 start
 * Starting web server apache2                                                  
                                                                                
                    * 
r...@netview3.dev# ls -l /var/lib/apache2/fcgid
total 8
-rw-r--r-- 1 root     root    8 mai    2 12:26 shm
drwx------ 2 www-data root 4096 mai    2 12:26 sock

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266400

Title:
  Apache2 fails to start with libapache2-mod-fcgid: No such file or
  directory: mod_fcgid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-fcgid/+bug/1266400/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to