Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-14 Thread Eric \Shubes\
I gotta say, I don't understand the problem here. I have two domains on a toaster. I can get to qmailadmin via http://domain1.com/qmailtoaster and/or http://domain2.com/qmailtoaster. I can log into either domain using the url from either one. I've (simply) set up virtual domains in httpd.conf

Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-14 Thread Quinn Comendant
Jeremy Suexec follows a stringent set of criteria before it will execute a CGI. Check this list of 20 criterion and see if you've configured qmailadmin to pass all of them: http://httpd.apache.org/docs/2.0/suexec.html#model Quinn

Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-14 Thread Nolan Garrett
Also, in my case, I had to turn SELinux off. Quinn Comendant wrote: Jeremy Suexec follows a stringent set of criteria before it will execute a CGI. Check this list of 20 criterion and see if you've configured qmailadmin to pass all of them:

Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-14 Thread Jeremy Runner
I'm using Virtualmin to do web hosting. It creates the httpd.conf as follows using suexec. VirtualHost 192.168.1.2:80 SuexecUserGroup #501 #500 ServerName mydomain.com ServerAlias www.mydomain.com DocumentRoot /home/mydomain/public_html ErrorLog /home/mydomain/logs/error_log CustomLog

Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-14 Thread Quinn Comendant
Jeremy Runner wrote: I'm using Virtualmin to do web hosting. It creates the httpd.conf as follows using suexec. Do you have shell access to the machine (or will virtualmin let you) change this VirthostHost to something more custom? Be warned that VirtualMin might overwrite your hand-edited

[qmailtoaster] Suexec apache2 qmailadmin

2006-11-13 Thread Jeremy Runner
Now that I have qmailtoaster running and doing so well, I'm trying to get qmailadmin working. I have apache2 configured with suexec. All cgi scripts have to be in /var/www and a virtual host has to be configured to set SuexecUserGroup to run cgi scripts. How can I get qmailadmin working in

Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-13 Thread Jeremy Runner
That didn't work. I think you have to set SuexecUserGroup to which user you want to have access but this is set in the VirtualHost directive. I found this link but I'm not sure if it applies. http://www.shupp.org/toaster/trustix_notes.eml.html Quinn Comendant wrote: Do you know if it

Re: [qmailtoaster] Suexec apache2 qmailadmin

2006-11-13 Thread Nolan Garrett
I don't know if this helps or not, but in my case I was required to rename qmailadmin to index.cgi, and change it's ownership to vpopmail and vchkpw. This user and group was given a UID and GID 500. Also, I had to recompile suexec using the directions from the link below so that I could