Month: May 2012
-
Wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper cannot be accessed: (2)No such file or directory
If You got messed up with PHP in CentOS with plesk 10.4, You might get such error: # httpd -t Syntax error on line 65 of /var/www/vhosts/domain.tld/conf/13353493930.96968200_httpd.include: Wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper cannot be accessed: (2)No such file or directory Small fix to make it work:
-
Ubuntu 12.04 64bit /sbin/insserv: No such file or directory
Small fix if You have an error when You try to turn on startup programs. for example: # chkconfig -s ssh on /sbin/insserv: No such file or directory Fix is simple, just to add symlink: # ln -s /usr/lib/insserv/insserv /sbin/insserv [paypal-donation]