<div dir="ltr"><div>On Thu, Jan 9, 2014 at 8:35 AM, Andrew Krull <span dir="ltr"><<a href="mailto:andrew.krull@gmail.com" target="_blank">andrew.krull@gmail.com</a>></span> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I have not used this myself and doing a quick search yielded something on using the SetHandler option? (about a 3rd of the way down the page - Changing the Handler for Files)<br>

<div><br></div><div><a href="http://docs.webfaction.com/software/static.html" target="_blank">http://docs.webfaction.com/software/static.html</a><br>
</div><div><br></div></div></blockquote><div><br></div><div>Thank you, I'm not sure what I was doing wrong yesterday, but that worked and I was able to make changes from there. </div><div><br></div><div>I ended up doing this: </div>

<div><br></div><div><div><Directory /home/user/mapserver/></div><div>  Action php-cgi /cgi-bin/php</div><div>  AddHandler php-cgi .php</div><div></Directory></div></div><div><br></div><div>and everything seems to be good now. </div>

<div><br></div><div><br></div><div>--</div><div>Michael Moore</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div></div><div>~Andrew Krull</div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Thu, Jan 9, 2014 at 8:16 AM, Michael Moore <span dir="ltr"><<a href="mailto:stuporglue@gmail.com" target="_blank">stuporglue@gmail.com</a>></span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div>

<p>Hi all, <br></p><p>I'm a little stuck on an Apache configuration issue. I'm using Ubuntu as my server. <br>
</p><p><br></p>

<p>I am using PHP as an Apache module for most of my site (and that's
 working great), but I have an application (mapserver) that needs to use PHP in CGI 
mode. I'd like to use CGI just for the mapserver directory. </p>

<p>I'm using the php_sapi_name() function to determine how PHP is being served.</p>

<pre><code>print php_sapi_name();
<br><br><br></code></pre>

<p>With the PHP module disabled, PHP is served/interpreted correctly 
with CGI. <br></p><p>If I enable the PHP Apache module it is served/interpreted 
correctly with the Apache module. <br></p><p><br></p>

<p>So, I have both pieces working, I just can't figure out how to specify
 which to use for a specific directory. Most of the search results I've 
found assume that I don't have CGI working or that I wish to switch 
between the two. </p>

<p>I tried disabling PHP in the specific directory, but  then the PHP file is sent to the browser without being interpreted. </p>

<pre><code><Directory /path/to/cgi/application/>
  php_admin_value engine Off
</Directory>
</code></pre>

<p>How can I tell Apache to serve PHP in  /path/to/cgi/application/ using CGI?</p><p><br></p><p>Thanks,</p><p>Michael Moore<br></p>
</div>
</div></div>
<br></div></div>_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br></blockquote></div><br></div></div>