제가 cgi-bin 폴더 이외의 폴더에서 펄을 써야 겠는 데 아무리해도 안되겠네요. 상세히 알려주세요.
<Directory "/usr/local/www/data"> Options FollowSymLinks MultiViews ExecCGI AllowOverride None .... </Directory>
Options 에 ExecCGI 를 추가해 보세요..;
알려주셔서 감사합니다
ExecCGI
Options 에 ExecCGI 를 추가해 보세요..;
감사합니다.