Search found 4 matches
- Mon Dec 09, 2013 8:21 am
- Forum: Open Source Nagios Projects
- Topic: internal error on solaris10 - nagios-3.5.1
- Replies: 6
- Views: 3440
Re: internal error on solaris10 - nagios-3.5.1
Hi, More updates, I have found that the Headers Accept-language is the one causing the 500 curl -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0" -H "Accept-Encoding...
- Mon Dec 09, 2013 3:32 am
- Forum: Open Source Nagios Projects
- Topic: internal error on solaris10 - nagios-3.5.1
- Replies: 6
- Views: 3440
Re: internal error on solaris10 - nagios-3.5.1
Hi guys.
Apache output:
Apache output:
Code: Select all
85.205.246.205 - njose [09/Dec/2013:09:31:43 +0100] "GET /nagios/cgi-bin/tac.cgi HTTP/1.1" 500 535 "http://now-ena-bac59.prd:8084/nagios/side.php" "Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0"
- Fri Dec 06, 2013 11:12 am
- Forum: Open Source Nagios Projects
- Topic: internal error on solaris10 - nagios-3.5.1
- Replies: 6
- Views: 3440
Re: internal error on solaris10 - nagios-3.5.1
Hi, I can provide the log, when i get home. The output from curl seems ok, the problem is on the browser, when i open a cgi, i get a 500 internal error. I tried to add script_log for cgi and i get : %% [Fri Dec 06 11:20:02 2013] GET /nagios/cgi-bin/tac.cgi HTTP/1.1 %% 500 /opt/SP/apps/nagios/nagios-...
- Fri Dec 06, 2013 5:39 am
- Forum: Open Source Nagios Projects
- Topic: internal error on solaris10 - nagios-3.5.1
- Replies: 6
- Views: 3440
internal error on solaris10 - nagios-3.5.1
hello, I have installed nagios on a solaris 10 box. Everything went fine, but when i access a cgi, example tac.cgi i get internal error, although i can execute the cgi manually a get correct output. apache config: <VirtualHost *:8084> CustomLog "/var/SP/log/nagios/access_log_3.5.1" combine...