Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    May 2008
    Posts
    9

    Default What is OPTIONS * HTTP/1.0

    In my Apache status page, I see:

    Srv PID Acc M CPU SS Req Conn Child Slot Client VHost Request
    0-0 32420 6/10/10 K 0.38 0 0 0.0 0.01 0.01 69.157.120.90 movies.thinkteen.co.uk GET /images/english/newthread.gif HTTP/1.1
    1-0 32422 0/13/13 _ 0.30 35 1 0.0 0.25 0.25 65.36.241.79 thinkteen.co.uk HEAD / HTTP/1.1
    2-0 - 0/0/28 . 0.24 46 0 0.0 0.00 0.18 127.0.0.1 vps.thinkteen.co.uk OPTIONS * HTTP/1.0
    3-0 32426 0/19/19 _ 0.78 39 216 0.0 0.21 0.21 79.70.53.65 movies.thinkteen.co.uk GET /css.php?theme=2 HTTP/1.1
    4-0 32427 0/4/4 W 0.62 0 0 0.0 0.01 0.01 127.0.0.1 vps.thinkteen.co.uk GET /whm-server-status/ HTTP/1.0
    5-0 32471 3/9/9 W 0.33 1 0 0.0 0.06 0.06 69.157.120.90 movies.thinkteen.co.uk GET /images/logo.php HTTP/1.1
    6-0 32671 0/17/17 _ 0.48 8 430 0.0 0.14 0.14 69.157.120.90 movies.thinkteen.co.uk GET /css.php?theme=2 HTTP/1.1
    7-0 1397 0/41/41 _ 0.33 21 0 0.0 0.16 0.16 79.70.53.65 movies.thinkteen.co.uk GET /images/on.gif HTTP/1.1
    8-0 1401 0/14/14 _ 0.49 14 477 0.0 0.16 0.16 69.157.120.90 movies.thinkteen.co.uk GET /forumdisplay.php?fid=6 HTTP/1.1
    9-0 1402 0/4/4 _ 0.17 39 0 0.0 0.02 0.02 79.70.53.65 movies.thinkteen.co.uk GET /jscripts/popup_menu.js?ver=1212 HTTP/1.1
    10-0 - 0/0/1 . 0.00 44 0 0.0 0.00 0.00 127.0.0.1 vps.thinkteen.co.uk OPTIONS * HTTP/1.0
    11-0 - 0/0/1 . 0.00 43 0 0.0 0.00 0.00 127.0.0.1 vps.thinkteen.co.uk OPTIONS * HTTP/1.0
    12-0 - 0/0/1 . 0.00 42 0 0.0 0.00 0.00 127.0.0.1 vps.thinkteen.co.uk OPTIONS * HTTP/1.0
    13-0 - 0/0/1 . 0.00 41 0 0.0 0.00 0.00 127.0.0.1 vps.thinkteen.co.uk OPTIONS * HTTP/1.0
    14-0 - 0/0/1 . 0.00 38 0 0.0 0.00 0.00 127.0.0.1 vps.thinkteen.co.uk OPTIONS * HTTP/1.0
    15-0 6026 0/4/4 _ 0.00 16 11931 0.0 0.15 0.15 79.70.53.65 movies.thinkteen.co.uk GET /images/logo.php HTTP/1.1
    16-0 - 0/0/1 . 0.00 37 0 0.0 0.00 0.00 127.0.0.1 vps.thinkteen.co.uk OPTIONS * HTTP/1.0

    What/where is OPTIONS * HTTP/1.0

    Thanks in advance,
    Shamil

  2. #2
    cPanel Staff cPanelJesse's Avatar
    Join Date
    Sep 2007
    Location
    Houston
    Posts
    35

    Default

    OPTIONS is a request method, other methods in HTTP are GET, HEAD, POST, PUT, DELETE, TRACE and CONNECT. There's other protocols that add more (WebDAV). You can deny all methods except those you use by using Apache's rewrite engine, looks something like:

    <Directory "/home/user/somedirectory">
    RewriteEngine on
    RewriteCond %{REQUEST_METHOD} !^(GET|HEAD|POST)$
    RewriteRule .* - [F]
    </Directory>
    Technical Analyst III
    --
    Migrating to cPanel from another control panel?
    http://www.cpanel.net/migrations-to-cpanel.html

  3. #3
    Member
    Join Date
    May 2008
    Posts
    9

    Default

    Thanks Jesse

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2004
    Posts
    26

    Default

    It's a request coming from 127.0.0.1 to the server hostname so something internal to cpanel I presume. Before blocking these requests it would be good to know what is being disabled.. anyone?
    Last edited by jeremy_reliable; 02-23-2009 at 12:35 PM. Reason: specified where the destination for these requests is

  5. #5
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Default

    Ditto.


    .
    Quote Originally Posted by jeremy_reliable View Post
    It's a request coming from 127.0.0.1 to the server hostname so something internal to cpanel I presume. Before blocking these requests it would be good to know what is being disabled.. anyone?
    .

  6. #6
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Default

    Mine appear to accumulate and load down the system. Restarting Apache clears them.
    .

  7. #7
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783
    .

Similar Threads & Tags
Similar threads

  1. what is "OPTIONS * HTTP/1.0" 200
    By its_joe in forum cPanel and WHM Discussions
    Replies: 18
    Last Post: 09-09-2011, 02:48 PM
  2. LOAD 18 bombed by OPTIONS * HTTP/1.0 ?
    By bsasninja in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-30-2010, 04:22 PM
  3. Apache Status and HTTP Requests of "OPTIONS * HTTP/1.0"
    By DReade83 in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 12-02-2009, 12:47 AM
  4. apache status shows "OPTIONS * HTTP/1.0" What is it?
    By GTFO in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 05-29-2008, 12:27 AM
  5. Options * Http/1.0
    By j0hnb in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 04-28-2008, 01:28 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube