server_management:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
server_management:faq [2020/05/11 16:26]
tech2admin
server_management:faq [2020/05/20 09:32] (current)
tech2admin
Line 9: Line 9:
 ??? Why does curl not work? There is no error response. ??? Why does curl not work? There is no error response.
 !!! SELinux can block the httpd process from making network requests. This will stop curl from working. You can check if the SELinux '​httpd_can_network_connect'​ flag is enabled by running the command ''​getsebool httpd_can_network_connect''​. If the response is '​off'​ then this can be enabled by running the command ''​setsebool -P httpd_can_network_connect on''​. !!! SELinux can block the httpd process from making network requests. This will stop curl from working. You can check if the SELinux '​httpd_can_network_connect'​ flag is enabled by running the command ''​getsebool httpd_can_network_connect''​. If the response is '​off'​ then this can be enabled by running the command ''​setsebool -P httpd_can_network_connect on''​.
----- 
  
-??? How do I terminate a QnA block+??? Gmail Block SMTP in even none secure apps enabled
-What if I want to put some text after the block and that text doesn'​t +!!! Also enable account from https://​accounts.google.com/​DisplayUnlockCaptch
-belong to the answer?+
  
-!!! Put triple question mark at the start of a line. 
-??? 
  
-This text is not part of the answer.+===Apache Related=== 
 + 
 +??? Why does my .htaccess file appear to do nothing? 
 +!!! Make sure that AllowOveride ​is set to '​All'​ and not '​None'​. If it is '​None'​ then .htaccess files are ignored. This setting can be defined globally or on a virtual host basis. Remember to restart Apache to make the change take effect. 
 + 
 + 
 +=== Jenkins Related=== 
 + 
 +??? I am trying to use Send Over SSH plugin. However when testing a configuration there is an error. 
 +!!! If a SSH key is being used for authentication you need to make sure the key is generated using the old format. The following line of code will create a SSH key using the old PEM format: ssh-keygen -t rsa -b 4096 **-m PEM**
  • server_management/faq.1589214394.txt.gz
  • Last modified: 2020/05/11 16:26
  • by tech2admin