Hi list, I've been using RC for a couple of years and now cannot figure out how to resolve this issue: "SERVICE CURRENTLY NOT AVAILABLE! Error No. 1f4)"
This problem began when added a second web server, and every hit to may domain is redirected to it.
This is my actual scenario with two web servers, see http://img62.imageshack.us/img62/4664/schemana4.jpg
below is my apache2 configuration
NameVirtualHost *
<VirtualHost *> ServerName secondhost.domain ServerAlias www.domain
ProxyPreserveHost On
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://192.168.15.27/
ProxyPassReverse / http://192.168.15.27/
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
</VirtualHost>
<VirtualHost *> ServerName firsthost.domain ServerAlias mail.domain ServerAdmin webmaster@domain
DocumentRoot /var/www/roundcubemail
<Directory /var/www/roundcubemail>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/rc/error.log
TransferLog /var/log/rc/access.log
</VirtualHost> ----------------------------------------
I'll appreciate any clue to make this thing work
regards
mail2web.com - Microsoft® Exchange solutions from a leading provider - http://link.mail2web.com/Business/Exchange
daniel@mcye.misiones.gov.ar wrote:
Hi list, I've been using RC for a couple of years and now cannot figure out how to resolve this issue: "SERVICE CURRENTLY NOT AVAILABLE! Error No. 1f4)"
This problem began when added a second web server, and every hit to may domain is redirected to it.
This is my actual scenario with two web servers, see http://img62.imageshack.us/img62/4664/schemana4.jpg
below is my apache2 configuration
NameVirtualHost *
<VirtualHost *> ServerName secondhost.domain ServerAlias www.domain
ProxyPreserveHost On ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://192.168.15.27/ ProxyPassReverse / http://192.168.15.27/ ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log combined
</VirtualHost>
<VirtualHost *> ServerName firsthost.domain ServerAlias mail.domain ServerAdmin webmaster@domain
DocumentRoot /var/www/roundcubemail <Directory /var/www/roundcubemail> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /var/log/rc/error.log TransferLog /var/log/rc/access.log
</VirtualHost> ----------------------------------------
I'll appreciate any clue to make this thing work
regards
mail2web.com - Microsoft® Exchange solutions from a leading provider - http://link.mail2web.com/Business/Exchange
Hi user, Your database settings may be wrong. You should check your db.inc.php file. Regards.
ServerName secondhost.domain ServerAlias www.domain
ServerName firsthost.domain ServerAlias mail.domain
What does your DNS zone file look like for these ?
ProxyPass / http://192.168.15.27/ ProxyPassReverse / http://192.168.15.27/
I assume roundcube is installed in a directory on the main host, I
would use proxy directives specifically to that directory. If you are
using virtual hosts, you'll want to use those domain names, not IP's
here.
ProxyPass /roundcube http://firsthost.domain/roundcube/ ProxyPassReverse /roundcube http://firsthost.domain/roundcube/
Not sure why you are using ServerAlias.
If you are trying to use authentication on the "private" web server,
I've had some issues with proxy directives and auth directives.
Why not just install RC on the second web server, and point the DB
config on the second to the first web server ?
Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265