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

Bug#106493: marked as done (apache: Please provide also translated index.html Package: apache Version: 1.3.9-13.2)



Your message dated Wed, 16 Sep 2009 20:34:07 +0100
with message-id <1253129647.290261.2733.nullmailer@kmos.homeip.net>
and subject line Package apache has been removed from Debian
has caused the Debian Bug report #106493,
regarding apache: Please provide also translated index.html Package: apache Version: 1.3.9-13.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
106493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=106493
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apache
Version: N/A
Severity: wishlist

We could look into providing translated index.html pages in the apache package for
installation in /var/www. I attach the index.html page translated into Spanish.

IMHO I find three (reasonable) scenarios:

a) include all the contributed translated web pages and enable content-negotiation by
language in the default web server config file

b) try to identify the user's LANG and install the appropiate index.XXX.html file as
/var/www/index.html

c) install translated webpages in the examples/ directory.


I pretty much prefer a), b) makes apache configuration depend on
internacionalization/localization issues, c) hides the translations (although they could be
installed there by outside programs like the ones provided in user-es package or in the future,
by the language-environment package).

Regars

Javi


-- System Information
Debian Release: 2.2
Kernel Version: Linux avalon 2.2.19 #3 Wed Mar 28 14:14:21 CEST 2001 i686 unknown

Versions of the packages apache depends on:
ii  apache-common  1.3.9-13.2     Support files for all Apache webservers
ii  libc6          2.1.3-18       GNU C Library: Shared libraries and Timezone
ii  libdb2         2.4.14-2.7.7.1 The Berkeley database routines (run-time fil
ii  libgdbmg1      1.7.3-26.2     GNU dbm database routines (runtime version).
ii  mime-support   3.9-1          MIME files 'mime.types' & 'mailcap', and sup
ii  perl-5.005     5.005.03-7.1   Larry Wall's Practical Extracting and Report
	^^^ (Provides virtual package perl5)
perl	Not installed or no info

--- Begin /etc/init.d/apache (modified conffile)
#! /bin/sh
#
#
[ -x /home/webmaster/http/bin/apachectl ] && /home/webmaster/http/bin/apachectl $@
NAME=apache
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/usr/sbin/apache
SUEXEC=/usr/lib/apache/suexec
PIDFILE=/var/run/$NAME.pid
CONF=/etc/apache/httpd.conf
APACHECTL=/usr/sbin/apachectl 
trap "" 1
test -f $DAEMON || exit 0
test -f $APACHECTL || exit 0
if egrep -q -i "^[[:space:]]*ServerType[[:space:]]+inet" $CONF
then
    exit 0
fi
case "$1" in
  start)
    echo -n "Starting web server: $NAME"
    if $APACHECTL start > /dev/null 2>&1
    then
	echo "."
    else
	echo "... failed."
    fi
    ;;
  stop)
    echo -n "Stopping web server: $NAME"
    $APACHECTL stop > /dev/null
    echo "."
    ;;
  reload)
    echo -n "Reloading $NAME configuration... "
    if $APACHECTL graceful > /dev/null 2>&1
    then
	echo " done."
    else
	echo " failed."
    fi
    ;;
  reload-modules)
    echo -n "Restarting $NAME daemon."
    $APACHECTL stop > /dev/null
    start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE > /dev/null
    echo -n "."
    sleep 4
    echo -n "."
    test -u $SUEXEC && echo
    if $APACHECTL start > /dev/null 2>&1
    then
	echo " done."
    else
	echo " failed."
    fi
    ;;
  restart)
    $0 reload-modules
    ;;
  force-reload)
    $0 reload-modules
    ;;
  *)
    echo "Usage: /etc/init.d/$NAME {start|stop|reload|reload-modules|force-reload|restart}"
    exit 1
    ;;
esac
exit 0

--- End /etc/init.d/apache

-- 
Title: ¡Bienvenido a tu Nuevo Servidor!

¡Bienvenido a tu nueva Casa en el Ciberespacio!



Esta es una página por defecto instalada por la distribución del paquete de servidor de Web Apache para Debian porque no había ninguna página instalada en este servidor. Por supuesto, vd. debería reemplazar ésta tan pronto como le sea posible con sus propias páginas web...

Este ordenador tiene instalado el sistema operativo Debian GNU/Linux pero no tiene nada que ver con el proyecto Debian GNU/Linux. Si desea informar algo sobre el comportamiento de este host o del dominio, por favor, contacte los proveedores de servicio involucrados, no al Proyecto Debian.

Consulte el Network Abuse Clearinghouse para ver cómo hacerlo.

A menos que haya modificado su configuración, su nuevo servidor está configurado como sigue:

  • Los ficheros de configuración se pueden encontrar en /etc/apache.
  • El DocumentRoot, que es el directorio bajo el que debería poner todos sus ficheros HTML, está fijado a /var/www.
  • Los guiones CGI se encuentran en /usr/lib/cgi-bin, que es el lugar donde los paquetes Debian instalarán sus programas.
  • Los ficheros de registros se almacenan en /var/log/apache, y rotarán diariamente. La frequencia de rotación puede cambiarse de una forma sencilla editando el fichero /etc/apache/cron.conf.
  • El índice por defecto de los directorios es index.html, lo que significa que las peticiones del directorio /foo/var/ recibirán los contenidos del fichero /var/www/foo/bar/index.html si existe (asumiendo que /var/www es su DocumentRoot).
  • Puede también consultar la lista de Preguntas Frecuentes de la World Wide Web para más información.

    Si encuentra un fallo en el paquete de Apache, o en el propio Apache, por favor, envíe un informe de error sobre éste. Puede encontrar más información de como hacer ésto, así como una lista de fallos conocidos de este paquete en el Sistema de Seguimiento de Fallos de Debian (Debian Bug Tracking System, n. del t.)

    Gracias por usar este paquete, y ¡enhorabuena por su elección de un sistema Debian!

    Debian Apache



    Javier Fernández-Sanguino Peña, Madrid, España    23 julio de 2001.

--- End Message ---
--- Begin Message ---
Version: 1.3.34-4.1+rm

You filled the bug http://bugs.debian.org/106493 in Debian BTS
against the package apache. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/418266. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues


--- End Message ---

Reply to: