Jump to content
XPEnology Community

500 Internal Server Error


justgosh

Recommended Posts

I'm running DSM 4.3 build 3810++ (repack v1.0), but I get the feeling this might help out others

 

So, I've been running the build, testing, for several months on 2 systems. One seems to occasionally have several services crash while the other has been rock solid until several days ago.

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

Also, it's forgotten it's static IP

iSCSI services still launch (and work)

Samba was working

 

Logged in as root

/usr/syno/etc/rc.d/S97apache-sys.sh restart

No affect

 

Tried rebooting

 

For a laugh, I reissued certs

cd /usr/syno/etc/ssl/

./mkcert.sh

 

Edited /etc/synoinfo.conf

and set runHTTPS="no"

/usr/syno/etc/rc.d/S97apache-sys.sh restart

Now I'm look it at the same issue but without SSL

 

Edited /usr/syno/apache/conf/httpd.conf-sys

ErrorLog /var/log/httpd-error-sys.log

#ErrorLog /dev/null

 

Edited /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0

BOOTPROTO=dhcp

ONBOOT=yes

to

DEVICE=eth0

BOOTPROTO=static

ONBOOT=yes

IPADDR=192.168..

NETMASK=255.255.255.0

 

Edited /etc/sysconfig/network-scripts/ifcfg-eth1

DEVICE=eth1

BOOTPROTO=dhcp

ONBOOT=yes

to

DEVICE=eth1

BOOTPROTO=static

ONBOOT=yes

IPADDR=192.168..

NETMASK=255.255.255.0

/etc/rc.network restart

 

So my device is back up, but management is still down.

I've looked in the /var/log/httpd-error-sys.log file, but it's empty.

Any advice?

Link to comment
Share on other sites

Any suggestions on following would be appreciated.

I still haven't figured out why it lost bits of the configuration. The files are all still present.

Even though I've made the changes, it's not logging errors.

Ultimately, I can't figured out hot to fix the 500 error.

Edited by Guest
Link to comment
Share on other sites

×
×
  • Create New...