Ubuntu server 12.04. Начал устанавливать ligtsquid и столкнулся с тем, что не работает cgi. Начал пробовать простенькие скрипты, типа
<?php phpinfo(); ?>получаю сообщение: Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
В логах светится «Premature end of script headers: 1.cgi» Права на этот 1.cgi для запуска есть.
в /etc/apache2/mods-enabled cgi.load, perl.load php5.load и php4.conf есть
для cgi в /etc/apache2/sites-available/default прописано
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory «/usr/lib/cgi-bin»> AllowOverride All Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch +Includes order allow,deny allow from all </Directory>
Похоже что-то еще надо сделать, что бы заработали скрипты, но уже что только не пробовал, нифига не выходит.