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

Re: apache ServerName



Salut Denis,

> Jusqu'il y a peu, Apache lisait 3 fichiers de configuration :
> - access.conf
> - httpd.conf
> - srm.conf
> Depuis 1.3.9 (sauf erreur), il ne se sert plus que de httpd.conf

La totale !!
strace -o dump apache 
grep open dump

=>

open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)      = 4
open("/lib/libm.so.6", O_RDONLY)        = 4
open("/lib/libcrypt.so.1", O_RDONLY)    = 4
open("/usr/lib/libgdbm.so.1", O_RDONLY) = 4
open("/lib/libdb.so.3", O_RDONLY)       = 4
open("/lib/libdl.so.2", O_RDONLY)       = 4
open("/lib/libc.so.6", O_RDONLY)        = 4
open("/etc/apache/httpd.conf", O_RDONLY) = 4
open("/etc/nsswitch.conf", O_RDONLY)    = 5
open("/etc/ld.so.cache", O_RDONLY)      = 5
open("/lib/libnss_compat.so.2", O_RDONLY) = 5
open("/lib/libnsl.so.1", O_RDONLY)      = 5
open("/etc/passwd", O_RDONLY)           = 5
open("/etc/group", O_RDONLY)            = 5
.
.
.
open("/etc/apache/srm.conf", O_RDONLY)  = 4
open("/etc/apache/access.conf", O_RDONLY) = 4
open("/etc/resolv.conf", O_RDONLY)      = 4
open("/etc/ld.so.cache", O_RDONLY)      = 4
open("/lib/libnss_files.so.2", O_RDONLY) = 4
open("/etc/host.conf", O_RDONLY)        = 4
open("/etc/hosts", O_RDONLY)            = 4 

et le coup de grace :-)
ii  apache          1.3.9-10       Versatile, high-performance HTTP
server 


>A part ces détails, bravo à l'équipe Debian :
>meme si parfois je sue un peu pour configurer,
>je ne vous abandonnerais pas pour une Mandrake.
itou !!
Evidemment...

-- 
> Georges MARIANO                 tel: (33) 03 20 43 84 06
> INRETS, 20 rue Elisee Reclus    fax: (33) 03 20 43 83 59
> 59650 Villeneuve d'Ascq         mailto:mariano@terre.inrets.fr
> FRANCE.                         
> *****************   the B Formal Method User Group   *****************
> http://www3.inrets.fr/BUGhome.html         mailto:bug@estas1.inrets.fr


Reply to: