Re: apache+SSL, which port?

From: Adi Pircalabu (apircalabu_at_bitdefender.com)
Date: 02/01/05

  • Next message: Lowell Gilbert: "Re: ASP .NET on FreeBSD?"
    Date: Tue, 1 Feb 2005 19:22:33 +0200
    To: freebsd-questions@freebsd.org
    
    

    On Tue, 01 Feb 2005 17:12:02 +0000
    Mark Ovens <marko@freebsd.org> wrote:

    > Should have mentioned that I tried adding that but it just caused the
    > contents of index.php to be displayed in the browser rather than the
    > directory listing.

    If I understand this correctly, your .php page was not parsed, but
    displayed. You should also need a directive like this:

    AddType application/x-httpd-php .php

    >From what I see, /usr/ports/lang/php4/pkg-message.mod says how to
    complete the integration of php module.

    Cheers,

    -- 
    Adrian Pircalabu
    -- 
    This message was scanned for spam and viruses by BitDefender.
    For more information please visit http://www.bitdefender.com/
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Lowell Gilbert: "Re: ASP .NET on FreeBSD?"

    Relevant Pages

    • Re: [PHP] PHP and java
      ... Why can't you do this using PHP? ... and when the user chooses a picture load that picture. ... There are some things that I need the java on the local ... > directory listing, then fetch an image from the directory to display in the applet. ...
      (php.general)
    • Request for Comments on two column Micro File Manager from n00b
      ... directory listing in column 1 and the selected file content in column 2 ... I'm new to php and would appreciate feedback on this script. ... The micro file manager requirements are... ...
      (comp.lang.php)
    • Re: php pages not processing w/ apache/gentoo
      ... it shows is a directory listing so I don't think I have php properly installed because it doesn't seem to be processing my php pages. ... AddType application/x-httpd-php .phtml ... AddDirectoryIndex index.php index.phtml ...
      (comp.lang.php)
    • Re: need help getting php working
      ... all it shows is a directory listing so I don't think I have php properly installed because it doesn't seem to be processing my php pages. ... AddType application/x-httpd-php .phtml ... AddDirectoryIndex index.php index.phtml ...
      (comp.lang.php)
    • Re: how to run scripts after a page has already loaded and been sent to a users browser?
      ... > It's because PHP is a server side scripting language, ... > do stuff before you send stuff to user's web browser. ... As we've discussed on this newsgroup before, if a script starts ... that is after the last HTML is sent to a web browser. ...
      (alt.php)