[users@httpd] Re: Alias not working or wrong configuration

2016-10-28 Thread Bernard Fay
Sent by error before it is complete. :-( So ... I have a site for example http://www.example.com/page/. I would like to reach /page/ while pointing my browser to http://www.example.com/. I tried "Alias / /path/to/page" but apachectl configtest says: [root@CTSDNS01 conf.d]# apachectl

[users@httpd] Alias not working or wrong configuration

2016-10-28 Thread Bernard Fay
Hi, I have a site for example http://www.example.com/page/. I would to reach /page/ while pointing my browser to http://www.example.com/. I tried "Alias / /path/to/page"

Re: [users@httpd] Order of operation sequence / How do I get around it?

2016-10-28 Thread Tuc at Beach House
Hi, It took a few private back and forth for Eric to help me see the light, but it looks like this now works in my vhost config : Action cgi-wrapper /xcgi-bin/phpit/user SetHandler cgi-wrapper It took a few back and forth for Eric to help me see the light, but it looks like

Re: [users@httpd] Order of operation sequence / How do I get around it?

2016-10-28 Thread Eric Covener
On Fri, Oct 28, 2016 at 8:38 AM, Tuc at Beach House wrote: > 1) Is there a reference somewhere about "order of operations" of commands, > or which take precedence over others without skimming every page? > 2) Is there another way to implement what I want in my Virtual Host so I

[users@httpd] Order of operation sequence / How do I get around it?

2016-10-28 Thread Tuc at Beach House
Hi, I have a pretty standard install out of the box from Amazon AWS of Apache 2.4.23 (Amazon). I installed into it PHP 5.6.26. The php install included a php.conf in /etc/httpd/conf.d that had SetHandler application/x-httpd-php which makes complete sense. However, In a