I thought i would understand how to config a 2nd domain to access the same
content after configuring for the first domain but that proved wrong. I have
multiple domains that need to access the same content. For example,
http://share.domain1.com should result in http://share.domain1.com/share and
On 30.03.2013 12:43, Chris Arnold wrote
>>The following param doesn't exist in your old version:
> # error_escalation_time: seconds, default = recover_time/2 (=30)
> # Determines, how fast a detected error should switch from
> # local error state to global error state
> # Since: 1.2.28
> worker.b
On 30.03.2013 12:43, Chris Arnold wrote:
> Here is the modified virtualhost file:
>
> ServerName share.domain.com
>
> #RewriteEngine On
> #RewriteCond %{REQUEST_URI} !^/share/
> #RewriteCond %{HTTPS} on
> #RewriteRule ^/. http://share.domain.com/share/ [P]
> JkMount
On 29.03.2013 18:02, Chris Arnold wrote:
>http://share.domain.com and get the required results (which is
>http://share.domain.com/share)
>>Let's stick to mod_jk for the moment. I think you are close.
OK
Here is the modified virtualhost file:
ServerName share.domain.com
#RewriteEng