apache mod mod_dir.c

Miroslav Lachman 000.fbsd at quip.cz
Mon Apr 19 22:07:22 CEST 2010


Jarda wrote:

[...]

> test# httpd -v
> Server version: Apache/2.2.14 (FreeBSD)
> Server built: Apr 15 2010 21:14:19
>
> asi by to i behalo, ale nezobrazuje mi to index.html, nabizi mi jej to
> na stazeni jako soubor default. Co si tak jeste trochu pamatuji, tak by
> to mel mit na starosti mod_dir.c (asi), kterej mi schazi. V configu mam
> standartni
>
> <IfModule dir_module>
> DirectoryIndex index.html index.php
> </IfModule>.
>
> Muzete mi poradit, jak tuto prkotinu vyresit?

Me by nejvic zajimalo, jak byl Apache nainstalovan (z jakeho portu, s 
jakymi options) a jestli byly provadeny v httpd.conf nejake upravy, nebo 
ne? A jak je Apache spousten?

Jeste jsem se totiz nesetkal s tim, ze by na FreeBSD Apache s defaultnim 
konfigurakem neobsluhoval index.html

V defaultnim httpd.conf je totiz i toto:

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
     DirectoryIndex index.html
</IfModule>

Pro PHP (je-li nainstalovano jako mod_php) je pak dobre pridat neco jako:

<IfModule php5_module>
     DirectoryIndex index.php index.html index.html.var index.htm

     AddType application/x-httpd-php .php
     AddType application/x-httpd-php-source .phps
</IfModule>


Mirek


More information about the Users-l mailing list