<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2011://24/tag:forums.movabletype.org,2009://24.15951-</id>
  <updated>2011-09-01T02:24:26Z</updated>
  <title>Comments for Quick question about intstallation on linux server w/o cgi</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2009://24.15951</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=15951" title="Quick question about intstallation on linux server w/o cgi" />
    <published>2009-07-09T20:07:45Z</published>
    <updated>2009-07-13T16:38:41Z</updated>
    <title>Quick question about intstallation on linux server w/o cgi</title>
    <summary>First off I love Movabletype..you guys rock. I can&apos;t wait to get it operating properly. I see that movable type allows me to create multiple blogs on different domains all within the same root folder which is very powerful. My...</summary>
    <author>
      <name>Michael</name>
      <uri>http://www.AskMichaelHart.com</uri>
    </author>
    
    <category term="Installation" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>First off I love Movabletype..you guys rock. I can't wait to get it operating properly. I see that movable type allows me to create multiple blogs on different domains all within the same root folder which is very powerful.</p>

<p>My question is about installing on a linux server. I do not have a cgi bin folder and from what I read is that you can install the  mt-static server within the root, and just change the .htaaccess or http.conf file.</p>

<p>The documentation you have for the linux instructions say to <br />
do this...with the appropriate path...</p>

<p><br />
Options Indexes ExecCGI<br />
 "</p>

<p>If my path to my movable type files are  http://mywebsite.com/htdocs/mt</p>

<p>should I put the following code in my .htaaccess file?</p>

<p>http://mywebsite.com/htdocs/mt Options Indexes ExecCGI<br />
</p>

<p>Or is that wrong?<br />
Is there anything else I need to do to the http.conf file as well?</p>

<p>Thanks</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15951-comment:26477</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15951" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html#c26477" />
    <title>Comment from Mike T on 2009-07-13</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>If you've got access to http.conf, you should handle everything from there. Htaccess files are loaded every time that a request is made to the directory where they are located.</p>]]>
    </content>
    <published>2009-07-13T15:17:31Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15951-comment:26479</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15951" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html#c26479" />
    <title>Comment from Michael on 2009-07-13</title>
    <author>
        <name>Michael</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Ok. I didn't see any specific documentation about what to do to the http.conf file.</p>

<p>What do I need to include in there?</p>]]>
    </content>
    <published>2009-07-13T15:22:49Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15951-comment:26481</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15951" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/07/quick-question-about-intstallation-on-linux-server-wo-cgi.html#c26481" />
    <title>Comment from Mike T on 2009-07-13</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>There isn't any Movable Type-specific configuration involved for basic CGI. You just have to follow the Apache documentation on configuring CGI.</p>

<p>Based on a quick Google search, if you create a htaccess file with these parameters, that'll be enough to enable CGI in a single directory:</p>

<p>AddHandler cgi-script .cgi<br />
Options +ExecCGI </p>]]>
    </content>
    <published>2009-07-13T16:38:41Z</published>
  </entry>

</feed>

