profile domains on plesk

soaringeagle
@soaringeagle
9 years ago
3,304 posts
i cannot get this to work, no matter how i try
steps i tried
add the exact path to each file in the domains apache/nginx includes sections for ssl and non ssl
this caused apache not to load
i tried editing httpd.conf directly (i know not the right way) i got an error that it has to be in virtualhost
i tried editing the virtualhost but that said the right way to do it was edit the system vjhost.conf for ssl and non ssl
i did all these things
i either get a subdomain on the same ip..or just a 500 error
rainbowgatheringmusic.org is an example
it should map to dreadlockssite.com/rainbow-music
rainbow-music does map to rainbowgatheringmusic.org but that's where i get the 500 error
it just wont load it


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 09/29/16 01:01:47PM
michael
@michael
9 years ago
7,772 posts
A 500 error will log the error to the server log telling you what the issue is. Check that.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
no errors whatsoever that i can find


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
9 years ago
7,772 posts
Server log, it must be there. A 500 is an 'Internal Server Error'. It wont be in any of the jamroom logs, it will be on the server.

On my local dev server it is located above root, so my file structure is
/THE-SITE-NAME/logs/error.log

and all the web viewable files are at
/THE-SITE-NAME/public_html/(website)
soaringeagle
@soaringeagle
9 years ago
3,304 posts
ok i was looking in main server log as soon as i load the page i get these
[Fri Jun 24 19:46:27 2016] [error] [client 71.225.6.155] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Jun 24 19:46:27 2016] [error] [client 71.225.6.155] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Jun 24 19:46:27 2016] [error] [client 71.225.6.155] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Fri Jun 24 19:46:27 2016] [error] [client 71.225.6.155] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
9 years ago
7,772 posts
(guess) your site use both www. and non-www versions? try turning just one on. looks like its redirecting, then getting redirected, then redirecting, up to 10 times.

follow the suggestion and turn on logLevel debug and see whats causing it.

https://duckduckgo.com/?q=Use+%27LogLevel+debug%27&ia=qa

^ search for it turned up many resources, not sure which one is right.
soaringeagle
@soaringeagle
9 years ago
3,304 posts
saw i had a cname for www removed that turned off use www going to gie it propagation time and see


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags