Multiple light-weight httpd server In search for a lightweight solution to run some php pages on my Debian diskless shellserver it appears there are several lightweight httpd daemons in Debian that can do php. I created some virtual machines on KVM to do some testing. Here follows a short howto to get the different httpd [...]
Category: Debian, Hebergement, Lighttpd | Commentaires fermésCanonical URL is part of a problem for most blogs. Most people who concern about different versions of a URL that display the same content are likely worry about duplicate content issue. As we know, that is not good from the search engine standpoint. The solution is to www redirect — redirecting your blog from [...]
Tags: apache-nginx-lighttpd, canonical, lighttpd-redirection-www, llglttd-6, rewrite, www
Category: Apache, Hebergement, Lighttpd | Commentaires ferméslighttpd + PHP-FPM on Debian Squeeze I’m not a super-BOFH but I do like to host my own blog (not this on, though) and play with stuff. In the past I used to use Apache, but I never liked the VirtualHosts configuration, specially when it gets big. Don’t get me wrong, I’m not saying its [...]
Tags: debian-squeeze, fpm, lighttpd, php
Category: Debian, Hebergement, Lighttpd | Commentaires fermésSetting up a simple SSL configuration¶ Setting up a simple SSL configuration with Lighttpd is quite easy. Though this method should be used with care because this setup will only provide proper encryption, not authentication! The user will be presented with a query whether to accept the certificate or not! First, go into your SSL [...]
Tags: administrateur-systeme-freelance, certificat, debian-lamp-lighttpd, debian-lenny-lighttpd-certificate, httpd, kogitae, lamp-or-linux-or-developpement-web-and-apache-or-php-or-mysql-or-adobe-or-eclipse-or-zend-or-mozilla-or-firefox, lightto-pem, lighttpd, lighttpd-root-ca-config, pem, ssl, ssl-pem-file-lighttpd, zend-lighttpd-redirect-https, zend-ssl-pemfile
Category: Hebergement, Lighttpd | Commentaires fermésPassword protection can limit access to your website or a specific sub-directory. lighttpd.conf Make sure you enable mod_access and mod_auth in your lighttpd.conf: server.modules += ( « mod_access » ) server.modules += ( « mod_auth » ) htpasswd #htpasswd -c ~/lighttpd/foo-auth.xt username Running this command will prompt for this user’s new password to store in the txt file. Combining [...]
Tags: administrateur-system-infogerance, administrateur-systeme-et-reseau-freelance, administrateur-systeme-infogerance, administrateur-systeme-linux-freelance, auth, auth-backend-htpasswd-userfile, basic-lighttpd, blog-administration-systeme, freelance-infogerance, htpasswd, kogitae, kogitae-fr, le-blog-dun-admin-systeme, lighttpd, lighttpd-auth-basic-not-working, lighttpd-authentication, lighttpd-hebergement, lighttpd-htpasswd, lighttpd-mod_auth, protect-subdirectory-lighttpd
Category: Hebergement, Lighttpd | Commentaires fermés<span class="html">Want to avoid segmentation with apc.shm_segments?If your linux server limits the shared memory block size and you're forced to use apc.shm_segments instead, change the setting by using (here is 512M but change it as you like): # sysctl -w kernel.shmmax=536870912 (but if you want the change to be permanent after a restart you would have to add [...]
Tags: administrateur-systeme-en-freelance, apc, apc-shm_segments, centos-install-mpg123, centos-mpg123, debian-bash-vider-apc, debian-squeeze-apc-shm_size, ffmpeg-segmenter-lenny, freelance-administrateur-systeme-paris-linux, freepbx-deb, info-gerence-avec-ubuntu, install-jappix-centos, kogitae, kogitae-fr, segmentation, shared-memory-block-size-know-linux-apc-shm_size, shm, source-postfix-debian, tarifs-infogerance-freelance, www-kogitae-fr
Category: Lighttpd | Commentaires fermésPour faire fonctionner wordpress avec le rewriting et lighttpd, j’ai trouvé ça en surfant : $HTTP["host"] =~ « votreurl » { url.rewrite-final =( # On ne reecrit pas certain dossiers « ^/(wp-admin|wp-includes|wp-content|gallery2)/(.*) » => « $0″, # meme chose pour les fichiers .php « ^/(.*.php) » => « $0″, # Par contre on refait les permaliens « ^/(.*)$ » => « /index.php/$1″ ) } Mon conseil [...]
Tags: blog-administration-systme-wordpress, debian-lighttd-wordpress, dump-les-url-seo, lighttpd, lighttpd-cout-url-rewriting, lighttpd-rewrite-url, lighttpd-url-redirect-debian-6, lighttpd-url-rewrite, lighttpd-url-rewrite-0, lighttpd-url-rewrite-rss-wordpress, lighttpd-wordpress-rewrite, probleme-rewriting-wordpress-debian, rewrite-wordpress, rewriting, SEO, url-rewrite-final, wordpress, wordpress-rewrite-category-not-found, wordpress-url-rewriting-page-statiques, wordpress-www
Category: Hebergement, Lighttpd | Commentaires fermés