This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
High Performance / Re: Wordpress - High-Performance instructions
« on: February 05, 2019, 02:31:44 AM »
Same sundigital's issue for me, I have disabled PHP-FPM in my server. Waiting for a solution.
2
CentOS 7 Problems / Re: 400 Bad Request
« on: January 15, 2019, 11:04:00 AM »
Thank you so much, studio4host. It worked for me too.
3
CentOS 7 Problems / 400 Bad Request
« on: January 13, 2019, 11:15:33 PM »
Hello,
I upgraded from PHP 5.6 to PHP-FPM 7.3 (with Apache 2.4.37) following the "New announcement: Wordpress - High-Performance instructions" tutorial.
The major of my sites are running fine after this upgrade, but the sites that have a URL format with ".html" at the end of the URL are showing a "400 Bad Request: Your browser sent a request that this server could not understand.":
The URL with ".html" (as it was configured in Permalinks in WordPress) is not working: https://www.delepesoasuspesos.com/ahorro-e-inversion/1850-construir-en-tiempos-de-crisis.html
Then I changed the permalink in WordPress without using ".html": https://www.delepesoasuspesos.com/ahorro-e-inversion/1850-construir-en-tiempos-de-crisis and it worked.
But what I need is to keep the permalink with ".html" in order to not affect the traffic and SEO. I tried to use a .htaccess redirect the URL to the same URL omitting the ".html" (https://stackoverflow.com/questions/16919526/how-to-link-to-pages-without-the-html-extension), but it did not work I think because the 400 bad request error appears first and then the .htaccess does not run.
This is another URL that is not working: https://www.nicaraguanpathways.com/photo-gallery/places/el-chipote/1103-notes-el-chipote.html
I tried to solve the issue by myself, but I did not got it.
I will appreciate any help you can provide me.
Thank you,
Francisco
I upgraded from PHP 5.6 to PHP-FPM 7.3 (with Apache 2.4.37) following the "New announcement: Wordpress - High-Performance instructions" tutorial.
The major of my sites are running fine after this upgrade, but the sites that have a URL format with ".html" at the end of the URL are showing a "400 Bad Request: Your browser sent a request that this server could not understand.":
The URL with ".html" (as it was configured in Permalinks in WordPress) is not working: https://www.delepesoasuspesos.com/ahorro-e-inversion/1850-construir-en-tiempos-de-crisis.html
Then I changed the permalink in WordPress without using ".html": https://www.delepesoasuspesos.com/ahorro-e-inversion/1850-construir-en-tiempos-de-crisis and it worked.
But what I need is to keep the permalink with ".html" in order to not affect the traffic and SEO. I tried to use a .htaccess redirect the URL to the same URL omitting the ".html" (https://stackoverflow.com/questions/16919526/how-to-link-to-pages-without-the-html-extension), but it did not work I think because the 400 bad request error appears first and then the .htaccess does not run.
This is another URL that is not working: https://www.nicaraguanpathways.com/photo-gallery/places/el-chipote/1103-notes-el-chipote.html
I tried to solve the issue by myself, but I did not got it.
I will appreciate any help you can provide me.
Thank you,
Francisco
4
Apache / Re: Apache failed to start
« on: January 27, 2017, 04:06:06 PM »
Hello Sandeep,
Apache has started now. I would like to know if it is possible to install Letsencrypt Manager without Apache stop working and the configure SSL for each domain.
Thank you for your support.
Francisco
Apache has started now. I would like to know if it is possible to install Letsencrypt Manager without Apache stop working and the configure SSL for each domain.
Thank you for your support.
Francisco
5
Apache / Apache failed to start
« on: January 26, 2017, 11:44:54 PM »
Hello,
I installed Letsencrypt Manager in order to configure SSL for all my hosted websites. After Letsencrypt Manager installation, I get some errors trying to do this, so I decided to uninstall Letsencrypt Manager.
After Letsencrypt Manager uninstallation, Apache didn't start and it sends this error:
--------------------------------
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 6 of /usr/local/apache/conf.d/ssl.conf:
The address or port is invalid
[FAILED]
--------------------------------
This is my entire ssl.conf file contents:
--------------------------------
Listen 443
SSLProtocol All -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
NameVirtualHost :443
--------------------------------
I tried to rebuild Apache virtual hosts and Apache configuration, also I restarted the server, but they didn't work.
My websites aren't working and I don't know how to solve this issue.
I request a one time ticket support and also sent a message trough the Contact page form, but no body has answered me.
I would appreciate any support from you.
Regards,
Francisco
I installed Letsencrypt Manager in order to configure SSL for all my hosted websites. After Letsencrypt Manager installation, I get some errors trying to do this, so I decided to uninstall Letsencrypt Manager.
After Letsencrypt Manager uninstallation, Apache didn't start and it sends this error:
--------------------------------
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 6 of /usr/local/apache/conf.d/ssl.conf:
The address or port is invalid
[FAILED]
--------------------------------
This is my entire ssl.conf file contents:
--------------------------------
Listen 443
SSLProtocol All -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
NameVirtualHost :443
--------------------------------
I tried to rebuild Apache virtual hosts and Apache configuration, also I restarted the server, but they didn't work.
My websites aren't working and I don't know how to solve this issue.
I request a one time ticket support and also sent a message trough the Contact page form, but no body has answered me.
I would appreciate any support from you.
Regards,
Francisco
Pages: [1]