Hi,
I'm trying to use the new ReverseProxy Feature on my Hiawatha.
I have another Webserver with pyton on port 8080, but Hiawatha don't load (404) Styles and Scrips from/through the other Webserver.
Here is my config:
VirtualHost {
Hostname = sub.mysite.de
WebsiteRoot = D:\htdocs\www ---> without Hiawatha doesn't start, with ReverseProxy you don't need it, or?!
AccessLogfile = D:\Server\logs\nzb\access.log
ErrorLogfile = D:\Server\logs\nzb\error.log
ReverseProxy ^/(.?)$ http://localhost:8080
RequireSSL = yes
and here my Access-Log:
[30/May/2012:15:17:17 +0200] "GET / HTTP/1.1" 200 5106 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0"
[30/May/2012:15:17:17 +0200] "GET /static/stylesheets/colorschemes/gold/gold.css?0.6.15 HTTP/1.1" 404 553 "https://sub.mysite.de/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0"
[30/May/2012:15:17:17 +0200] "GET /static/javascripts/plush.js?0.6.15 HTTP/1.1" 404 553 "https://sub.mysite.de/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0"
[30/May/2012:15:17:17 +0200] "GET /static/stylesheets/jqueryui/overcast/jquery-ui-1.8.15.custom.css?0.6.15 HTTP/1.1" 404 553 "https://sub.mysite.de/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0"
[30/May/2012:15:17:17 +0200] "GET /static/javascripts/lib.js?0.6.15 HTTP/1.1" 404 553 "https://sub.mysite.de/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0"
[30/May/2012:15:17:17 +0200] "GET /static/javascripts/plush.js?0.6.15 HTTP/1.1" 404 553 "https://sub.mysite.de/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0"
Hiawatha version: 8.3.2
Operating System: Win2k8R2 x64
Kind regards,
Marvin