[users@httpd] Re: Page display on default html page

2019-11-18 Thread Good Guy
On 18/11/2019 19:27, Jos Chrispijn wrote: I have created a default html site that is displayed when visitors typed in a domain that I own, but for which I haven't yet created a website for. As this default site has a domain name that is not the name that a visitor typed in, I would like to

Re: [users@httpd] Page display on default html page

2019-11-18 Thread Anil Kumar P
You can use SSI for this. Enable Includes with below: Options +Includes File types to be parsed for SSI directives with below: AddType text/html .html AddOutputFilter INCLUDES .html Finally use below SSI include on index page: Thanks, Anil > On Nov 18, 2019, at 1:27 PM, Jos Chrispijn wrote:

[users@httpd] Page display on default html page

2019-11-18 Thread Jos Chrispijn
I have created a default html site that is displayed when visitors typed in a domain that I own, but for which I haven't yet created a website for. As this default site has a domain name that is not the name that a visitor typed in, I would like to disply that domain name on its index page lik

[users@httpd] ReverseProxy for UserDir

2019-11-18 Thread Ninad
Dear All, My self Ninad. I am novice user of apache httpd and linux. I  have an intranet web server (internal.com) with UserDir configured on it. I am able to access it with following urls without any issue from my LAN network. |http://internal.com/~ahttp://internal.com/~x.yhttp://internal.c