|
Mike, You're correct that the one at the top disables CGI processing, and the one in the <Directory> container enables it only for that directory. (And, due to the 'FilesMatch' container, it'll only be on for files that end in '.PGM') One thing that you might've missed, though, is that the '-' symbol in front of the keyword means "disable" and the '+' symbol means "enable." In other words, -ExecCGI turns it off, +ExecCGI turns it on. On Wed, 27 Oct 2004, Mike Skvarenina wrote: > > Options -ExecCGI +FollowSymLinks -SymLinksIfOwnerMatch -Includes > -IncludesNoExec -Indexes -MultiViews > > Later in my configuration I found: > > <Directory /QSYS.LIB/CGIBIN.LIB/> > Allow From all > <FilesMatch ^(.*)\.PGM$> > Options +ExecCGI > Allow From all > </FilesMatch> > </Directory> >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.