[Wylug-help] Apache Suexec problem.

GaryStainburngary.stainburn@ringways.co.uk GaryStainburngary.stainburn at ringways.co.uk
Wed, 9 Aug 2000 11:24:47 +0100


Hi all.

I'm having problems setting up an Apache server.  All's fine until I try to run a cgi.
The URL is http://cms.ringways.co.uk/cgi-bin/query
The file is there and okay, as demonstrated by the first line of the suexec_log below
but all I get back is  '500 Internal Server Error' and the second line in the suexec_log

Does anyone have any suggestions?

Virtual host section:
<VirtualHost 10.1.1.111>
    user cms
    group cms
    ServerAdmin webmaster@ringways.co.uk
    DocumentRoot /home/cms/public_html
    ServerName cms.ringways.co.uk
    ErrorLog logs/cms-error_log
    CustomLog logs/cms-access_log common
    ScriptAlias /cgi-bin/ /home/cms/public_html/cgi-bin/
</VirtualHost>

suexec_log entries

[2000-08-09 11:11:24]: info: (target/actual) uid: (cms/cms) gid: (cms/cms) cmd: query
[2000-08-09 11:11:24]: emerg: cannot get docroot information (/home/*/public_html)

-----------------------------------------
Gary Stainburn.
Work: http://www.ringways.co.uk mailto:gary.stainburn@ringways.co.uk
REVCOM: http://www.revcom.org.uk mailto:gary.stainburn@revcom.org.uk
-----------------------------------------
Murphy's Laws: (327) Build a system that even a fool can use, and only a fool will use it.
-----------------------------------------