MLUG: RE: [MLUG - DISCUSSION] programmers that don't know tarballs?
RE: [MLUG - DISCUSSION] programmers that don't know tarballs?
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Yes, but with PHP, all directories you use PHP in must be executable, while
SSI only requires the CGI bin to be.

> -----Original Message-----
> From: Igor Izyumin Jr. [mailto:EMAIL:PROTECTED]
> Sent: Monday, December 31, 2001 5:11 PM
> To: EMAIL:PROTECTED
> Subject: Re: [MLUG - DISCUSSION] programmers that don't know tarballs?
> 
> 
> On Monday 31 December 2001 16:27, Ross, Matt wrote:
> > I've had a previous question brought back up again, the .shtml SSI.
> > I've been testing my stuff on my winNT box with apache, 
> then I transfered
> > the .shtml to a linux box where it would be served from. 
> .shtml isn't
> > supported with the default install...
> Just check the config.  SSI is rarely used and is a security 
> risk, so that's 
> why it's disabled.  It's better to just use php for the same 
> job.  Not to 
> mention that you can actually do some logic with PHP.
> To do the equivalent of an ssi with PHP:
> <?php include("file/in/some/directory.txt"); ?>
> -- 
> -- Igor
> --
> To unsubscribe, go to http://mlug.missouri.edu/members/edit.php
> 
> Archives are available at http://mlug.missouri.edu/list-archives/
> 
--
To unsubscribe, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/