Web Hosting Talk







View Full Version : PerlDesk


mainarea
12-02-2002, 04:29 PM
For some reason, when I try to install PerlDesk (I know a lot of people here use PerlDesk), I constantly get server 500 errors in my browser, but when I try running it from the command line (to see if I was missing any modules), it shows:

root@server1 [/home/hosting/www/helpdesk/cgi-bin]# /home/hosting/www/helpdesk/cgi-bin/install.cgi
Content-type:text/html

<html><head><title>PerlDesk Installation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.tbox { FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; COLOR: #000000; BACKGROUND-COLOR: #ffffff}
</style>
</head><body bgcolor="#FFFFFF"><br><div align="center"><img src="http://perldesk.com/logo.gif"></div><br>
<table width="600" border="0" cellspacing="0" cellpadding="4" align="center"><tr>
<td colspan="2" height="57"> <font size="2"><a href="http://perldesk.com"><font face="Verdana, Arial, Helvetica, sans-serif"><b>PerlDesketc...

The only error I get is:

[Mon Dec 2 15:26:52 2002] [error] [client 68.38.***.***] Premature end of script headers: /home/hosting/public_html/helpdesk/cgi-bin/admin.cgi


Is there anything I can do to fix this?

Thanks,

Matt

Darth
12-02-2002, 04:40 PM
Disable suexec :D ;)

mainarea
12-02-2002, 04:42 PM
Is there any way to disable it for a single domain, not the entire server?

- Matt

dandanfirema
12-02-2002, 04:43 PM
Don't disable suexec. Just figure out what the problem with suexec is. Look in the suexec_log

mainarea
12-02-2002, 04:54 PM
[2002-12-02 15:53:03]: info: (target/actual) uid: (hosting/hosting) gid: (hosting/hosting) cmd: install.cgi
[2002-12-02 15:53:03]: error: directory is writable by others: (/home/hosting/public_html/helpdesk/cgi-bin)

So what should I change the permissions of cgi-bin to?

- Matt

dandanfirema
12-02-2002, 04:57 PM
755 would be the most permissive and still work

mainarea
12-02-2002, 05:04 PM
Hmmm... That would make sense, I though I had tried that before. It's working now, maybe I'll write down what I do next time to keep track better :D .

Thanks,

Matt