406 Not Acceptable

Posts from previous Beta sessions

406 Not Acceptable

Postby Bajah » Wed Feb 06, 2008 11:14 pm

Okay, I'm probably just stupid. I've created a new database, new URL location, new everything for testing the beta and as soon as I try to do anything with Roster Config...

406 Not Acceptable.

Not Acceptable
An appropriate representation of the requested resource /horde/index.php could not be found on this server.

Apache/1.3.39 Server at sok.bajah.com Port 80


when accessing: http://sok.bajah.com/horde/index.php?p=rostercp

I'm successfully running 1.7.3 with no problems at http://sok.bajah.com/roster

So I dunno what I'm doing wrong :/ I searched the forums and didn't see anything standing out at me, though it's possible I overlooked that if it's there. I'll keep looking and researching though :)
<img src="http://sok.bajah.com/rosteraddons/siggen/sig.php?member=Bajah ">
User avatar
Bajah
WR.net Apprentice
WR.net Apprentice
 
Posts: 38
Joined: Mon Aug 14, 2006 7:08 pm

406 Not Acceptable

Postby Bajah » Wed Feb 06, 2008 11:20 pm

All right, so I just found this thread. But it doesn't have a definitive fix. *sob*

I tried (per a google search):

Code: Select all
<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>


But that just gives me a new Internal Server Error instead of fixing the problem.

And I've tried renaming the .htaccess file and still get the 406. Bleh I say.
Last edited by Bajah on Wed Feb 06, 2008 11:32 pm, edited 3 times in total.
<img src="http://sok.bajah.com/rosteraddons/siggen/sig.php?member=Bajah ">
User avatar
Bajah
WR.net Apprentice
WR.net Apprentice
 
Posts: 38
Joined: Mon Aug 14, 2006 7:08 pm

406 Not Acceptable

Postby Bajah » Wed Feb 06, 2008 11:45 pm

Okay wait. I installed 1555 from the link above, but now I'm seeing threads that mention 1579 fixing something I saw and posts for 1601 even, but I don't see these files anywhere. Am I blind?
<img src="http://sok.bajah.com/rosteraddons/siggen/sig.php?member=Bajah ">
User avatar
Bajah
WR.net Apprentice
WR.net Apprentice
 
Posts: 38
Joined: Mon Aug 14, 2006 7:08 pm

406 Not Acceptable

Postby cwpc » Wed Feb 06, 2008 11:58 pm

you have to get the newer versions from the SVn - none of them have been repacked by ZaNIX YET
Image
Image
Image
User avatar
cwpc
WR.net Expert
WR.net Expert
 
Posts: 151
Joined: Wed Jun 13, 2007 9:07 pm
Location: The Edge of Insanity

406 Not Acceptable

Postby Bajah » Thu Feb 07, 2008 12:24 am

I don't think I'm cool enough for that, then. I installed TortoiseSVN and put in the URL but it asks for a username and password, and my board account isn't being accepted. Therefore, I do not know what to do.

Guess I'll just wait for the next packed release. Thanks, cwpc!
<img src="http://sok.bajah.com/rosteraddons/siggen/sig.php?member=Bajah ">
User avatar
Bajah
WR.net Apprentice
WR.net Apprentice
 
Posts: 38
Joined: Mon Aug 14, 2006 7:08 pm

406 Not Acceptable

Postby zanix » Thu Feb 07, 2008 12:48 am

The misconception is that Roster 2.0 beta is the roster2 repository when it is in fact roster1
Check the [url=SVNergy.html]SVNergy[/url] module for the list of repositories

And the reason for no repacks lately is because we are attempting an auto beta push script
Last edited by zanix on Thu Feb 07, 2008 12:50 am, edited 1 time in total.
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: 406 Not Acceptable

Postby Bajah » Thu Feb 07, 2008 4:34 am

Woot, thanks Zanix. That got me further than I was before. <3

However, I still get the 406 everytime I try to access the RosterCP. Hm. I seem to be able to access everything but http://sok.bajah.com/horde/index.php?p=rostercp - which is the one thing I need to get to. haha

Did a whole new setup and everything, started clean. I suppose I'll keep playing with it. Thanks for the help so far :)
Last edited by Bajah on Thu Feb 07, 2008 4:40 am, edited 2 times in total.
<img src="http://sok.bajah.com/rosteraddons/siggen/sig.php?member=Bajah ">
User avatar
Bajah
WR.net Apprentice
WR.net Apprentice
 
Posts: 38
Joined: Mon Aug 14, 2006 7:08 pm

406 Not Acceptable

Postby AlbertQ » Thu Mar 27, 2008 7:14 pm

Bajah wrote:Woot, thanks Zanix. That got me further than I was before. <3

However, I still get the 406 everytime I try to access the RosterCP. Hm. I seem to be able to access everything but http://sok.bajah.com/horde/index.php?p=rostercp - which is the one thing I need to get to. haha

Did a whole new setup and everything, started clean. I suppose I'll keep playing with it. Thanks for the help so far :)
Same error here.

Any solution?
AlbertQ
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Tue Sep 04, 2007 6:38 pm

Re: 406 Not Acceptable

Postby dumpsterdivingdave » Wed May 14, 2008 9:47 am

I had the same problem....

It was due to mod_security...

It does not like the rcp at the end of the index.php?p=rostercp

rcp is a linux util remote copy which is used by some nimda like viruses.... By disabling this pattern in mod_security, I was able to resolve the 406 errors.
dumpsterdivingdave
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Tue Aug 21, 2007 2:57 pm

406 Not Acceptable

Postby boyo » Sat May 17, 2008 9:42 am

I knew it had something to do with mod_security, but don't understand mod_security enough to understand why it was doing it. I just always fixed it by adding SecFilterEngine Off to .htaccess.

This is by far the best explanation i've seen of the problem, and seems now like it would be fairly simple to fix. Rename rostercp to just cp or something...
boyo
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 103
Joined: Wed Jan 24, 2007 7:37 am

406 Not Acceptable

Postby zanix » Tue May 27, 2008 7:19 am

Well crap...
It couldn't be config.php because of this reason
It couldn't be admin.php because of this reason
AND NOW it can't be rostercp because of this reason

WTF!!!?!?!
I don't wanna change it again

(By the way, you can rename pages/rostercp.php, edit the database table entry for the menu link 'roster_menu_buttons' and replace every instance of 'rostercp' for links in roster with the new name)
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

406 Not Acceptable

Postby PleegWat » Tue May 27, 2008 10:06 pm

probably cause it has 'rcp' as a substring. It's been admincp for a while in the adminpanel branch, but they'll be filtering on that too.

The basic idea behind this is probably to block web-based configuration pages. I don't want to change the name to something that doesn't look like a configuration page.


Have people tried taking this up with their hosts?
Last edited by PleegWat on Tue May 27, 2008 10:07 pm, edited 1 time in total.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

406 Not Acceptable

Postby Ulminia » Wed May 28, 2008 1:35 am

why not roster_cp sam idea gets the point acress and the rcp is seperated lol
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

406 Not Acceptable

Postby zanix » Wed May 28, 2008 5:42 am

hehe, nice
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron