Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] php and directoryindex

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Sergey A. Lipnevich" <spencero AT mail.utexas.edu>
  • To: spencero AT mail.utexas.edu, Spencer Ogden <spencero AT mail.utexas.edu>
  • Cc: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] php and directoryindex
  • Date: Wed, 24 Jul 2002 01:41:20 +0400 (MSD)

Just a quick note that php 4.2.2 fixed this.

Spencer Ogden <spencero AT mail.utexas.edu>:

> I use perl in the manner you describe, and I imagine
the setup is similar.
>
> I have the lines:
> AddHandler cgi-script pl
> Options Indexes ExecCGI
>
> I think that is all I had to add to get perl to
execute globally.
>
> Spencer
>
>
> On Thursday 18 July 2002 07:47 pm, Sergey A.
Lipnevich wrote:
> > Hi All,
> >
> > I have one problem with httpd2 and php, maybe somebody
> > heard of a solution. For a certain directory, say,
> > "Alias /dir/ /this/dir/", I have "DirectoryIndex
> > index.php" and "Options Indexes" in my httpd.conf. If I
> > access this as "http://host/dir/index.php";, index.php
> > gets interpreted by PHP engine and I see a generated
> > html. If use just "http://host/dir/";, I get _the
> > source_ of index.php, which is not funny or useful at
> > all. I tried setting DirectoryIndex directive globally,
> > and experimenting with "AddType ... .php" without
> > success. Radically, I could probably achieve correct
> > handling if I set php as a default mime type for
> > documents, but somehow I don't like this and didn't
> > even try.




Archive powered by MHonArc 2.6.24.

Top of Page