I think it might help if you elaborated a little more on what you mean by
"parse out all of my PHP scripts to run a particular CGI script".

Apache has to be set up so know how to handle php (mime types), but it
almost sounds like you're trying to execute a CGI in place of a php file?

Also, if this IS a question related to apache what operating system? Makes a
big diff.



On Fri, 9 Mar 2001, Richard S. Crawford wrote:

> Date: Fri, 09 Mar 2001 18:45:25 -0800
> From: Richard S. Crawford <[EMAIL PROTECTED]>
> To: Yasuo Ohgaki <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Subject: Re: [PHP] PHP and the MIME type - an Apache question
> 
> Yes...  Unfortunately, my question was not answered.
> 
> I also added
> 
>          AddType text/php php
> 
> to my httpd.conf file, but still no go.
> 
> 
> At 11:18 AM 3/10/01 +0900, Yasuo Ohgaki wrote:
> >There is a great manual and FAQ. Did you read manual? FAQ?
> >
> >PHP Manual
> >http://www.php.net/manual/en/
> >Install Section
> >http://www.php.net/manual/en/installation.php
> >
> >FAQ
> >http://www.php.net/FAQ.php
> >
> >Regards,
> >Yasuo Ohgaki
> >
> >""Richard S. Crawford"" <[EMAIL PROTECTED]> wrote in message
> >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > >
> > >
> > > I don't even know if this counts as a basic or an advanced question.  Shows
> > > how much of a newbie I am.  :)
> > >
> > > I'm trying to configure my Apache server to parse out all of my PHP scripts
> > > to run a particular CGI script when a PHP page is served.
> > >
> > > I know that in order to parse out HTML pages, I add this to my Apache
> > > configuration file:
> > >
> > >          Action text/html [cgi script named here]
> > >
> > > What do I add to make it work for PHP pages?  I tried
> > >
> > >          Action text/html/php [cgi script named here]
> > >
> > > Help!
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> >--
> >PHP General Mailing List (http://www.php.net/)
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> --
> http://www.mossroot.com/index.php
> AIM Handle: Buffalo2K
> e-mail: [EMAIL PROTECTED]
> "When you lose the power to laugh at yourself, you lose the power to think 
> straight."  --Clarence Darrow
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

Kelly

303-444-1671
Boulder, Colorado



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to