Using ssh, log on to Bubba (as your regular user). To become root Type:
Code: Select all
su -Code: Select all
excitoEdit your the admin part of the Apache config:
Code: Select all
nano /etc/apache2/conf.d/admin.confCode: Select all
<Directory /usr/share/web-admin/admin >
AllowOverride None
Order Deny,Allow
Deny from all
Allow from 192.168.10.0/24
DirectoryIndex index.php
AddHandler php-cgi .php
Action php-cgi /fcgi-bin/php.cgi virtual
</Directory>Code: Select all
http://bubba/admin/network/lanCode: Select all
Allow from 192.168.0.0/24Code: Select all
/etc/init.d/apache2 reloadThis change will likely be overwritten and changed back to the defaults if you upgrade your Bubba
If you have any better ways of doing this, please let me know..