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: Spencer Ogden <spencero AT mail.utexas.edu>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] php and directoryindex
  • Date: Thu, 18 Jul 2002 22:27:04 -0500

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.
> Will be grateful for any ideas!
>
> Sergey, "collab" guru.
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss





Archive powered by MHonArc 2.6.24.

Top of Page