Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Ed Greshko
On 06/15/16 09:50, Rick Stevens wrote: > 1. Are you sure the code you got from the guy is installed in the > document root for your Apache (check the "DocumentRoot" directive in > your Apache config file) and that the files including the document root > directory itself are all readable by Apache

Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Rick Stevens
On 06/14/2016 05:54 PM, Ed Greshko wrote: On 06/15/16 06:23, Rick Stevens wrote: One other thing. By default, PHP no longer permits "short open tags". So all PHP code must be prefixed with If all you have is then you must have "short_open_tag = On" in your /etc/php.ini (or in one

Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Ed Greshko
On 06/15/16 06:23, Rick Stevens wrote: > One other thing. By default, PHP no longer permits "short open tags". > So all PHP code must be prefixed with > > php code goes here; > ?> > > If all you have is > > php code goes here; > ?> > > then you must have "short_open_tag

Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Rick Stevens
On 06/14/2016 02:43 PM, Ed Greshko wrote: On 06/14/16 23:41, Tim wrote: Allegedly, on or about 14 June 2016, Ed Greshko sent: Ideas of what I'm doing wrong OR a better place to ask this question. Truly hard to say without any concrete examples. We can't tell if you've got a PHP mistake, a

Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Ed Greshko
On 06/14/16 23:41, Tim wrote: > Allegedly, on or about 14 June 2016, Ed Greshko sent: >> Ideas of what I'm doing wrong OR a better place to ask this question. > Truly hard to say without any concrete examples. We can't tell if > you've got a PHP mistake, a server configuration mistake, or it's

Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Ed Greshko
On 06/15/16 00:28, Rick Stevens wrote: > Do you have modphp installed and a section in your Apache config to the > effect: > > >SetHandler application/x-httpd-php > > > to cause Apache to actually execute the PHP? The installation of php placed a file named php.conf in

Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Rick Stevens
On 06/14/2016 01:12 AM, Ed Greshko wrote: Running an instance of httpd and the /var/www/html directory has an index.php file. If I go to http://localhost the page appears to render properly and when I hover over certain areas a drop-down menu appears and I can see the corresponding URL

Re: [OT] Apache/PHP question or resource

2016-06-14 Thread Tim
Allegedly, on or about 14 June 2016, Ed Greshko sent: > Ideas of what I'm doing wrong OR a better place to ask this question. Truly hard to say without any concrete examples. We can't tell if you've got a PHP mistake, a server configuration mistake, or it's your browser (e.g. does your page

[OT] Apache/PHP question or resource

2016-06-14 Thread Ed Greshko
Running an instance of httpd and the /var/www/html directory has an index.php file. If I go to http://localhost the page appears to render properly and when I hover over certain areas a drop-down menu appears and I can see the corresponding URL showing in the lower part of my browser.