Adam Carnine wrote:
Here is my configuration output, in case I've done something
here and just don't realize it.

-----
           qmailadmin 1.2.0
            Current settings
---------------------------------------
       cgi-bin dir = /www/qmailadmin
          html dir = /www/qmailadmin
         image dir = /www/qmailadmin/images
         image URL = ../images
      template dir = /usr/local/share/qmailadmin

I can't make any promises if this will fix your problem or not, but this does not look right... Assuming Apache --prefix=/www, which makes your default DocumentRoot /www/htdocs and cgibin directory /www/cgi-bin, it should look like this:


--enable-cgibindir=/www/cgi-bin

This should be a directory outside of DocumentRoot with a ScriptAlias that allows it to run programs.


--enable-thmldir=/www/htdocs

This should be your DocumentRoot directory.


--enable-imagedir=/www/htdocs/images/qmailadmin

This should be a directory below your DocumentRoot directory, where you place the qmailadmin images.


--enable-imageurl=/images/qmailadmin

This should be the url of the images directory. I don't believe a relative path is appropriate here.


If your /www directory is really DocumentRoot, the qmailadmin should not be inside it. You should find another directory for it, outside of DocumentRoot and create a ScriptAlias that points at it.


Rick



Reply via email to