[Vtigercrm-developers] Restrict access thru Webservices
Preexo
preexo at googlemail.com
Fri Sep 11 06:16:31 GMT 2015
So I suppose you use the apache
http://httpd.apache.org/docs/2.2/mod/core.html#files file directive to
achieve limited access to the webservices.php file.
<Files "webservices.php">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Files>
something like that, but you will really need to start learning about those
things yourself if you want to accomplish stuff like this.
Ranieri wrote
> Thank you for your reply, but i wish blocked only a webservices. Vtiger
> system need to be open for access for all computer.
>
> I think that code, blocked all access, right?
>
> 2015-09-10 0:27 GMT-03:00 Preexo <
> preexo@
> >:
>
>> I have not used it in combination with vtiger yet. But for other things,
>> for
>> example a phpmyadmin installation should be secured that way. In that
>> case
>> I
>> go by the directory:
>>
>>
> <Directory /usr/share/phpmyadmin>
>> Options FollowSymLinks
>> DirectoryIndex index.php
>> AllowOverride None
>> Order Deny,Allow
>> Deny from all
>> Allow from 127.0.0.1
>> Allow from 192.168.10.83
>>
> </Directory>
>>
>> But just have a look at the apache documentation and come back here again
>> in
>> case it doesn't work.
>> http://httpd.apache.org/docs/2.2/howto/access.html
>>
>>
>> Ranieri wrote
>> > You blocked only file webservices.php ? is enough?
>> >
>> > 2015-09-09 1:31 GMT-03:00 Preexo <
>>
>> > preexo@
>>
>> > >:
>> >
>> >> I use apaches Allow from 123.123.123.13 for that.
>> >> http://httpd.apache.org/docs/2.2/howto/access.html
>> >>
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Restrict-access-thru-Webservices-tp17267p17274.html
>> >> Sent from the vtigercrm-developers mailing list archive at Nabble.com.
>> >> _______________________________________________
>> >> http://www.vtiger.com/
>> >>
>> >
>> > _______________________________________________
>> > http://www.vtiger.com/
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Restrict-access-thru-Webservices-tp17267p17289.html
>> Sent from the vtigercrm-developers mailing list archive at Nabble.com.
>> _______________________________________________
>> http://www.vtiger.com/
>>
>
> _______________________________________________
> http://www.vtiger.com/
--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Restrict-access-thru-Webservices-tp17267p17305.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.
More information about the vtigercrm-developers
mailing list