Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
server_management:faq [2020/05/20 08:17] tech2admin |
server_management:faq [2020/05/20 09:32] (current) tech2admin |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| ??? Why does my .htaccess file appear to do nothing? | ??? 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. | !!! 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** | ||