LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   strange message "Not Acceptable! ..." (https://www.linuxquestions.org/questions/ubuntu-63/strange-message-not-acceptable-4175515064/)

skippy1729 08-16-2014 01:17 PM

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.

frankbell 08-16-2014 08:28 PM

This might help:

https://www.tipsandtricks-hq.com/apa...able-issue-259

skippy1729 08-16-2014 09:23 PM

Quote:

Originally Posted by frankbell (Post 5222242)

Nothing like "Word Press" or "mod_security" installed (or I can't find it).

unSpawn 08-17-2014 05:40 AM

Post the full output of a 'curl -I' and a 'curl -kv' of the full URI you're trying to access?

skippy1729 08-17-2014 03:56 PM

Quote:

Originally Posted by unSpawn (Post 5222387)
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"?

unSpawn 08-17-2014 05:41 PM

'which curl && man curl'.

skippy1729 08-17-2014 05:48 PM

Quote:

Originally Posted by unSpawn (Post 5222609)
'which curl && man curl'.

?????????????????????????????????????????

astrogeek 08-17-2014 06:00 PM

Quote:

Originally Posted by skippy1729 (Post 5222613)
?????????????????????????????????????????

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.

desconocido 09-22-2014 07:01 PM

Quote:

Originally Posted by skippy1729 (Post 5222102)
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.

desconocido 09-22-2014 07:06 PM

Quote:

Originally Posted by desconocido (Post 5242696)
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


desconocido 09-25-2014 06:15 AM

If I use validator.w3.org on www.foxyinks.com, I get this output.
"167 Errors, 85 warning(s)"
Could that be relevant?

desconocido 09-27-2014 03:36 AM

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=/



All times are GMT -5. The time now is 01:50 AM.