<div dir="ltr">Thank you for your reply, but i wish blocked only a webservices. Vtiger system need to be open for access for all computer.<div><br></div><div>I think that code, blocked all access, right?</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-10 0:27 GMT-03:00 Preexo <span dir="ltr"><<a href="mailto:preexo@googlemail.com" target="_blank">preexo@googlemail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have not used it in combination with vtiger yet. But for other things, for<br>
example a phpmyadmin installation should be secured that way. In that case I<br>
go by the directory:<br>
<br>
<Directory /usr/share/phpmyadmin><br>
    Options FollowSymLinks<br>
    DirectoryIndex index.php<br>
    AllowOverride None<br>
    Order Deny,Allow<br>
    Deny from all<br>
    Allow from 127.0.0.1<br>
    Allow from 192.168.10.83<br>
</Directory><br>
<br>
But just have a look at the apache documentation and come back here again in<br>
case it doesn't work.<br>
<a href="http://httpd.apache.org/docs/2.2/howto/access.html" rel="noreferrer" target="_blank">http://httpd.apache.org/docs/2.2/howto/access.html</a><br>
<br>
<br>
Ranieri wrote<br>
<span class="">> You blocked only file webservices.php ? is enough?<br>
><br>
</span>> 2015-09-09 1:31 GMT-03:00 Preexo &lt;<br>
<br>
> preexo@<br>
<br>
> &gt;:<br>
<span class="">><br>
>> I use apaches Allow from 123.123.123.13 for that.<br>
>> <a href="http://httpd.apache.org/docs/2.2/howto/access.html" rel="noreferrer" target="_blank">http://httpd.apache.org/docs/2.2/howto/access.html</a><br>
>><br>
>><br>
>><br>
>> --<br>
>> View this message in context:<br>
>> <a href="http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Restrict-access-thru-Webservices-tp17267p17274.html" rel="noreferrer" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Restrict-access-thru-Webservices-tp17267p17274.html</a><br>
>> Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
>> _______________________________________________<br>
>> <a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
>><br>
><br>
</span>> _______________________________________________<br>
> <a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Restrict-access-thru-Webservices-tp17267p17289.html" rel="noreferrer" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Restrict-access-thru-Webservices-tp17267p17289.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</div></div></blockquote></div><br></div>