Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: f21970 on December 08, 2008, 12:42:19 PM
-
Hi all,
I have an SME 7.4 server and am trying to forward requests directed to a subdomain to a windows (boo hiss) server on my network. I've used ProxyPass as per wiki, but get the error message
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@standishchs.wigan.sch.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
.
Can't see anything in the server error logs, and wondered if anybody else has had this problem and could help me out?
-
f21970
As the wiki says, did you remove the subdomain first, before configuring proxypass for that domain.
"If you have added the internal or external server's domain name as a virtual domain on the SME Server, you must remove it prior to issuing these commands."
What are the actual commands you issued to configure proxypass.
Is the IP you used (for the windows server) accessible from the sme server & other machines on your network ie can you ping it ?
-
Hi there,
Yes I removed the subdomain first (was configured under Hostnames and addresses, as a local subdomain, so removed it from there).
The windows server is fully available and being used internally, and I want to make it available externally on port 443 https.
I issued the commands:
[root@proxy ~]# db domains set remote.standishchs.wigan.sch.uk domain
[root@proxy ~]# db domains setprop remote.standishchs.wigan.sch.uk Nameservers internet
[root@proxy ~]# db domains setprop remote.standishchs.wigan.sch.uk ProxyPassTarget https://192.168.110.22/
[root@proxy ~]# db domains setprop remote.standishchs.wigan.sch.uk ProxyPassTarget https://192.168.110.22/
[root@proxy ~]# db domains setprop remote.standishchs.wigan.sch.uk TemplatePath ProxyPassVirtualHosts
[root@proxy ~]# signal-event domain-create remote.standishchs.wigan.sch.uk
Please help!!
-
f21970
Can you access https://192.168.110.22/ from a local computer successfully ?
-
Thanks Mary,
Yes I can. When I access https://192.168.110.22/ I get the default IIS page for the server, which is correct. If I access https://192.168.110.22/ts internally I get a logon box for the terminal server, and can sign in OK. It's just the external access bit which is stumping me!
-
Here are some notes I took on getting proxypass to work for an internal Exchange server (for outlook web access). I had trouble getting it to work w/ Internet Explorer due to some default authentication issues; maybeyou're seeing a similar issue.
Hopefully this will help: http://forums.contribs.org/index.php/topic,40075.0.html
-
Here are some notes I took on getting proxypass to work for an internal Exchange server (for outlook web access). I had trouble getting it to work w/ Internet Explorer due to some default authentication issues; maybeyou're seeing a similar issue.
Hopefully this will help: http://forums.contribs.org/index.php/topic,40075.0.html
Perhaps you are accessing the secure proxypassed server from a non secure (http) proxypass address?
-
Perhaps you are accessing the secure proxypassed server from a non secure (http) proxypass address?
Don't the log files give any clues in /var/log/messages or /var/log/httpd/access_log or /var/log/httpd/error_log?