当前位置:网站首页>i. Mx6ull build boa server details and some of the problems encountered
i. Mx6ull build boa server details and some of the problems encountered
2022-07-06 22:14:00 【zterrorblade】
1、virtualbox Virtual machine and host share pasteboard in
https://jingyan.baidu.com/article/54b6b9c02a3c596c593b4734.html
2、 Directory does not have write permission , At compile time cannot open output file a.out: Permission denied ”
https://blog.csdn.net/yangpeng111111/article/details/122103267
3、grep -v "^$" Filter blank lines
^: from character string Match at the beginning
$: Match from the end of the string
4、 Port occupancy instruction
netstat -anp | grep 80
5、 transplant boa( Get the source code on the official website http://www.boa.org/)
Main reference https://blog.csdn.net/feit2417/article/details/84777523
https://www.jianshu.com/p/c4f0e4072fcc
https://www.jianshu.com/p/e678924d9788
Install the software apt-get install -y byacc apt-get install flex-> Decompress the source code ->src Next ./configure To configure ->defines.h #define SERVER_ROOT "/boa" Follow boa.conf In the agreement ; compat.h boa.c log.c There are modifications in -> Select the compiler to compile according to the corresponding platform -> Copy the corresponding file , modify boa.conf file , Pay attention to add
ServerName www.your.org.here
-> organization html cgi File for access -> If 80 Port occupied , You can modify boa.conf Port setting or closing 80 Port software ,./boa start-up boa The server
tip: Use post Submit web pages to cgi Program , Then the web page will stay post page , Use
printf("<meta http-equiv=\"refresh\" content=\"1;url=../port.htm\">");
You can refresh the page
6、to do
cgi Programming reference https://blog.csdn.net/drbinzhao/article/details/7058724
https://blog.csdn.net/manchestermi/article/details/50836834
boa+php
边栏推荐
- GPS from getting started to giving up (XX), antenna offset
- Management background --5, sub classification
- Problems in the process of opencv300 cmake generating project
- GPS从入门到放弃(十三)、接收机自主完好性监测(RAIM)
- 数据处理技巧(7):MATLAB 读取数字字符串混杂的文本文件txt中的数据
- PVL EDI 项目案例
- 2500个常用中文字符 + 130常用中英文字符
- 【sdx62】WCN685X将bdwlan.bin和bdwlan.txt相互转化操作方法
- GPS from entry to abandonment (XIV), ionospheric delay
- Management background --2 Classification list
猜你喜欢
[Chongqing Guangdong education] Tianjin urban construction university concrete structure design principle a reference
硬件开发笔记(十): 硬件开发基本流程,制作一个USB转RS232的模块(九):创建CH340G/MAX232封装库sop-16并关联原理图元器件
Some problems about the use of char[] array assignment through scanf..
GPS从入门到放弃(十五)、DCB差分码偏差
微信红包封面小程序源码-后台独立版-带测评积分功能源码
Search element topic (DFS)
Huawei has launched attacks in many industries at the same time, and its frightening technology has made European and American enterprises tremble
[asp.net core] set the format of Web API response data -- formatfilter feature
GPS du début à l'abandon (XIII), surveillance autonome de l'intégrité du récepteur (raim)
关于char[]数组通过scanf赋值使用上的一些问题。。
随机推荐
[sdx62] wcn685x will bdwlan Bin and bdwlan Txt mutual conversion operation method
MariaDB database management system learning (I) installation diagram
Oracle性能分析3:TKPROF简介
GPS从入门到放弃(十七) 、对流层延时
2020 Bioinformatics | GraphDTA: predicting drug target binding affinity with graph neural networks
About the professional ethics of programmers, let's talk about it from the way of craftsmanship and neatness
GPS從入門到放弃(十三)、接收機自主完好性監測(RAIM)
AI enterprise multi cloud storage architecture practice | Shenzhen potential technology sharing
Save and retrieve strings
[10:00 public class]: basis and practice of video quality evaluation
[sciter bug] multi line hiding
VIP case introduction and in-depth analysis of brokerage XX system node exceptions
Seata aggregates at, TCC, Saga and XA transaction modes to create a one-stop distributed transaction solution
LeetCode刷题(十一)——顺序刷题51至55
GPS du début à l'abandon (XIII), surveillance autonome de l'intégrité du récepteur (raim)
关于char[]数组通过scanf赋值使用上的一些问题。。
Powerful domestic API management tool
AI 企业多云存储架构实践 | 深势科技分享
Oracle-控制文件及日志文件的管理
Codeforces Round #274 (Div. 2) –A Expression