CONTENTS


Lastmodified 2022-06-28 (火) 17:11:07


Apache24

埋め込み cgiが動作しない

/usr/local/etc/apache24 コメントを外すヨロシ

<IfModule !mpm_prefork_module>
	LoadModule cgid_module libexec/apache24/mod_cgid.so
</IfModule>
<IfModule mpm_prefork_module>
	LoadModule cgi_module libexec/apache24/mod_cgi.so
</IfModule>

joomla3

/usr/local/etc/apache24/Includes/Joomla3.conf

こちらだとOK

### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
 Alias /joomla /usr/local/www/joomla3/
 AcceptPathInfo On
 <Directory "/usr/local/www/joomla3/">
     AllowOverride None
     Order Allow,Deny
     Allow from all
     Require all granted
     #Order Allow,Deny
     #Allow from all
 </Directory>

こちらは、NG。インストール中にMySQLと接続できない風味。

### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
 Alias /joomla /usr/local/www/joomla3/
 AcceptPathInfo On
 <Directory /usr/local/www/joomla3>
     AllowOverride None
     Require all granted
     #Order Allow,Deny
     #Allow from all
 </Directory>

root@g7:/usr/ports/www/mod_python3 # make install
===>  ap24-mod_python-3.3.1_3 is marked as broken: : Error from bsd.apache.mk. apache24 is installed
(or APACHE_PORT is defined) and port requires apache22 at most.
*** [install] Error code 1

Stop in /usr/ports/www/mod_python3.

Total access 3082:本日 1:昨日 0

Counter: 3082, today: 1, yesterday: 0

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS