Hank wrote:
I'm trying to move qmailadmin from /var/www/cgi-bin to a virtual
server directory /home/wghe/cgi-bin, and of course, I can't get it to
work. The apache log says " command not in docroot
(/home/wghe/cgi-bin/qmailadmin)". I know the problem is suexec, but
trying to read up on how to get that working is not simple, so I'm
appealing to the toaster list for help. Just how do I configure my
virtual server to properly run qmailadmin from a different location? By the way, I already re-did this when re-installing qmailadmin:


$ ./configure --enable-help --enable-htmldir=/home/wghe/secure
--enable-cgibindir=/home/wghe/cgi-bin
$ make
$ make install-strip

I think you need to remove the suexec program (or just rename it), then restart apache. Then suexec is disabled. Check the error log for apache to verify that it is not advertising suexec.


Bill

Reply via email to