Hi ,
We have below configuration in httpd-ssl.conf file.
ProxyPass /irjhttp://essdevwd01:8100/irj
ProxyPassreverse/irjhttp://essdevwd01:8100/irj
Now when we execute https://Apache_host/irj it goes to
http://essdevwd01:8100/irj as excepted but ProxyPassre
Apache users:
I'm trying to learn how to use the Apache rewrite module to redirect
incoming hits for virtual *.html pages to Perl CGI scripts using the
information provided in the Apache 2.2 manual "URL Rewriting Guide"
chapter "From Static to Dynamic" section:
http://httpd.apache.org/docs/
Hi,
i am trying to get http binding to work for jwchat and openfire and i found
some examples and would like to make sure i understand couple of things:
ServerName myserver.com
DocumentRoot "C:/apache2/htdocs/"
Options +Indexes +MultiViews
AddDefaultCharset UTF-8
Rewrite