-
Notifications
You must be signed in to change notification settings - Fork 0
RF MODEM Access POINT
Alpine Linux installed, Apache Server installed and CGI enabled
Packets: apk add --no-cache musl-dev apache2
apk add --no-cache openrc perl perl-dev make gcc
apk add --no-cache musl-dev -mandatory for next cpan commands
cpan -i Device::Modem
cpan -i CGI
cpan -i Device::SerialPort
rc-service apache2 start
rc-update add apache2
iBlocker *html and *cgi scripts copied to Alpine Linux, and LTE modem attached via USB cable.
addgroup apache dialout
Reboot
Add ExecCGI in line "Options Indexes FollowSymLinks ExecCGI" in httpd.conf
Uncomment below lines:
LoadModule cgi_module modules/mod_cgi.so
ScriptAlias /cgi-bin/ "/var/www/localhost/cgi-bin/"
in httpd.conf
Contact: office@2transfer.eu
Copyright © IBlocker.eu project. Proudly powered by Open Source software. Copyright Notice | Terms of Service | Privacy Policy
© Design: www.iblocker.eu