Hello All,
I have a new webserver installed at my company.
How do I know the port details to connect to the index page. Is there a config file I could refer to see the port and which root path in the server is referred when we type in the intranet webpage information example index page @ server:port ?
Thanks
Mushy
@gwootton Thanks for the information... I see good amount of information... But I cannot find the details of all web applications link say... SASPortal, SASlogon, SASEnterpriseminer etc... do you know where I could find all the web app links?
@gwootton Indeed this is the information I was looking for. Thanks for helping me out
Usually, you can find the port information in the configuration files, like httpd.conf for Apache or nginx.conf for Nginx. Look for lines that say Listen or similar. That’ll tell you what port the server is using.
When I set up my own server, I went through a similar process and almost pulled my hair out trying to figure it out. Once I found the config files, it all made sense. I also read about bulletproof hosting, which emphasizes stability and security. That made me think about how I want my server to perform without any downtime.
Hello @Mushy ,
while you got a perfect answer from @gwootton.
I would like to add something that might be interesting:
For web applications in 9.4 there is a SAS code you can run that can query the metadata configuration, quite relevant: https://gist.github.com/frayos/5213a8e129747db67cc7a478fe266a37
For SAS Viya, you will need to query your Ingress configurations (with kubectl get endpoints) and/or your NGNIX config ( cat /etc/nginx/nginx.conf - which would be the similar one as indicated by @gwootton in 9.4)
I hope it helps you or anyone who finds this!
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.