Posts

Showing posts from October, 2011

[SOLVED] Could not reliably determine the server's fully qualified domain name, using * for ServerName

$ /etc/init.d/apache2 restart * Restarting web server apache2 ulimit: 88: error setting limit (Operation not permitted) apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ulimit: 88: error setting limit (Operation not permitted) apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Action 'start' failed. The Apache error log may have more information. To fix this issue run following line in terminal: sudo gedit /etc/apache2/httpd.conf and add following line in opened file: ServerName localhost Save file and close text editor (gedit). Now restart apache

Add 7-zip support to Ubuntu

Run in terminal: sudo apt-get install p7zip