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 Shaun E 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: bingoldsby
  • Content: Threads
  • Order by date
  1. bingoldsby

    Problem with this " print <<EOM; " function

    print <<ENDHTML; ....your HTML code (or text) here..... ENDHTML I've tried the above function from tutorials (using cut and paste) and typing it several times on my own, and I have not once gotten it to work successfully. Each time there is the error message: Can't find string terminator...
  2. bingoldsby

    Which perl (script) editor for a beginner - if any?

    I'm starting pretty close to the beginning, and wondering if there is a program which is appropriate for editing, learning, and running examples of code - such as from tutorials. I have downloaded ActiveStates's Komodo as a trial and will need to decide if it's right to buy some time soon. I've...
  3. bingoldsby

    Script won't open xml file for editing

    In another thread, I have been asking for assistance getting an HTML form to call a script which will open an XML file, find a specific line, and add another line using the form's input data to modify that new line. (it's adding an email address to a whitelist) I have the form and a script...
  4. bingoldsby

    Need script to write to XML doc

    In another discussion on this board (http://www.tek-tips.com/viewthread.cfm?qid=1122090&page=1) I have been trying to find a way to take the output of an HTML form (one field - email address) and add it into a section of an existing XML document. That doc is a whitelist - part of an email...
  5. bingoldsby

    Curious server problem... I think

    A couple of days ago I found my index.html (http://lostcreekvillage.org) not showing up in Netscape. It was ok in IE. When I looked at the source as received at the browser (IE) I found a garbled line of html - something starting with &quot;style&quot; and setting margins. When I looked at the...
  6. bingoldsby

    Deny line - all on one or one line for each?

    <Directory /whatever> order allow,deny deny 192.168.0.1 allow from all </Directory> For the above, can I put more that one ip addrdss on a line, such as - deny from 1.1.1.1, 2.2.2.2 - or do I have to set a new &quot;Deny from&quot; line for each unwanted ip? It doesn't specify at the...
  7. bingoldsby

    What's going on here?

    Every few minutes I'm getting something like what I've pasted below from my access.log. This has been happening for quite a few days and has now gotten to be about the only thing I see in the log. Please help me to understand what's going on, if it's something I can and should take action...
  8. bingoldsby

    Cgi nightmare

    One of the problems using Win32 Apache (or most webserver related materials for that matter) is that most instructions and solutions to problems are written with Unix/Linux in mind. So we have to translate - and I'm not far enough along to do that successfully. That said... I've finally gotten...
  9. bingoldsby

    Combining http and https on one server

    I alluded to this question in a reply to a similar question by another fellow a couple of days ago. Got no answer there yet. I have one static ip, two vhost domains of http, and I need a couple of secure pages - one each for the two domains (perhaps one will do if need be). I currently have two...
  10. bingoldsby

    Reaching vhosts from lan behind firewall

    Can someone please tell me how to reach both sites (vhosted) from a workstation on the lan that the server is also on. Just entering the internal IP address only gets one of the sites. Also I am running a dns nameserver on the same machine. Thanks, Brian

Part and Inventory Search

Back
Top