Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 22:54:32 +0200
From:      "Patrick O'Reilly" <bsd@perimeter.co.za>
To:        "Brossin Pierrick" <pbrossin@swissgeeks.com>
Cc:        "FreeBSD Question List" <freebsd-questions@freebsd.org>
Subject:   Re: apache2 and php4
Message-ID:  <005801c24bb0$a901f400$0200000a@perimeter.co.za>
References:  <000501c24b5d$4f1b8300$3200000a@nitrox> <001401c24b60$346d09e0$0200000a@perimeter.co.za> <000801c24b6c$a80cd680$3200000a@nitrox> <007201c24b70$d82f6400$0200000a@perimeter.co.za> <000801c24b81$c274bcd0$3200000a@nitrox> <00f401c24b83$b3647760$02 <000e01c24b91$3d5e3340$3200000a@nitrox>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Brossin Pierrick" <pbrossin@swissgeeks.com>
> :: Did you check for the original errors I described, involving the SSL
> :: tags in the httpd.conf file?  I think that might have come back and
> :: bit you now :)
>
> Nop it's not..
> I already checked :)
>
> But I think I have to install mod_ssl right ?
>
Um - When I install apache I usually install the apache+mod_ssl port, so I
always get them together.  On one occasion I did not have mod_ssl, then
the problem I described before with mod_ssl and mod_php4 did not oocur -
php worked just fine.

I don't know about apache2 - perhaps the AddModule is done differently in
the new version ?!?

I'm out of ideas for you now I'm afraid.  All I can do is list some info
about my setup and maybe you'll find a difference which gives you a clue?

# pkg_info
<snip>
apache+mod_ssl-1.3.26+2.8.10 The Apache 1.3 webserver with SSL/TLS
functionality
<snip>
mod_php4-4.2.2      PHP4 module for Apache
<snip>

# grep -n php httpd.conf
238:LoadModule php4_module        libexec/apache/libphp4.so
281:AddModule mod_php4.c
456:    <IfModule mod_php3.c>
457:        <IfModule mod_php4.c>
458:            DirectoryIndex index.php index.php3 index.html
460:        <IfModule !mod_php4.c>
461:            DirectoryIndex index.php3 index.html
464:    <IfModule !mod_php3.c>
465:        <IfModule mod_php4.c>
466:            DirectoryIndex index.php index.html
468:        <IfModule !mod_php4.c>
1402:<Files ~ "\.(cgi|shtml|phtml|php3?)$">

#  locate php4.
/usr/local/libexec/apache/libphp4.so

Erm - that's all I can think of for now. :(

---
Regards,
Patrick O'Reilly.
    ___        _            __
   / _ )__ __ (_)_ __ ___ _/ /____ __
  / __/ -_) _) /  ~  ) -_), ,-/ -_) _)
 /_/  \__/_//_/_/~/_/\__/ \__/\__/_/
    http://www.perimeter.co.za




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005801c24bb0$a901f400$0200000a>