Re: [users@httpd] I need help figuring out a 500 response code

2017-05-05 Thread John Covici
OK, got it this time -- thanks. On Fri, 05 May 2017 15:59:38 -0400, Daniel wrote: > > [1 ] > [2 ] > Here is a longer lasting pastebin site: > > https://apaste.info/IfgP > > 2017-05-05 21:51 GMT+02:00 John Covici : > > Thanks a lot. Unfortunately, it says the page has

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-05 Thread Daniel
Here is a longer lasting pastebin site: https://apaste.info/IfgP 2017-05-05 21:51 GMT+02:00 John Covici : > Thanks a lot. Unfortunately, it says the page has been removed or > expired. > > On Fri, 05 May 2017 11:29:25 -0400, > Daniel wrote: > > > > [1 ] > > [2 ] > >

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-05 Thread John Covici
Thanks a lot. Unfortunately, it says the page has been removed or expired. On Fri, 05 May 2017 11:29:25 -0400, Daniel wrote: > > [1 ] > [2 ] > John, > > My apologies, these two past weeks Ive been distracted with so many things I > forgot about this one completely. > > I will share my

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-05 Thread Daniel
John, My apologies, these two past weeks Ive been distracted with so many things I forgot about this one completely. I will share my whole config in case it can inspire or help you to compensate my utter distraction. First the whole virtualhost, second you will see the fpm pool.

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-05 Thread John Covici
Thanks for your response! I got some php error_logs by enabling the display of php_startup_errors and it was dying in set_execution_time. Do you have any idea why this would happen? On Fri, 05 May 2017 03:57:24 -0400, Luca Toscano wrote: > > [1 ] > [2 ] > Hi John, > > can you share with us

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-05 Thread Luca Toscano
Hi John, can you share with us your error log (redacting IPs and personal info) so we can check as well? Otherwise I'd suggest to reach out to the #httpd Freenode IRC channel more a quicker response, there are a lot of people in there that might help you. Luca 2017-05-04 19:33 GMT+02:00 John

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-04 Thread John Covici
Hi again. Is there any way I can get help on my problem? I am pretty desperate -- I have shared hundreds of links and they are all no good till I get this working again. On Wed, 03 May 2017 09:08:35 -0400, Daniel wrote: > > [1 ] > [2 ] > Perhaps you should also add how you are configuring

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-04 Thread John Covici
Daniel, I never heard back from you about how to change the config to work with fcgi -- I would really like to get my server working again and nothing I do, makes any difference, I always get the timeout and the 500 response, so I still need some help. Thanks in advance for any suggestions. On

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-03 Thread John Covici
I am using mod_php. I do not have any special directives, but in my php.ini I have display_errors off (I put it on briefly to see if I would see anything), and I have errors logged to /var/log/apache2/php_errors.log . I would be interested in how you are doing this. I can send my virtual host

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-03 Thread Daniel
Perhaps you should also add how you are configuring httpd to handle the interpretation of PHP files. That is, if you are, for example using mod_proxy_fcgi to send php file requests to php-fpm you should see your 500 detailed errors there instead of Apache. Apache will always log 500status

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-03 Thread John Covici
The error_log just had one line or in debug mode a lot of information about ssl and several lines about requireall granted, but no further information about the error. On Wed, 03 May 2017 02:55:28 -0400, Dr James Smith wrote: > > Is there an error.log in the same directory? This is usually in >

Re: [users@httpd] I need help figuring out a 500 response code

2017-05-03 Thread Dr James Smith
Is there an error.log in the same directory? This is usually in the same directory this should contain some information about why the system failed. On 03/05/2017 07:41, John Covici wrote: Hi. I am having major problems figuring out a 500 response code I am getting on my hserver. I am

[users@httpd] I need help figuring out a 500 response code

2017-05-03 Thread John Covici
Hi. I am having major problems figuring out a 500 response code I am getting on my hserver. I am using apache 2.4.25 on gentoo linux up to date as of a few days ago. So, I havinstalled owncloud which is a cloud server written in php and it has worked for a long time, but for a few days I have