Re: [users@httpd] problem with header

2013-04-05 Thread rahul bhola
hi i am willing to help in development in the httpd project is there anything i could do please guide me.I know cpp and have worked out with networking sockets and handeling requests.please do let me know where to begin regards Rahul CS engineer BITS PILANI

Re: [users@httpd] problem with header

2013-04-05 Thread Eric Covener
On Fri, Apr 5, 2013 at 12:44 PM, rahul bhola rb1223334...@gmail.com wrote: hi i am willing to help in development in the httpd project is there anything i could do please guide me.I know cpp and have worked out with networking sockets and handeling requests.please do let me know where to begin

[users@httpd] problem with header

2013-04-02 Thread rahul bhola
Hi i am using apache2 on liunx. i made up a module on php that sends header requests to the server.In between i realized that i needed to run some remote php scripts also on my server so i sent the header to the server as follows GET http://www.google.com/ HTTP/1.1 but it is not working it is

Re: [users@httpd] problem with header

2013-04-02 Thread Eric Covener
On Tue, Apr 2, 2013 at 6:56 AM, rahul bhola rb1223334...@gmail.com wrote: Hi i am using apache2 on liunx. i made up a module on php that sends header requests to the server.In between i realized that i needed to run some remote php scripts also on my server so i sent the header to the server