I tried to search the archive for this, but the search engine wasn't to
useful.

I would like to make it possible for my users to access squirrelmail via a
virtual host (https://email.myserver.com). I setup the httpd.conf as
follows:

NameVirtualHost *:443

<VirtualHost *:443>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/www/html/squirrelmail
        DirectoryIndex index.php
        ServerName email.myserver.com
</VirtualHost>

They can login and everything seems fine until they try to send or delete
an email. The message is sent or deleted, but I get "The requested URL was
not found on this server." from my browser and
151.196.39.191 - - [12/Feb/2004:19:57:01 -0500] "GET
/src/delete_message.php?mailbox=mail%2FDrafts&message=3&sort=0&startMessage=1&saved_draft=yes
HTTP/1.1" 404 1051 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.6) Gecko/20040113"
in my access_log.

Any suggestions?

Kevin.








-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to