Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: Apache with IIS in the back Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
courtens
Newbie
Newbie
Avatar

Joined: 24 May 2013
Location: United States
Online Status: Offline
Posts: 4
Posted: 24 May 2013 at 7:09pm | IP Logged Quote courtens

Got webmail running; but having trouble integrating my usual proxy from Apache (PHP 5.3) to IIS(6.1).

I am getting the usual "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable" error.

I setup a 127.0.0.3:88 web on IIS and there it is working fine. Now I would like to get it so that Apache (it handles all SSL incoming calls) will redirect to 127.0.0.3:88.

I normally use this, but somehow it is not working. Am I missing something?

<IfModule mod_proxy.c>    
ProxyRequests Off
ProxyPass /               http://otherstruff_on_local_server:83/
ProxyPassReverse /        http://otherstruff_on_local_server:83/
          
ProxyPass /webmail        http://127.0.0.3:88/
ProxyPassReverse /webmail http://127.0.0.3:88/
          
RewriteRule ^(.+)$ https://otherstruff_on_local_server.org/$1 [P,L]
</IfModule>


Back to Top View courtens's Profile Search for other posts by courtens
 
courtens
Newbie
Newbie
Avatar

Joined: 24 May 2013
Location: United States
Online Status: Offline
Posts: 4
Posted: 24 May 2013 at 7:53pm | IP Logged Quote courtens

PS

if adding .../webmail/index.php to the URL I am getting the error: "No input file specified. "
Back to Top View courtens's Profile Search for other posts by courtens
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6103
Posted: 24 May 2013 at 9:29pm | IP Logged Quote Igor

Well, since the issue doesn't really look related to WebMail directly, I'd recommend to check support resources for Apache web server, or maybe general resources like Stack Overflow.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
courtens
Newbie
Newbie
Avatar

Joined: 24 May 2013
Location: United States
Online Status: Offline
Posts: 4
Posted: 25 May 2013 at 10:12am | IP Logged Quote courtens

Hello Igor, I was wondering ... is it at all possible to set it up in a proxy like environment? It can get tricky if the Reverse Proxy Request Headers are used -- and I assume they are. None the less, at this point I can't even get a HTML page to show. Something with my code or setup must be wrong.
Back to Top View courtens's Profile Search for other posts by courtens
 
courtens
Newbie
Newbie
Avatar

Joined: 24 May 2013
Location: United States
Online Status: Offline
Posts: 4
Posted: 25 May 2013 at 1:14pm | IP Logged Quote courtens

I got it to work ...

I needed to replace 127.0.0.3 with localhost
Back to Top View courtens's Profile Search for other posts by courtens
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide