LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vqadmin help please (cgi and virtual hosts) (https://www.linuxquestions.org/questions/linux-software-2/vqadmin-help-please-cgi-and-virtual-hosts-344401/)

nixinbarrie 07-18-2005 04:19 PM

vqadmin help please (cgi and virtual hosts)
 
I have tried everything.

Every time I try to access vqadmin (http://www.mydomain.com/cgi-bin/vqadmin/vqadmin.cgi) i get the following errors:

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

Please contact the server administrator, root@domain.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.
##################################################

It seems that apache is having issues getting to the default cgi-bin dir.

I have inserted the aliases in httpd.conf to point to the default cgi-bin (/var/www/cgi-bin)

My virtual host does have the following in httpd.conf:

ScriptAlias /cgi-bin/ "/var/www/cgi-bin"
Options ExecCGI

I have disabled selinux, and still nothing.

The perl modules are being loaded and working correctly, the script alias is ok, and the cgi add handler is ok.

Still not working.

I am wondering what the permissions should be set to for vqadmin and vqadmin.cgi.

Also, I am wondering if the #!/usr/bin/perl is placed in the vqadmin.cgi.

I created a simple hello world and received the same misconfig error.

I corrected the perl path and everything worked great for the hello world script.

when I run perl vqadmin.cgi, i get the following:

Unrecognized character \x7F at vqadmin.cgi line 2.

Any ideas ????

If anyone could help me out I would appreciate it.

Thanks in advance.

Chris.

PS: I am running FC4 with the latest updates

nixinbarrie 07-18-2005 09:26 PM

If anyone can help, please do.... I am dieing here with this problem...

I think I will try the install for vqadmin for the third time.... ?

Out of ideas.....


All times are GMT -5. The time now is 02:51 PM.