![]() |
nginx - Squirrelmail - 404 Not found - uBuntu 11.10
Hi there.
When I attempt to forward or hit 'Send' to send an e-mail I receive a 404 error message in the right 'mail' frame (the left frame with the folders remains). I have a feeling it might have something to do with squirrelmail not talking to nginx properly but I am unsure what steps to take to resolve. Thanks http://www.doublesidedstickytape.co....relmail404.jpg |
I've done a bit of digging and it would appear that there is a problem in the URL...
http://server1.example.com/squirrelmail/src/compose.php/squirrelmail/src/compose.php?mail_sent=yes I haven't got the foggiest why it's replicating the directory in the URL... Any thoughts? |
Use http://server1.example.com:8081/squirrelmail/ to access SquirrelMail.
|
Hi Falko - It does the same even when using the link you specified.
I think it has something to do with the way Nginx is handling pgp scripts... It is duplicating the directory it is in when attempting to perform an action.. For instance... http://server1.example.com:8081/squirrelmail/src/compose.php/squirrelmail/src/compose.php?mail_sent=yes Not figured it out yet... But if anyone knows what is happening please let me know - or if I find out I will post an update here! Thanks |
Can you post your /etc/nginx/nginx.conf?
|
Hi Falko.
I gave up and did a fresh install with Apache. I am no expert using Linux but it's something I like to do in my spare time to enhance my knowledge of running a server! HowtoForge has been a brilliant support site for me - thank you to all for your support! Please feel free to delete this thread. Thanks |
The solution for nginx squirrelmail problems
Hi Falko the problem lies with the settings to be pasted mentioned in the (otherwise very thrustworthy) perfect server tutorial for step 21 at the bottom. My guess is that the SCRIPT_FILENAME is set wrong in the original script
The wrong settings are: Code:
location /squirrelmail {Code:
location /squirrelmail { |
| All times are GMT +2. The time now is 00:33. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.