On 9/20/05, Jared Hall <jrhall@xxxxxxxxx> wrote:
Heh, the qmail list probably won't be able to answer you on qmailadmin since it is an Inter7 creation.
Is the site a virtual host?
Fedora Users
I've been having trouble with qmailadmin, and the qmail mailing list
has not been very active. I'm hoping some of you may have some
answers for me.
Heh, the qmail list probably won't be able to answer you on qmailadmin since it is an Inter7 creation.
The configuration for qmailadmin and it's installation seem to go
smooth, but when I type http://www.mysite.com/cgi-bin/qmailadmin/ into
the browser i get a 500 internal server error:
"
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, admin@localhost 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.
"
the httpd error logs are not registering anything.
I thought it might be a CGI problem at first, but I think I fixed that
by placing the following information into httpd.conf:
"
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
AddHandler cgi-script .cgi
<Directory "/var/www/cgi-bin">
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
<Directory "/var/www/cgi-bin/vqadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory>
"
As far as I know nothing more need to be placed in httpd.conf. Please
let me know if i am wrong.
Is the site a virtual host?