Hello, I am followed User's Manual page: 55-59 and 353-355 to install SquirrelMail webmail, I can access by following path: http://www.domain.com/webmail http://www.domain.com/squirrelmail https://www.domain.com:8080/webmail https://www.domain.com:8080/squirrelmail Please see below screenshot: [img=http://s12.postimg.org/j6o8o05vt/webmail_error.jpg]
Yes, /etc/init.d/apache2 reload or restart The web showing The requested URL /squirrelmail was not found on this server.
Alias /squirrelmail /usr/share/squirrelmail Alias /webmail /usr/share/squirrelmail <Directory /usr/share/squirrelmail> Options FollowSymLinks <IfModule mod_php5.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_admin_flag allow_url_fopen Off php_value include_path php_admin_value upload_tmp_dir /var/lib/squirrelmail/tmp php_admin_value open_basedir /usr/share/squirrelmail:/etc/squirrelmail:/var/lib/squirrelmail:/etc/hostname:/etc/mailname php_flag register_globals off </IfModule> <IfModule mod_dir.c> DirectoryIndex index.php </IfModule> # access to configtest is limited by default to prevent information leak <Files configtest.php> order deny,allow deny from all allow from 127.0.0.1 </Files> </Directory> # users will prefer a simple URL like http://webmail.example.com #<VirtualHost 1.2.3.4> # DocumentRoot /usr/share/squirrelmail # ServerName webmail.example.com #</VirtualHost> # redirect to https when available (thanks [email protected]) # # Note: There are multiple ways to do this, and which one is suitable for # your site's configuration depends. Consult the apache documentation if # you're unsure, as this example might not work everywhere. # #<IfModule mod_rewrite.c> # <IfModule mod_ssl.c> # <Location /squirrelmail> # RewriteEngine on # RewriteCond %{HTTPS} !^on$ [NC] # RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI} [L] # </Location> # </IfModule> #</IfModule>
Hi which guide you have followed to configure the server? If it is Ubuntu 14.04, then please paste entry of
Hi srijan, Thanks for help: root@ip-172-31-28-141:/var# ls -l /etc/apache2/conf-available/ total 28 -rw-r--r-- 1 root root 315 Jan 3 2014 charset.conf -rw-r--r-- 1 root root 127 Aug 11 2013 javascript-common.conf -rw-r--r-- 1 root root 3224 Jan 3 2014 localized-error-pages.conf -rw-r--r-- 1 root root 189 Jan 3 2014 other-vhosts-access-log.conf -rw-r--r-- 1 root root 1344 Sep 4 07:13 php5-cgi.conf -rw-r--r-- 1 root root 2190 Jan 3 2014 security.conf -rw-r--r-- 1 root root 455 Jan 7 2014 serve-cgi-bin.conf
You missed this step for the perfect server guide of Ubuntu 14.04 Please crosscheck the Chapter 21 of The Perfect Ubuntu 14.04 server guide again. after the installation of squirrelmail. http://www.howtoforge.com/perfect-s...hp-mysql-pureftpd-bind-dovecot-ispconfig-3-p6
Hi srijan, still no luck: root@ip-172-31-28-141:/etc/apache2/conf-available# ls -la total 36 drwxr-xr-x 2 root root 4096 Sep 19 06:58 . drwxr-xr-x 8 root root 4096 Sep 19 06:56 .. -rw-r--r-- 1 root root 315 Jan 3 2014 charset.conf -rw-r--r-- 1 root root 127 Aug 11 2013 javascript-common.conf -rw-r--r-- 1 root root 3224 Jan 3 2014 localized-error-pages.conf -rw-r--r-- 1 root root 189 Jan 3 2014 other-vhosts-access-log.conf -rw-r--r-- 1 root root 1344 Sep 4 07:13 php5-cgi.conf -rw-r--r-- 1 root root 2190 Jan 3 2014 security.conf -rw-r--r-- 1 root root 455 Jan 7 2014 serve-cgi-bin.conf lrwxrwxrwx 1 root root 29 Sep 19 06:58 squirrelmail.conf -> /etc/squirrelmail/apache.
That's good that your issue got resolved. It is a general advice to follow the guides published in the howto sections by word to word, as they are tested and published after all checks.
Hi srijan, I have follow this link http://www.howtoforge.com/forums/sho...53&postcount=2 , to install Roundcube, after I use user email account to login Roundcube that show following error: Connection to storage server failed. I have search Google, someone said this problem is dovecot version issue, please help. Ubuntu 14.04 LTS is our Linux OS. Thanks