<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>It seems that nova-placement-api acts as a CGI module.</p>
<p>Is it?<br>
</p>
<br>
<div class="moz-cite-prefix">On 2017年03月08日 23:35, Chris Dent wrote:<br>
</div>
<blockquote cite="mid:alpine.OSX.2.20.1703081532490.59117@shine.local" type="cite">
On Wed, 8 Mar 2017, Yu Wei wrote: <br>
<br>
<blockquote type="cite">When I tried to configure placement-api, I met following problems,
<br>
<br>
AH01630: client denied by server configuration: /usr/bin/nova-placement-api <br>
</blockquote>
<br>
That can be fixed by doing (somewhere in your apache config): <br>
<br>
    <Directory /usr/bin> <br>
        Require all granted <br>
    </Directory> <br>
<br>
but rather than doing that you may wish to move nova-placement-api <br>
to a less global directory and grant access to that directory. <br>
Providing wide access to /usr/bin is not a great idea. <br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre wrap="">__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>