jimmy.martinez

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-03-27
14:20
458 views
Troubleshooting guide
Is there a troubleshooting guide that I could follow? I'm unable to log back into the system via HTTPS but I can via SSH. The httpd service is running and I get the Apache test page if I try http only. License is good. Need assistance with this please.
1 Reply
LimN

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-03-28
04:18
Hey Jimmy,
Since you're able to login via SSH, go take a peek at the logger.web*.log(s) to identify what's causing the web service to fail if you're interested to dig deeper. Anyway, without having to reboot the appliance/server, just use monit to recycle the web service and you're good to go.
General command to restart web process:
./opt/local/monit/bin/monit restart web
Verify by running a /monit summary thereafter then try https again. HTH, ~N