[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Policy pour les cgi-bin?



Christian Perrier wrote:

> > #!/bin/sh
> > #
> > # Written for Debian package by Christian Perrier <bubulle@debian.org>
> > #   based on exampl given in gwtp's README file
> > 
> > GWTP_ETC=/etc/geneweb/gwtp
> > GENEWEB_DBS=/var/lib/geneweb
> > LOGDIR=/var/log
> > TMPDIR=/var/run/gwtp
> > SITE=http://`hostname -f`:2317/
> > /usr/lib/geneweb/gwtp \
> >    -etc $GWTP_ETC \
> >    -dst $GENEWEB_DBS \
> >    -log /var/log \
> >    -tmp /var/run/gwtp \
> >    -site $SITE
> 
> Bon, ça ne fait hurler personne? Je suis étonné..Ou alors vous êtes muets
> de surprise devant ma stupidité..:)

Simple question... Pourquoi pas $SERVER_NAME au lieu de `hostname -f` ?

Peter



Reply to: