Re: apache, iis4 and php?


Subject: Re: apache, iis4 and php?
From: Christopher Swingley (cswingle@iarc.uaf.edu)
Date: Wed Aug 07 2002 - 16:29:26 AKDT


If you're running apache and php, you'll want a few configuration
options set to it knows what to do with your php files. These config
setting are from my Linux box, but I'd imagine they're pretty similar
even on a Windoze crashbox (maybe libphp4.dll on the first line):

    LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

    <IfModule mod_dir.c>
        DirectoryIndex index.phtml index.php index.html
    </IfModule>

    AddType application/x-httpd-php .php .phtml

These are for an apache 1.3 configuration file. I haven't fiddled with
apache2 yet.

Chris

-- 
Christopher S. Swingley           phone: 907-474-2689
IS Professional, Level 4          email: cswingle@iarc.uaf.edu
IARC -- Frontier Program          GPG and PGP keys at my web page:
University of Alaska Fairbanks    www.frontier.iarc.uaf.edu/~cswingle

--------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Wed Aug 07 2002 - 16:28:51 AKDT