Skip to content

cgic库配合boa服务器实现上传下载文件功能

Notifications You must be signed in to change notification settings

powerlion20/cgic_file_up_down

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgic_file_up_down

cgic库配合boa服务器实现上传下载文件功能

  1. 编译boa,cp boa && 编译cgic cd boa && ./configure &&make ; cd ../cgic205/ make install -D -v etc/boa/boa.conf /etc/boa/boa.conf; install -D -v boa/src/boa_indexer /var/www/cgi-bin
  2. 编译cgic205,copy upload.cgi到/var/www/cgi-bin/ 新建cgi目录 /var/www/cgi-bin ;
  3. 创建/var/www/cgi-bin/uploads目录供上传使用'chmod' chmod 777 /var/www/cgi-bin/ -R

About

cgic库配合boa服务器实现上传下载文件功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 74.3%
  • HTML 18.4%
  • Shell 2.4%
  • Perl 1.6%
  • Roff 1.2%
  • Makefile 0.9%
  • Other 1.2%