[NBLUG/talk] SquirrelMail and PHP.
Warren Raquel
wraquel at jacobmarlie.com
Sat Apr 19 21:41:02 PDT 2003
Did you get this figure out yet? Which flavor of linux are you running
and how did you install everying? (Source, RPM, DEB, etc)
On Fri, 2003-04-18 at 14:26, Christopher Wagner wrote:
> I have that section in my httpd.conf file, pasted below:
>
> <IfModule mod_php4.c>
> AddType application/x-httpd-php .php .php4 .php3 .phtml
> AddType application/x-httpd-php-source .phps
> </IfModule>
>
> I'm noticing, however, that there are files that seem to be missing..
> mod_php4.c for instance, does not exist. I have libphp4.so in
> /etc/httpd/modules. Is that all I need? Am I missing files? PHP will
> execute the files correctly if launched from a command line it seems (ie:
> php index.php).
>
> I have this also in my httpd.conf file:
>
> <IfDefine HAVE_PHP4>
> LoadModule php4_module modules/libphp4.so
> </IfDefine>
>
> and
>
> <IfDefine HAVE_PHP4>
> AddModule mod_php4.c
> </IfDefine>
>
> I have this:
>
> <IfModule mod_dir.c>
> DirectoryIndex index.html index.htm index.shtml index.php index.php4
> index.php3 index.phtml index.cgi
> </IfModule>
>
> Do I need to specify these for each VirtualHost??
>
> - Christopher Wagner
> chrisw at pacaids.com
>
> Packaging Aids Corporation - Information Systems
> P.O. Box 9144
> San Rafael, CA 94912-9144
> http://www.pacaids.com/
> (415) 454-4868 x116
More information about the talk
mailing list