Skip to main content
Best answer by TB_10966080

i find anwser in apache http server http.conf file

4 replies

Catalina
Community Moderator
July 18, 2024


Hi @TB_10966080 

Thank you for your question. 
I’d like to recommend to bring more details and context to your initial inquiry. Please refer to this guideline to make your questions more likely to receive a quick and useful answer.

It also helps to have screenshot(s) to better understand what you are trying to do in your process. 

This will increase your chances to receive meaningful help from other Community members. 

 

Thank you,

Catalina

Community Moderator

Catalina | PTC Community Moderator
16-Pearl
July 18, 2024

https://www.ptc.com/en/support/article/CS72843

 

If you don't have wget, you can validate with Powershell.

 

 

try {
 $r = wget -Uri https://{Windchill server FQDN}/Windchill/wt.properties
} catch {
 $r = $_.Exception
}
$r.Headers

 

Catalina
Community Moderator
July 22, 2024

Hi @TB_10966080,


I wanted to see if you got the help you needed.


If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.
Of course, if you have more to share on your issue, please pursue the conversation.

Thanks,

Catalina | PTC Community Moderator
TB_1096608012-AmethystAuthorAnswer
12-Amethyst
July 23, 2024

i find anwser in apache http server http.conf file