LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-16-2014, 01:17 PM   #1
skippy1729
Member
 
Registered: Oct 2008
Posts: 95

Rep: Reputation: 0
strange message "Not Acceptable! ..."


Not sure if this problem is fron OS, Ubuntu 12.04 LTS, Firefox 23.0 or the site I am trying to access. I have accessed this site without problems in the past.

message reads:

Not Acceptable!

An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.

Thanks for any help.
 
Old 08-16-2014, 08:28 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
This might help:

https://www.tipsandtricks-hq.com/apa...able-issue-259
 
Old 08-16-2014, 09:23 PM   #3
skippy1729
Member
 
Registered: Oct 2008
Posts: 95

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by frankbell View Post
Nothing like "Word Press" or "mod_security" installed (or I can't find it).
 
Old 08-17-2014, 05:40 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Post the full output of a 'curl -I' and a 'curl -kv' of the full URI you're trying to access?
 
Old 08-17-2014, 03:56 PM   #5
skippy1729
Member
 
Registered: Oct 2008
Posts: 95

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by unSpawn View Post
Post the full output of a 'curl -I' and a 'curl -kv' of the full URI you're trying to access?
What's a "curl -i" and "curl -kv"?
 
Old 08-17-2014, 05:41 PM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
'which curl && man curl'.
 
Old 08-17-2014, 05:48 PM   #7
skippy1729
Member
 
Registered: Oct 2008
Posts: 95

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by unSpawn View Post
'which curl && man curl'.
?????????????????????????????????????????
 
Old 08-17-2014, 06:00 PM   #8
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by skippy1729 View Post
?????????????????????????????????????????
Usually when someone posts a question like "Post the output of curl -I" in a GNU/Linux context, they mean to open a terminal and type the command, then post the relevant output in response, like...

Code:
# curl -I linuxquestions.org

HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sun, 17 Aug 2014 22:59:42 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Keep-Alive: timeout=45
Location: http://www.linuxquestions.org/
The second part...

Code:
which curl && man curl
Means that if curl is installed on your system (as seen by which curl), then read the man page for curl (man curl) to see how it works.

Last edited by astrogeek; 08-17-2014 at 06:03 PM.
 
2 members found this post helpful.
Old 09-22-2014, 07:01 PM   #9
desconocido
LQ Newbie
 
Registered: Sep 2014
Posts: 7

Rep: Reputation: Disabled
Quote:
Originally Posted by skippy1729 View Post
Not sure if this problem is fron OS, Ubuntu 12.04 LTS, Firefox 23.0 or the site I am trying to access....[Message is]...
Code:
Not Acceptable!

An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.
I am also using Ubuntu 12.04 LTS, and Firefox 23.0. Various websites give me the same message as you.

If I use Midori, I have no problem.

I think this problem has only affected me since the beginning of the year, and appears to be growing.
 
Old 09-22-2014, 07:06 PM   #10
desconocido
LQ Newbie
 
Registered: Sep 2014
Posts: 7

Rep: Reputation: Disabled
Quote:
Originally Posted by desconocido View Post
I am also using Ubuntu 12.04 LTS, and Firefox 23.0. Various websites give me the same message as you.
If I try to access, for example, http://www.foxyinks.com I get the "Not Acceptable!" message.

If I use Midori, I have no problem.

curl -I www.foxyinks.com
Code:
HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Mon, 22 Sep 2014 23:54:57 GMT
Content-Type: text/html
Connection: keep-alive
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: osCsid=6513f5943b94348c595d9316a4e7c2da; path=/; domain=www.foxyinks.com
 
Old 09-25-2014, 06:15 AM   #11
desconocido
LQ Newbie
 
Registered: Sep 2014
Posts: 7

Rep: Reputation: Disabled
If I use validator.w3.org on www.foxyinks.com, I get this output.
"167 Errors, 85 warning(s)"
Could that be relevant?
 
Old 09-27-2014, 03:36 AM   #12
desconocido
LQ Newbie
 
Registered: Sep 2014
Posts: 7

Rep: Reputation: Disabled
Here's another one

$ curl -I vinocamino.com
Code:
HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Sat, 27 Sep 2014 08:32:06 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Pingback: http://vinocamino.com/xmlrpc.php
Set-Cookie: _icl_current_language=en; expires=Sun, 28-Sep-2014 08:32:06 GMT; path=/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing problem in network printing, strange cups "error" message LightSeeker Linux - Hardware 9 10-27-2013 02:29 PM
[SOLVED] Strange "no space available" message using btrfs on Fedora 19 PTrenholme Fedora 2 06-23-2013 09:48 PM
"no acceptable C compiler found in $PATH" while installing berkeley db" linux1028 Linux - Newbie 6 06-01-2010 09:39 AM
Strange message "Speicherzugriffsfehleresen" friotto Linux - General 2 03-27-2009 12:06 PM
strange message exiting "startx" fatblueduck Linux - Software 2 07-26-2004 10:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration