Tag: solution
Solving “configure: error: C++ compiler cannot create executables” problem
You ran ./configure and got “configure: error: C++ compiler cannot create executables”. Here is how to fix it …
Squid: unrecognized httpd_accel_port, httpd_accel_with_proxy on, httpd_accel_uses_host_header
I was recently installing squid at home as a single caching proxy for all computers in my home network. The simple way is just running squid on your linux router as is and configuring every single browser on all computers in your network so they access internet using squid. That’s…
Solving “The server you are connected to is using a security certificate that could not be verified.” problem
Uff that was tough one … If you decided to make your mail communications more secure you probably switched on SSL option in your mail client for POP3/IMAP/SMTP servers. There is a good chance you will get one of those errors that sound like
The server you are connected to is…
MacMail failes while receiving mail using imap from courier mail
As usually there might be a lot of reasons for that. In my case the reason became clear when I checked /var/log/messages:
imapd-ssl: /etc/courier-imap/shared/index: No such file or directory problem. The quick and dirty solution appeared to be really quick.
How to configure master/slave DNS servers so they do not conflict with Plesk 8.2
When you need to implement a DNS master/slave relationship, you obviously can go ahead and edit named config files, but when you do next change to DNS configuration using Plesk most your changes will be lost. From the other side Plesk doesn’t provide slave server configuration…