SSL fingerprints mailserver : SMG’s Weblog

SSL fingerprints mailserver I use fetchmail to pull down my mail from the mailserver, just now the ssl fingerprints changed leading to an error like: fetchmail: <mailserver> fingerprints do not match! 12096:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:../../../../common/openssl/ssl/s3_clnt.c:894: fetchmail: SSL connection failed. fetchmail: socket error while fetching from <userid>@<mailserver> fetchmail: Query status=2 (SOCKET) So to get the new […]

How I did it: diskless netboot with Debian Etch

How-To to make a diskless Debian Etch workstation This how-to is based on the following Ubuntu how-to: https://help.ubuntu.com/community/DisklessUbuntuHowto When I tried using the above how-to with Debian Etch, there were a number of things which didn’t work, and there were a number of things which weren’t explained. In any case, this is how I figured […]

Frequence radio Haute-Saone | Fréquences Radio dans le département Haute-Saone 70

Liste alphabétique des frequences radio dans le département de la Haute-Saone CHERIE FM – Haute Saone 88.7 70 – Haute-Saone GRAY CHERIE FM – Haute Saone 94.7 70 – Haute-Saone VESOUL EUROPE 1 – Haute Saone 95.2 70 – Haute-Saone JUSSEY EUROPE 1 – Haute Saone 102.1 70 – Haute-Saone VESOUL FRANCE BLEU – Haute […]

2 NDD, Apache et une seule IP : Administration d’un site Web

Est-ce que le mod-ssl est effectivement activé ? Si c’est le cas apache écoute sur le port 80 et le 443. Dans ce cas, il faut impérativement déclarer comme suit : Code: Tout sélectionner NameVirtualHost *:80 NameVirtualHost *:443 <VirtualHost *:80> ServerName site1.com … </VirtualHost> <VirtualHost *:80> ServerName site2.com … </VirtualHost> Sans ce type de déclaration […]

Sur-couche AJAX pour Awstats

Le package s’appelle Jawstats : http://www.jawstats.com/ Installation mkdir /var/www/awstats-6.95/wwwroot/jawstats cd /var/www/awstats-6.95/wwwroot/jawstats wget http://static.jawstats.com/src/jawstats-0.7beta.tar.gz tar -xzvf jawstats-0.7beta.tar.gz cp config.dist.php config.php Modification de config.php : &lt;?php     // core config parameters   $sDefaultLanguage      = "fr";   $sConfigDefaultView    = "thismonth.all";   $bConfigChangeSites    = false;   $bConfigUpdateSites    = false;   $sUpdateSiteFilename   = "xml_update.php";     // individual site configuration   $aConfig["wiki.nas78.net"] = <a href="http://www.php.net/array">array</a>(     "statspath"   =&gt; "/var/www/awstats-6.95/wwwroot/cgi-bin/",     "updatepath"  =&gt; "/var/www/awstats-6.95/wwwroot/cgi-bin/",     "siteurl"     […]

WordPress, cheminement des fichiers de thèmes

Plan de fonctionnement de WordPress pour les thèmes et les fichiers appelés . Utile pour la personalisation Template_Hierarchy.png (Image PNG, 1543×700 pixels).

WordPress 3.0: Multisite Domain Mapping Tutorial » Otto on WordPress

« How to Setup Your Facebook Connect Application Quickie: Apache and Skype » WordPress 3.0: Multisite Domain Mapping Tutorial June 4, 2010, 12:25 pm The other day, Klint Finley wrote a very good walkthrough of using the new Multisite functionality of WordPress 3.0. In the comments, a lot of people wanted to know how to […]

» proxy: No protocol handler was valid for the URL

proxy: No protocol handler was valid for the URL I am using mod_proxy to hide my host-wide Geneweb setup behind a bunch of Apache vhosts. I was surprised to find that after migrating to Apache 2.2 my mod_proxy setup had ceased working. The vhost’s access.log was showing a 403 and the error.log was churning messages […]

apache-redirect

Apache Redirections Apache provides many ways of redirecting requests to different websites. The two main ones are probably mod_proxy and mod_rewrite, which will be briefly covered here. These modules allow us to access data that may not have been accessible otherwise, for example behind a firewall. mod_rewrite Mod_rewrite is an incredibly powerful module, and can […]

Yost.com – Apache redirect

Apache redirect to support multiple names for the same web site (If you were looking for how to make html redirect files, look here.) Transitioning from use of the « www. » prefix on web site names… Our example web site, Nueva School, set up Apache so that if you type in http://www.nuevaschool.org your browser will replace […]