You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure bwmod to work under debian, but no luck.
Here are the current settings:
Debian GNU/Linux 11 (bullseye)
Release: 11
Apache version 2.4.56
<Location "/">
SetHandler none
Order Deny,Allow
Deny from all
Allow from 192.168.11.100
</Location>
BandWidthModule On
ForceBandWidthModule On
BandWidth all 10240
MaxConnectionsPerChild 40
checking OK
apachectl configtest
Syntax OK
systemctl restart apache2
After that i have error 403 Forbidden You don't have permission to access this resource.
It is same error on all virtual hosts.
All permisions are OK.
apache error log have no error jus usual notice:
I'm trying to configure bwmod to work under debian, but no luck.
Here are the current settings:
Debian GNU/Linux 11 (bullseye)
Release: 11
Apache version 2.4.56
instaling ok:
apt-get update
apt-get install libapache2-mod-bw
enable ok:
a2enmod bw
setings under virtual host:
checking OK
apachectl configtest
Syntax OK
systemctl restart apache2
After that i have error 403 Forbidden You don't have permission to access this resource.
It is same error on all virtual hosts.
All permisions are OK.
apache error log have no error jus usual notice:
Can you try this kind of setup and make new release which is be working under debian 11?
Or I just doing something wrong ? :)
The text was updated successfully, but these errors were encountered: