4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
29 results tagged apache x
  • mod_log_config - Apache HTTP Server Version 2.4

    %{VARNAME}o The contents of VARNAME: header line(s) in the reply.
    %{VARNAME}i The contents of VARNAME: header line(s) in the request sent to the server.

    December 22, 2017 at 2:37:08 PM GMT+1 - permalink - archive.org - http://httpd.apache.org/docs/current/mod/mod_log_config.html#logformat
    apache header log
  • thumbnail
    Redirect HTTP Traffic to HTTPS Using ELB

    Un peu fatiguant de ne pas pouvoir configurer ce genre de chose sur l'ELB directement...

    Redirect http call to https

    RewriteEngine On
    RewriteCond %{HTTP:X-Forwarded-Proto} ^http$
    RewriteRule . https://%{HTTP:Host}%{REQUEST_URI} [L,R=permanent]

    September 18, 2017 at 2:36:53 PM GMT+2 * - permalink - archive.org - https://aws.amazon.com/premiumsupport/knowledge-center/redirect-http-https-elb/
    apache elb https rewrite
  • thumbnail
    IP address is incorrect in Apache access logs · Issue #27 · gnif/mod_rpaf · GitHub

    Contexte :
    Derniere version de rpaf et apache 2.4 (jessie)

    La variable %h qui est utilisée dans les LogFormat de base n'est pas substituée par rpaf... il faut la remplacer par %a qui elle, est bien modifiée par rpaf

    January 11, 2017 at 11:29:12 AM GMT+1 - permalink - archive.org - https://github.com/gnif/mod_rpaf/issues/27
    apache rpaf
  • thumbnail
    Secure cookie with HttpOnly and Secure flag in Apache

    Pour éditer les header avec apache

    October 27, 2016 at 8:06:43 AM GMT+2 - permalink - archive.org - https://geekflare.com/httponly-secure-cookie-apache/
    apache cookie
  • How To Tell Apache To Not Log Certain Requests In Its Access Log

    Log selectif apache

    October 18, 2016 at 3:11:30 PM GMT+2 - permalink - archive.org - https://www.howtoforge.com/setenvif_apache2
    apache log
  • mod_dir - Serveur Apache HTTP Version 2.4

    avec le mod_dir chargé, la directive DirectorySlash est à On par défaut

    Que fait cette directive ?
    Dans le cas d'une ressource qui ne se termine pas par "/" et qui n'existe pas, apache va balancer une 301 vers cette même ressource avec un "/" à la fin.

    Ainsi pour atteindre www.foo.com/yoyo/index.html

    On peut simplement faire :
    www.foo.com/yoy
    -> 301 www.foo.com/yoy/
    -> Et apache envoie le index.html (car DirectoryIndex inclut index.html par défaut)

    August 11, 2016 at 1:56:16 PM GMT+2 - permalink - archive.org - https://httpd.apache.org/docs/current/fr/mod/mod_dir.html
    301 apache dir slash
  • mod_proxy - Serveur Apache HTTP Version 2.2

    Un peu tordu.. Pour spécifier à Apache d'utiliser un proxy pour atteindre certaines URL

    July 4, 2016 at 3:24:13 PM GMT+2 - permalink - archive.org - http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyremote
    apache proxy
  • Running Apache in the foreground

    Pour avoir les logs d'apache dans la console quand on lance en foreground

    LogLevel info
    14 ErrorLog "|cat"
    15 LogFormat "%h %l %u %t \"%r\" %>s %b" common
    16 CustomLog "|cat" common

    November 18, 2015 at 5:52:30 PM GMT+1 - permalink - archive.org - http://zroger.com/blog/apache-in-the-foreground/
    apache
  • GoAccess - Screenshots
    November 3, 2015 at 2:41:44 PM GMT+1 - permalink - archive.org - http://goaccess.io/screenshots
    apache audit log logs nginx web
  • Mise à jour de la version 2.2 vers la version 2.4 - Serveur Apache HTTP Version 2.4

    La conf change un peu entre apache 2.2 et apache 2.4, c'est pas plus mal, la nouvelle syntaxe est plus carrée je trouve

    September 14, 2015 at 11:05:50 AM GMT+2 - permalink - archive.org - http://httpd.apache.org/docs/2.4/upgrading.html
    apache
  • Debian -- Details of package libapache2-mod-rpaf in sid

    Je me demandais pourquoi mes allow from x.x.x.x ne marchait plus au niveau de on apache... C'est pourtant con, j'ai un haproxy en frontal maintenant ! donc apache voit tout venir de 127.0.0.1 et les allow ne sont plus valides.

    Pour résoudre le probleme on peut installer ce mod qui va prendre l'ip dans les headers ajoutés par haproxy (x-forwarded-for) et la considérer comme l'ip source.

    February 21, 2015 at 2:35:05 PM GMT+1 - permalink - archive.org - https://packages.debian.org/fr/sid/libapache2-mod-rpaf
    apache haproxy nginx rpaf
  • thumbnail
    phanan/htaccess · GitHub
    February 9, 2015 at 10:13:57 AM GMT+1 - permalink - archive.org - https://github.com/phanan/htaccess
    apache htaccess
  • Installation du module Apache rpaf - [Mémo Debian & VDR]

    Ok Ok, ça m'aurait évité de modifier le logformat de mon apache..

    via arnaudb

    December 18, 2014 at 4:26:35 PM GMT+1 - permalink - archive.org - http://www.mn-home.fr/article46.html
    apache reverse
  • Running mod_fastcgi and PHP-FPM on Debian 7 (Wheezy) with Apache - Linode Guides & Tutorials
    October 28, 2014 at 5:25:19 PM GMT+1 - permalink - archive.org - https://www.linode.com/docs/websites/apache/running-fastcgi-php-fpm-on-debian-7-with-apache
    apache fpm php
  • Apache force https

    Petit pense bête :

    <VirtualHost :80>
    RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteRule (.
    ) https://%{HTTP_HOST}%{REQUEST_URI}
    </VirtualHost>

    ou

    <VirtualHost *:80>
    ServerName mon.domaine.fr
    Redirect / https://mon.domainefr/
    </VirtualHost>

    July 1, 2014 at 12:12:40 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?UgoQhQ
    apache http https
  • logstalgia - website access log visualization - Google Project Hosting

    Logstalgia is a website traffic visualization that replays or streams web-server access logs as a pong-like battle between the web server and an never ending torrent of requests.

    May 27, 2014 at 2:37:51 PM GMT+2 - permalink - archive.org - http://code.google.com/p/logstalgia/
    apache log nginx pong
  • Apache Tips & Tricks: Disable directory indexes - MDLog:/sysadmin

    truc à faire direct après l'install d'apache2
    ça laisse la possibilité d'utiliser indexes sur certains dir

    May 6, 2014 at 6:17:47 PM GMT+2 - permalink - archive.org - http://www.ducea.com/2006/06/26/apache-tips-tricks-disable-directory-indexes/
    apache
  • mod_proxy : rediriger en tout transparence Apache vers un port spécifique - Technical documentation : Debian

    du reverse avec apache, ça dépanne

    April 17, 2014 at 12:07:13 PM GMT+2 - permalink - archive.org - https://technique.arscenic.org/lamp-linux-apache-mysql-php/apache/modules-complementaires/article/mod_proxy-rediriger-en-tout
    apache reverse
  • netcraft-april-2014.png (Image PNG, 1266 × 1028 pixels) - Redimensionnée (83%)

    Apache qui passe en dessous de IIS c'est pour bientôt d'après la tendance :o
    Est-ce que l'opensource recule ? Non surement que beaucoup de monde switch de nginx à apache ?

    April 10, 2014 at 1:34:28 PM GMT+2 - permalink - archive.org - http://nginx.wpengine.com/wp-content/uploads/2014/04/netcraft-april-2014.png
    apache nginx
  • Activer et configurer le server-status Apache (mod_status) - Blog de Florian Bogey
    March 31, 2014 at 6:16:57 PM GMT+2 - permalink - archive.org - http://www.blog.florian-bogey.fr/activer-et-configurer-le-server-status-apache-mod_status.html
    apache status
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation