'HTTP error 500 Internal Server Error' On registration page
-
Hi Guys
I have been banging my head against this error for weeks now, I am very close to just rebuilding from scratch.. ??
For some reason, there is an issue in the server config that messes with the registration page, and seemingly nothing else. The error page is below, followed by the .htaccess, the httpd.conf, http-error.log and the php.ini. What other files could be playing a part here?
I have tried re-instating the default httpd.conf andphp.ini and commented out the .htaccess entirely with no improvement.
I am running it in a jailed FreeBSD 8.1 server, and the site works on a Linux test server.
Sorry for the text dump, I am at a loss as to what to try next…
If you need the URL please email meas it is still in development we don’t want it to be public yet. Hopefully, I haven’t left something obvious is the logs…
Server error. The website encountered an error while retrievinghttps://www.domain.com/wp-login.php?action=register. It may be down for maintenance or configured incorrectly. Here are some suggestions: Reload this web page later. More information on this error Below is the original error message HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
.htaccess
‘
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress’
httpd.conf
‘https://pastebin.com/8aKyaykH‘http-error.log
‘[Mon Feb 7 03:06:18 2011] [emerg] (2)No such file or directory: Child cannot open lock file: /var/run/httpd.lock.4482
[Mon Feb 7 03:25:22 2011] [debug] mod_rewrite.c(1644): [client 207.46.199.200] mod_rewrite’s internal redirect status: 0/10.
[Mon Feb 7 03:41:06 2011] [debug] mod_rewrite.c(1644): [client 157.55.16.229] mod_rewrite’s internal redirect status: 0/10.
[Mon Feb 7 04:22:46 2011] [emerg] (2)No such file or directory: Child cannot open lock file: /var/run/httpd.lock.4482
[Mon Feb 7 04:22:46 2011] [debug] mod_rewrite.c(1644): [client 174.96.173.25] mod_rewrite’s internal redirect status: 0/10.
[Mon Feb 7 04:22:47 2011] [emerg] (2)No such file or directory: Child cannot open lock file: /var/run/httpd.lock.4482
‘php.ini
‘https://pastebin.com/mnjJSSs2‘
- The topic ‘'HTTP error 500 Internal Server Error' On registration page’ is closed to new replies.