I am using Red Hat Linux (Enterprise) with the following:
Apache 1.3.39
PHP 4.4.7
MySQL 4.1.22
I installed the tarball as directed and when I try to access via website I get this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@podologist.com 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.39 Server at podologist.com Port 80
Those software specs you gave are about 5 years out of date. Is this a really old server?
Never the less, I think that OpenEMR might work on it. The error you’re getting is a 404 which means the page doesn’t exist on the server. That’s something to be fixed with Apache, not OpenEMR.
First, make sure that you’ve got Apache running smoothly. Create a dummy HTML file in the root of your WWW Server directory. Try to access it.
Second, with Apache working properly, try to access your OpenEMR directory. This can be a little tricky depending on your configuration. On my server OpenEMR is just a subdirectory of the main WWW Server Root.
Third, is Apache recognizing PHP files?
Fourth, is the OpenEMR directory read-write accessible to the WWW user account?