openlitespeed + recaptcha

mikajaxxx

Verified User
Joined
Sep 11, 2021
Messages
35
Hello
i am using directadmin + openlitespeed
i want to activate recaptcha for specific domain so i activated recaptcha at server level:

/usr/local/lsws/conf/ httpd-lsrecaptcha.conf : enabled 1

next i activate it in virtual host level : custom httpd configruation -> openlitespeed.conf for desired domain, next hit costomize and used these codes to enable recaptcha:

<IfModule LiteSpeed>
LsRecaptcha max_conn 1
</IfModule>

i save it & next i restarted openlitespeed

but recaptcha not activated on website!
anyone could help me ?
 
Back
Top