When we create a PDF to download. We get a page stating
Not Found
The requested URL %/nagiosxi/components/capacityplanning/capacityplanning.php
I do see that it exists
-rw-r--r-- 1 nagios nagios 343985 Oct 27 13:53 /usr/local/nagiosxi/html/includes/components/capacityplanning/capacityplanning.php
From the httpd/error.log when creating a pdf report
Loading pages (1/6)
Warning: SSL error ignored
Counting pages (2/6)
Resolving links (4/6)
Loading headers and footers (5/6)
Printing pages (6/6)
Done
Exit with code 1 due to network error: ContentNotFoundError
Not sure where esle to look. Thanks in advanced for all help.
PDF Report Fail To Create
Re: PDF Report Fail To Create
Please close this. I resolved it.
Some how in the ssl.conf file on the redirect to https there was a % in the url before $1
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
Some how in the ssl.conf file on the redirect to https there was a % in the url before $1
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: PDF Report Fail To Create
HI,
Sounds good. Thanks for following up your solution.
Sounds good. Thanks for following up your solution.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!