- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
good morning,
from time to time there are vulnerabilities, how can I check which version of Apache web server is used my SAS 9.4 environment? When I am checking the registry, SAs has is over pivotal web server. What is the connection between apache vs pivotal web server? regards Karolina
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Look in your SAS server's configuration tree for the httpd executable. Then run it with the -v option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Karolina,
Check out this SAS Blog entries
- The SAS Hot Fix Analysis, Download and Deployment (SASHFADD) Tool
- Understanding the SAS Hot Fix Analysis, Download and Deployment Tool Report
- How to schedule and manage your SAS hot fixes
It will show you how you can find all available Hot Fixes for your current SAS deployment, and which ones are related security vulnerabilities and alerts.
Plus the SAS Product Security - Latest bulletins and updates web site can you provide you with more insight into reported/identified security vulnerabilities in the various SAS products
Hope this helps,
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
thank you very much for your answer. SASHFADD is a good tool, however as far as I have understood, it will work when the vulnerabilities are already known by SAS. Therefore I wanted to know how to check the apache version myself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Look in your SAS server's configuration tree for the httpd executable. Then run it with the -v option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
thank you very much. I have found the version number in /apps/sas/sashome/SASWebServer/9.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
$ ls -ltrh <SASHome>/SASWebServer/9.4
lrwxrwxrwx. 1 sas sas nn MMM DD YYYY httpd-2.4 -> <SASHome>/SASWebServer/9.4/httpd-2.4.51