.. apache_ubuntu.rst --- .. .. Description: .. Author: Hongyi Wu(吴鸿毅) .. Email: wuhongyi@qq.com .. Created: 六 9月 18 15:20:30 2021 (+0800) .. Last-Updated: 四 9月 23 19:17:46 2021 (+0800) .. By: Hongyi Wu(吴鸿毅) .. Update #: 3 .. URL: http://wuhongyi.cn ################################################## apache(Ubuntu) ################################################## CGI https://blog.csdn.net/a623891391/article/details/47170355 /etc/apache2/sites-available/000-default.conf .. code-block:: cpp ScriptAlias /cgi-bin/ /var/www/cgi-bin/ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all .. .. apache_ubuntu.rst ends here