> Hello,
>
> Is it possible to set up proxying of
> http://mysite/openmeetings to http://localhost:5080/openmeetings
> and same time
> ws://mysite/openmeetings to ws://localhost:5080/openmeetings
>
> What I have tried
> Install apache httpd on Ubuntu 13.10 server (2.4.6 using apt-get)
> Checkout
>
On 01/27/2014 06:43 AM, Yan Seiner wrote:
I am trying to set up a simple mod_proxy:
ErrorLog "/var/log/apache2/wrt_error.log"
LogLevel debug
CustomLog "/var/log/apache2/wrt_access.log" combined
ProxyPreserveHost On
ProxyRequests Off
ServerName xxx.com
Ser
I am trying to set up a simple mod_proxy:
ErrorLog "/var/log/apache2/wrt_error.log"
LogLevel debug
CustomLog "/var/log/apache2/wrt_access.log" combined
ProxyPreserveHost On
ProxyRequests Off
ServerName xxx.com
ServerAlias www.xxx.com
ProxyPass /foo/ http://localhost:8002/
ProxyP
I have an installation of apache 2.2 (Ubuntu 12.04LTS) and mediawiki 1.21.
I am trying to get short URLs working. I've configured mod-rewrite
before on other systems and I can't find anything wrong with any of the
various setups I've tried, but mod_rewrite is being silently ignored.
Here's my m
Hi, I wish to setup a GUI debugging environment for my CGI, which is running
using apache mod_perl
I update the following file (/usr/local/apache_modperl/conf/httpd.conf) to the
below content :-
### Start to hack by Cheok
use Apache::DB();
Apache::DB->init;
PerlFixupHandler Apache::DB
### E
script doesn't allow for HOST_CC and BUILD_CC...
Anyone have a hacked 1.3 build script for cross compiling?
I've googled for answers, and while this seems to be an FAQ, there
appear to be precious few answers.
Any information or pointers to docs welcome (a