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 s

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 /etc/ht

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 showin

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 also

[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. However,

Re: php question

2012-09-13 Thread Reindl Harald
Am 12.09.2012 11:43, schrieb Jon Ingason: > 2012-09-12 09:51, François Patte skrev: > Bonjour, > > In order to write a readme for the installation of php scripts on a web > server, I would like to know if it is possible to deactivate (without > uninstalling them) php packages installed on my ma

Re: php question

2012-09-12 Thread Jack Craig
On Wed, Sep 12, 2012 at 10:27 AM, Joe Zeff wrote: > On 09/12/2012 02:43 AM, Jon Ingason wrote: > >> You can change the name of /etc/httpd/conf.d/php.conf to >> /etc/httpd/conf.d/php.conf- and restart or reload your webserver. >> > > AFAIK, adding a '-' is not the equivalent of the original... :)

Re: php question

2012-09-12 Thread Joe Zeff
On 09/12/2012 10:42 AM, Rick Stevens wrote: On 09/12/2012 10:27 AM, Joe Zeff uttered this comment: On 09/12/2012 02:43 AM, Jon Ingason wrote: You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. AFAICT, you've suggested cha

Re: php question

2012-09-12 Thread Rick Stevens
On 09/12/2012 10:27 AM, Joe Zeff uttered this comment: On 09/12/2012 02:43 AM, Jon Ingason wrote: You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. AFAICT, you've suggested changing the name of the file from John Doe to J

Re: php question

2012-09-12 Thread Joe Zeff
On 09/12/2012 02:43 AM, Jon Ingason wrote: You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. AFAICT, you've suggested changing the name of the file from John Doe to John Doe; how do you expect that to make a difference?

Re: php question

2012-09-12 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 12/09/2012 09:51, François Patte a écrit : > Bonjour, > > In order to write a readme for the installation of php scripts on a > web server, I would like to know if it is possible to deactivate > (without uninstalling them) php packages installed o

Re: php question

2012-09-12 Thread Jon Ingason
2012-09-12 09:51, François Patte skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, In order to write a readme for the installation of php scripts on a web server, I would like to know if it is possible to deactivate (without uninstalling them) php packages installed on my machine.

php question

2012-09-12 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, In order to write a readme for the installation of php scripts on a web server, I would like to know if it is possible to deactivate (without uninstalling them) php packages installed on my machine. I want to be able to tell others what is