안녕하세요..
루트 사용자는 cgi를 사용할수 있는 상태입니다.
cgi-bin디렉토리를 사용하지 않구요...
아무데서나 cgi를 돌릴수 있게 설정했습니다.
계정 사용자도 cgi-bin 또는 cgiwrapper를 사용하지 않고 아무데서나 사용할수 있는
방법은 없나요??
계속 internal server error가 나거든요..
일주일째 고생하고 잇습니다.
꼭 도와주세요...
저의 httpd.conf 내용입니다.
DocumentRoot "/home/fila/public_html"
Directory />
Options FollowSymLinks
AllowOverride None
/Directory>
# 다음 내용은 여러분이 설정한 DocumentRoot 값으로 변경해서 사용한다.
Directory "/home/fila/public_html">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride None
Order allow,deny
Allow from all
/Directory>
UserDir public_html
Directory /home/*/public_html>
AllowOverride None
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
Allow from all
/Directory>
AddHandler cgi-script .cgi
#ScriptAlias /cgi-bin/ "/home/fila/public_html/cgi-bin/"
Directory "/home/*/public_html">
AllowOverride All
Options Indexes FollowSymLinks ExecCGI
Order allow,deny
Allow from all
/Directory>