Forum Moderators: phranque

Message Too Old, No Replies

conversion of existing site to MovableType?

Cobalt RaQ issues with cgi-scripts

         

homegirl

3:40 pm on Mar 11, 2003 (gmt 0)

10+ Year Member



After trying for a month to get MovableType installed and running, I'm currently trying to troubleshoot the following problem. Their search feature (mt-search.cgi) gives me a 500 internal server error. My hosting company uses Cobalt RaQ servers for which I've received the following feedback:

"Cobalt servers often have strangely-configured versions of perl installed that give off warnings, and cause the webserver to give an internal server error. Usually, MT is able to trap any warnings, but on Cobalt servers, it seems that these methods do not work, and warnings escape... this then causes internal server errors from the webserver. I would suggest taking a look at your server error logs, because if the above is what is happening, I would guess that the warnings would be in the logs."

A temporary solution was found by adding an .htaccess file with this in it:
Options Includes ExecCGI
AddHandler cgi-script .cgi
AddHandler cgi-script .pl

However, that caused a problem with the addition of new entries into the archive, etc. Translation: you can't add new entries into the blog, etc.

As this has taken (and is still taking) weeks to resolve, I thought I'd ask any here at WebmasterWorld if they have experience with this- and any suggestions. The MovableType Support Forum hasn't been that helpful (that is, I've seen the problem there- but no solution which is probably a bad sign).

Ideally, I'd like to have both the search script work AND be able to add new entries, etc.

Thanks for your thoughts!

DaveAtIFG

3:50 am on Mar 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Any suggestions for homegirl?

Brett_Tabke

5:53 am on Mar 13, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



If that temporary solution worked HG, see if you can get cgi's turned on (same commands as the .htaccess you show there) via the Apache httpd.conf file.

homegirl

4:19 pm on Mar 13, 2003 (gmt 0)

10+ Year Member



Thanks Dave & Brett! I'll keep you posted on if this works. [I can't access Apache directly- must submit through host's tech support... so it may be a few days]

Brett_Tabke

4:25 pm on Mar 13, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



The thing is though, that a RAQ probably is running a cgi shell program that cages in cgi's. They may or may not beable/know how to update it.