Changes between Version 2 and Version 3 of OpenWrt/webserver
- Timestamp:
- 02/27/2023 10:14:21 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/webserver
v2 v3 21 21 3. Turn on lighthttpd-mod-cgi (If CGI is desired) (Network -> Webservers -> !LightHttpd -> lighthttpd-mod-cgi) 22 22 4. Exit and save 23 5. From the trunk directory, compile with the command: make -j8 V=99 && make package/index24 6. Find the IPK files located in the / trunk/bin/cns3xxx/packages/ directory23 5. From the OpenWrt directory, compile with the command {{{make -j8 V=S && make package/index}}} 24 6. Find the IPK files located in the /bin/<target>/packages/ directory 25 25 7. Install via IPK method as discussed here: [wiki:ipkupload] 26 26 8. Configure the webserver on the Gateworks board by editing /etc/lighttpd/lighttpd.conf and making the following changes: … … 56 56 57 57 === CGI Script === 58 Here is a script that reads the voltage on a Lagunaboard: (Find more commands on the GSC page [wiki:gsc])58 Here is a script that reads the voltage on a Gateworks board: (Find more commands on the GSC page [wiki:gsc]) 59 59 {{{ 60 60 root@OpenWrt:/www1# cat voltage.sh