Вам, вероятно, известно, что redmine портирован в FreeBSD. Прежде всего я попытался его собрать: #cd /usr/ports/www/redmine ===> redmine-1.2.1_1 is marked as broken: Does not work with RubyGems 1.8. *** Error code 1 Stop in /usr/ports/www/redmine. Конечно, Вы бы врядли читали сейчас этот пост если бы порт собрался успешно Автор порта пометил его как “broken” из-за [...]
Posted on Октябрь 22nd, 2011 by admin
Filed under: Software | 4 Comments »
Internal Server Error 500 Эта ошибка появлялась когда я пытался запустить IPN скрипт для paypal на perl. Логи апача: Perl: Premature end of script headers Длительное время я пытался решить проблему путем передачи скриптом заголовков типа: print “Content-type: text/plain\n\n”; but unsuccessfully. Оказалось, что проблема кроется в формате перевода строки, которые в DOS и UNIX, как [...]
Posted on Июнь 29th, 2011 by admin
Filed under: Development | Comments Off
If you have a some problem: Invalid command ‘SSLEngine’, perhaps misspelled or defined by a module not included in the server configuration check the string in httpd.conf LoadModule ssl_module libexec/apache22/mod_ssl.so – it’s shouldn’t be comment After update openssl and apache it turns out that apache can’t start: Syntax error on line 68 of /usr/local/etc/apache22/httpd.conf: Cannot [...]
Posted on Июнь 1st, 2010 by admin
Filed under: Solutions | 1 Comment »
restart apache: apachectl restart restart without aborting open connections: apachectl graceful
Posted on Февраль 21st, 2010 by admin
Filed under: Tips | Comments Off