parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

wamp+parser3

midnight88 08.09.2010 13:51 / 08.09.2010 13:52

Здравствуйте, юзаю wamp2.0.Скачал инсталлятор parser3. Куда распоковывающиеся файлы положить? Добавил parser3.exe в c:\wamp\bin\apache\Apache2.2.11\cgi-bin\.
Строчка из httpd.conf
ScriptAlias /cgi-bin/ "cgi-bin/"
Вот такой сейчас конфиг виртуального хоста (extra\httpd-vhosts.conf)
<VirtualHost *:80>
	ServerAdmin mail@gmail.com
	DocumentRoot "c:/wamp/www/parser"
	ServerName parser
	AddHandler parsed-html html
	Action parsed-html /cgi-bin/parser3.exe
	
	<Directory "c:/wamp/www/parser">
		AllowOverride All
	</Directory>
</VirtualHost>
В c:/wamp/www/parser/ создал auto.p([@somefunc[] hello World) с простейшей функцией и index.html (^somefunc[])

При обращении к http://parser вылетает 500 ошибка
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, mail@gmail.com 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.


В error.log строчки связанные с этим:
[error] [client 127.0.0.1] Premature end of script headers: parser3.exe