All Questions
Tagged with 500-error mod-rewrite
8 questions
1
vote
1
answer
3k
views
Apache 500 Error when proxying api subdirectory
I am trying to redirect PUT request for a specific endpoint to another host.
The said endpoint resides under /internal and accepts only PUT requests.
The other endpoints under /internal will continue ...
0
votes
1
answer
16k
views
Solved - 500 Internal Server Error Apache, htaccess redirect
So, when i visit a page that is not existing on the main domain www or not i just get the normal 404 error, however when i visit it on a subdomain like dsfds.test.com i get the error 500 and in the ...
0
votes
1
answer
3k
views
Apache HTTPD rewrite backend proxy HTTP error 500 to 503
I have two use cases:
HTTPD is a proxy for a Tomcat application
HTTPD is a proxy for a PHP application
For compliance and security needs all 50x errors must be rewritten to 503 prior to sending back ...
1
vote
1
answer
1k
views
trac: "Internal server error (500)" with mod_fcgid and mod_suexec
I try to setup Trac on a shared server with shell access, SW is Trac 1.0.1, Python 2.6.6, Apache 2.2.15 with mod_fcgid and mod_suexec.
I've set it up following the instructions from the wiki of my ...
2
votes
3
answers
2k
views
Forward Apache 500 status to 404
Short version: We'd like Apache to catch when a 500 status is given and return something like 404 instead. Is there a way to do this?
Longer version: These servers are running applications that aren'...
0
votes
1
answer
197
views
Why am I getting a 500 error with these RewriteRules
I am setting up a site on a shared hosting plan so I am stuck using Apache and a .htaccess file. I have 2 RewriteRules defined. Both rules work perfectly on a local machine running Apache.
The first ...
1
vote
2
answers
9k
views
RewriteCond not working on Apache (but enabled)
I get these errors in my apache error log file:
[Fri May 20 16:17:06 2011] [notice] Apache/2.2.17 (Ubuntu) PHP/5.3.5-1ubuntu7.2 with Suhosin-Patch configured -- resuming normal operations
[Fri May 20 ...
1
vote
2
answers
2k
views
Having trouble searching for a ‘.’ using htaccess
I'm setting up a website that (ideally) would allow users to access other users' homepages with a url in the format "www.mysite.com/ThisLanham" where 'ThisLanham' is the username. The username begins ...