8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We could consider giving the admin the option (initially) of blocking crawlers if desired by using up-to-date lists of known signatures.
For example, a checkbox in the admin's alternc panel which would activate the following mechanism:
add the lists to /etc/apache2/snippets/*.conf.
/etc/apache2/snippets/*.conf
in /etc/apache2/apache2.conf, add the following include:
/etc/apache2/apache2.conf
Include /etc/apache2/snippets/*.conf
a2enmod rewrite
check configuration apache2ctl -t
apache2ctl -t
if OK: systemctl restart apache2
systemctl restart apache2
For the list generation engine, which could be generated at a frequency to be defined via a cronjob, @camlafit knows what I'm talking about ;)
secondly, in the tuture,
we can imagine another system allowing granular activation by vhost / account / environment / whatelse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
We could consider giving the admin the option (initially) of blocking crawlers if desired by using up-to-date lists of known signatures.
For example, a checkbox in the admin's alternc panel which would activate the following mechanism:
add the lists to
/etc/apache2/snippets/*.conf
.in
/etc/apache2/apache2.conf
, add the following include:a2enmod rewrite
check configuration
apache2ctl -t
if OK:
systemctl restart apache2
For the list generation engine, which could be generated at a frequency to be defined via a cronjob, @camlafit knows what I'm talking about ;)
secondly, in the tuture,
we can imagine another system allowing granular activation by vhost / account / environment / whatelse
The text was updated successfully, but these errors were encountered: