Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9175655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:57:06+00:00 2026-06-17T16:57:06+00:00

I add the header function in the hello.php sample, as below: <?php header(xxxxx: yyyyy);

  • 0

I add the header function in the hello.php sample, as below:

<?php
   header("xxxxx: yyyyy");
   fwrite(STDOUT, "see headers.<br><br>Hello, PHP!<br>current working directory: ".getcwd());
   exit(200); // return an HTTP code (200:'OK')
?>

but there is no such header found in firebug.
Who can explain how to add additional headers in php cli with gwan?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T16:57:07+00:00Added an answer on June 17, 2026 at 4:57 pm

    Thanks to Gil and Richard,
    Now, it is what i did according to your advices. PHP works in gwan with customized headers.

    <?php
     $output='See headers....Hello, PHP!<br>from gwan';
       $len=strlen($output);
       fwrite(STDOUT, "HTTP/1.0\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nContent-Length: $len\r\nxxxxx: yyyyy\r\n\r\n$output");
        exit(1);
    ?>
    

    i use ab -c 1000 -n 100000 http:127.0.0.1/?hello.php
    The memory usage is increased by 0.7% of 2.9GiB = 0.0203GiB
    The CPU usage is increased from 20% to 75% = 50% (ab run in the same machine with gwan)
    I did it in my old machine intel P9300 2.26GHz x 2, ubuntu 12.04

    it finished in 9.543 sec without failure
    about 10,479 req/sec

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello everybody I am drawing dynamic table and I want to add header for
hello I get crazy through a header-function that does not work. the idea is
I need to add an header recursively to several file according to the name
Can i add two header text in Datagrid? My Requirement is to have two
I was wondering if its possible to add custom header with classic asp. In
We are trying to add a custom header (X-Robots-Tag) for sitemap files in IIS
i have the follow code: searchResults.SearchResultCollection.Add( new SearchResult() { Header = HttpUtility.HtmlDecode( htmlDocument.DocumentNode .SelectSingleNode(initialXPath
I'm trying to add a value to the header for a URL request. Something
How to change header text in DatagridView and how to add or remove column
I want to add an image to be a background of the header, the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.