Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tetxa
  • Order by date
  1. tetxa

    fopen Cookies?

    solved, have to use fsockopen instead of fopen. -Tet
  2. tetxa

    fopen Cookies?

    Software what im using: PHP 4.2.2 Apache 2.0 Shortly, How i can save a cookie which comes with PHP http request like: <? $url = &quot;someurl.need.acookie.org&quot;; $data = implode ('', file($url)); ?> and add it in file or someplace where i could use it for next request. -Tet_
  3. tetxa

    Premature end of script headers

    SOLVED! it was files ownership problem. -Tet
  4. tetxa

    Premature end of script headers

    i tested to include test.txt file on .shtml page, and it was included right way. so im still stuck with these scripts what should be done with apache + perl. logs: error_log: [DATE] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: script.cgi [DATE] [error] [client...
  5. tetxa

    Premature end of script headers

    oh, sorry i forgot to mention, cgi-bin directory is set by chmod 755, and all .cgi scripts are -rwxr-xr-x. -Tet
  6. tetxa

    Premature end of script headers

    hi, i stucked at this problem when i configured RedHat 8.0 with Apache 2.0.4.0 webserver. perl script works fine from shell and i tested script with line &quot;perl -c script.cgi&quot; and it seems to be ok. so i think problem is not in my Apache setup. any ideas or own experience available? -Tet
  7. tetxa

    Easy one

    yeah, thats it! thanks alot, -Tet
  8. tetxa

    Easy one

    Hi there, i have a little problem with my RedHat 8.0. afer installion i noticed that i forgot to install texteditor packages. how can i install it after? i use only shell and i have tryed to install emacs from cd like rpm -Uvh emacs-21.2-18.i386.rpm. result what i get is...
  9. tetxa

    To show cgi result on .html page

    ok, i got it to work. Options +Includes was pasted in wrong place at httpd.conf file. thanks you all for helping! -Tet
  10. tetxa

    To show cgi result on .html page

    hi, i pasted <!--#exec cgi=&quot;/cgi-bin/script.cgi&quot; --> in page, and it didnt work. when i check html`s source, that line is there as comment. information what i got from apache tutorial is: Including the results of a CGI program This is one of the more common uses of SSI - to output...
  11. tetxa

    To show cgi result on .html page

    and yes, i try to use .shtml extension. is there more what i should do? -Tet
  12. tetxa

    To show cgi result on .html page

    so, i find some information from far history. what i have done for now: i have this in httpd.conf: Options +Includes and these are unmarked: AddType text/html .shtml AddHandler server-parsed .shtml page is named in .shtml still not working.. -Tet
  13. tetxa

    To show cgi result on .html page

    hi, i think this is not a big problem, but i could`t get answer on it by my self. so i have installed apache 1.3 and perl 5.6.1 i have perl script what i have planned to execute when i arrive on html page. script works with straight command http://mysite.com/cgi-bin/script.cgi but when i put...

Part and Inventory Search

Back
Top