Sam Azmayesh wrote:
Hello !
I got following problem. When using qmailadmin the images wont show.
I got Apache installed with DocumentRoot /var/www/html and cgi-bin is under /var/www/cgi-bin
After running [EMAIL PROTECTED] qmailadmin-1.2.0-rc2]# ./configure --with-help=y
I get following settings:
qmailadmin 1.2.0-rc2 Current settings --------------------------------------- cgi-bin dir = /var/www/cgi-bin html dir = /var/www/html image dir = /var/www/html/images/qmailadmin image URL = /images/qmailadmin template dir = /usr/local/share/qmailadmin/ qmail dir = /var/qmail vpopmail dir = /home/vpopmail autorespond dir = /usr/bin ezmlm dir = /usr/local/bin/ezmlm ezmlm idx = yes mysql for ezmlm = yes help = no modify quota = no domain autofill = no modify spam check = no
Then I run make && make install-strip.
Under /var/www/cgi-bin/ is qmailadmin
Under /var/www/html/images/qmailadmin are some png images
but when running http://mail.ruazgo.com/cgi-bin/qmailadmin no images will show.
I tried several other configurations but all with the same result :(
Anyone out there who could give me a tip?
Your webserver must be configured differently. I notice that if I go to /images, it sends me over to squirrelmail. Do you have a .htaccess file setup that might be affecting this? Have you gone over your configuration to make sure it's setup right? What's in your httpd logs?
Bill
Hey
I made a virtual host as DocumentRoot /var/www/html
When the images are placed under /var/www/html/images/qmailadmin it works fine.
Thanks for your help SAM
