On 7/17/03 12:10 AM, "Matt Broughton" <[EMAIL PROTECTED]> wrote:
> ok heres what happens... > > I uncomment the APACHE_OPTS="-D SSL -D PHP4" line and /etc/init.d/apache > restart > > this pops up: > > [warn] module php4_module is already loaded, skipping. > [warn] module ssl_module is already loaded, skipping. > [warn] module php4_module is already loaded skipping. > [warn] module mod_php4.c is already added, skpping > [warn] mod_ssl.c is already added, skipping > [warn] mod_php4.c is already added, skipping > [warn] _default_ VirtualHost overlap on port 443, the first has precedence > > and the server evidently doesnt start correctly (nothing will display) > > if i comment that line back the server starts fine but the php document > displays the php code unparsed (of course) > > I cant figure out why when i uncomment that line its throwing all those > warnings and refusing to start. It looks as if the apache.conf (or apache2.conf) is set to load the php and ssl modules multiple times. Edit the file and see if there's multiple entries for each of those modules and remove the duplicates. The other problem sounds like your virtual host configuration is messed up. This is probably from mod_ssl as it's config file adds in some virtual host configuration for ssl and may be conflicting with your other virtual hosts. -- Andrew "Frugal" Dacey [EMAIL PROTECTED] http://www.tildefrugal.net/ -- [EMAIL PROTECTED] mailing list
