Jeg har ikke de moduler i min httpd - eller også er der noget jeg ikke har
styr på .
Kan du give mig stien - for tilfældet.
---JanH
> From: Poul Skovmand Thingholm <skovmand@mac.com>
> Newsgroups: dk.edb.mac
> Date: Wed, 20 Feb 2002 21:24:02 +0100
> Subject: Re: Re.: Webserver
>
> On 20/02/02 21:15, in article B899C254.4712%jan@hovard.dk, "Jan Hovard"
> <jan@hovard.dk> wrote:
>
>> Kan du nævne hvilke "#" der skal fjernes.
>>
>> ---JanH
>>
>
> Først er der nogle loadmodules:
>
> --snip--
>
> LoadModule setenvif_module libexec/httpd/mod_setenvif.so
> #LoadModule dav_module libexec/httpd/libdav.so
> #LoadModule ssl_module libexec/httpd/libssl.so
> #LoadModule perl_module libexec/httpd/libperl.so
> LoadModule php4_module libexec/httpd/libphp4.so
> LoadModule hfs_apple_module libexec/httpd/mod_hfs_apple.so
>
> # Reconstruction of the complete module list from all available modules
>
> --snip--
>
> Så er der addmodules:
>
> #AddModule mod_dav.c
> #AddModule mod_ssl.c
> #AddModule mod_perl.c
> AddModule mod_php4.c
> AddModule mod_hfs_apple.c
>
> #
> # ExtendedStatus controls whether Apache will generate "full" status
> # information (ExtendedStatus On) or just basic information (ExtendedStatus
>
> --snip--
>
> Og endelig længere nede:
>
> #
> # For example, the PHP 3.x module (not part of the Apache distribution -
> see
> #
http://www.php.net) will typically use:
> #
> #AddType application/x-httpd-php3 .php3
> #AddType application/x-httpd-php3-source .phps
> #
> # And for PHP 4.x, use:
> #
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
>
> AddType application/x-tar .tgz
>
> #
> # AddHandler allows you to map certain file extensions to "handlers",
>
> Det skulle vist gøre det. Jeg havde selv succes med at installere ny php
> istedet for apples oprindelige, for den gav mig problemer.
> Håber det er korrekt - I andre (Morten og de andre seje)?! Jeg ville jo lige
> prøve at svare...
>
> Mvh. Poul
>