On 05/14/16 18:19, Frank Gingras wrote:
On 14/05/16 07:53 PM, phil wrote:
On 15/05/2016 6:16 AM, Beech wrote:
Forwarded Message
Subject: Re: [users@httpd] Virtual Host Not working
Date: Sat, 14 May 2016 21:46:41 +0200
From: miguel gonzalez
To: Beech , users@httpd.apache
On 14/05/16 07:53 PM, phil wrote:
On 15/05/2016 6:16 AM, Beech wrote:
Forwarded Message
Subject: Re: [users@httpd] Virtual Host Not working
Date: Sat, 14 May 2016 21:46:41 +0200
From: miguel gonzalez
To: Beech , users@httpd.apache.org
I always have used either the ip ad
On 09/05/16 05:45 PM, D'Arcy J.M. Cain wrote:
On Mon, 09 May 2016 16:26:19 -0400
C> What kind of response were you getting from your server when you
connected with another client? Timeout? 503? 500?
That's the point, they time out even if it is not a Wordpress or even a
PHP page. Simple HTM
On 15/05/2016 6:16 AM, Beech wrote:
Forwarded Message
Subject: Re: [users@httpd] Virtual Host Not working
Date: Sat, 14 May 2016 21:46:41 +0200
From: miguel gonzalez
To: Beech , users@httpd.apache.org
I always have used either the ip address or the wildcard * in the
virtua
Forwarded Message
Subject: Re: [users@httpd] Virtual Host Not working
Date: Sat, 14 May 2016 21:46:41 +0200
From: miguel gonzalez
To: Beech , users@httpd.apache.org
I always have used either the ip address or the wildcard * in the
virtualhost directive.
Have you checked t
I always have used either the ip address or the wildcard * in the virtualhost
directive.
Have you checked the logs?
Beech wrote:
>I have added a new virtual domain and it's not working. No error
>messages, just won't connect. I have triple checked the paths and
>spelling. DNS is propagated a
I have added a new virtual domain and it's not working. No error
messages, just won't connect. I have triple checked the paths and
spelling. DNS is propagated and dig returns the correct IP. The other
domains work. Here's the setting, it's Apache24:
ServerAdmin akbe...@gmail.com
Docu
Hi!
Trying to rewrite an URL: '' (nothing)
To: /~/output
I've defined:
RewriteCond %{LA-U:REMOTE_USER} !^$
RewriteCond %{HTTP_URI} ^/*$
RewriteRule ^/*$ /~%{LA-U:REMOTE_USER} [NS]
RewriteCond %{LA-U:REMOTE_USER} !^$
RewriteRule ^/~([^/]+)/?(.*)$ /~%{LA-U:REMOTE_USER}/output/$2 [NS]
If I access