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 SkipVought 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: *

  1. snookmz

    apache CGI - Internal Server Error

    O RhythmAce Fine master of all that is apache.. here is my apache cgi-bin configuration as it stands now ScriptAlias /cgi-bin/ "/home/webmaster/pub/cgi-bin/" # # "/var/www/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that...
  2. snookmz

    Mail::Sender Logging - newb

    G'day all I was wondering if there's a way to log all events / errors that Mail::Sender produces.. i.e. if there's no initial error with sending a mail in the script, but an error occured somewhere along the way as the email didn't get to its destination.. i hope that makes sense.. I haven't...
  3. snookmz

    apache CGI - Internal Server Error

    Thanks Again RythemAce With your fine advice i have moved a step further with my apache configuration, and im getting a new error (yaay error change is good).. im getting a "Method Not Allowed", and its telling me that a POST method is not allowed to my cgi-bin directory.. Now, the...
  4. snookmz

    apache CGI - Internal Server Error

    brilliant!!!! Thank you both for your help.. Now, can you tell a newbie why iv got to specify ScriptAlias, AND tell it the directory down further?? Am i missing something, why do i have to specify it twice?? The thing i didn't have was AddHandler, but i don't think it should have mattered as...
  5. snookmz

    apache CGI - Internal Server Error

    G'day all Iv been setting up Apache 1.3.* on redhat linux, and im encountering a bizarre problem.. Whenever i try to execute a script i get a 500 error.. Now, in the error logs its telling me that there is no such file or directory, even though its pointing to a file that is there.. Its also...
  6. snookmz

    mount: /dev/cdrom is not a valid block device

    thanks all for your help i tried to mount the CDROM from both hdc and hdb to no avail.. I read somewhere on the www.redhat.com website that its actually a fairly common problem, and its a fault with the kernal that i have.. Now it doesn't happen on all configurations, but it does seem to happen...
  7. snookmz

    mount: /dev/cdrom is not a valid block device

    i think /dev/cdrom is just a symbolic link to /mnt/cdrom, but regardless i tried what you said and i still go the error 'mount: /dev/cdrom is not a valid block device" thanks for your thoughts though :) /------------------------------------- | I always have been, and | always will be, a...
  8. snookmz

    mount: /dev/cdrom is not a valid block device

    DANG!! hey everyone, i keep getting this error when i try and mount my CD-rom in Redhat linux 7.2 "mount: /dev/cdrom is not a valid block device" i know my CDROM is working because i used it for the install, and i had it working in redhat 7.1 any idea's as to whats going wrong, and...
  9. snookmz

    compiling on Redhat 7.2, where's cc?? (newbie)

    thanks for your help you two, i need to install the GCC, because for some reason its either not in the standared redhat 7.2 install, or i deselected the package by mistake.. it doesnt' seem to be in the rpm's on the cd's either, but i know where i can get me a copy of it, thanks to you :)...
  10. snookmz

    compiling on Redhat 7.2, where's cc?? (newbie)

    g'day all I just installed 7.2 and can't find a c/cc compiler anywhere on the system or in the RPMS directory on the CD. has anyone got any idea where i can pick up the rpm for it??? thanks in advance :) /------------------------------------- | I always have been, and | always will be, a...
  11. snookmz

    Calibration of mouse in Gnome - (newbie)

    Thank you for your help mate, i will give it a go, and see if the problem crops up again.. thanks again :) /------------------------------------- | I always have been, and | always will be, a newbie :) \-------------------------------------
  12. snookmz

    Calibration of mouse in Gnome - (newbie)

    Gday all i have a problem with my mouse pointer in Redhat 7.1... Every now and again the graphic mouse pointer and the actual target zone dont match up.. so where the mouse apears to be doesn't line up with where the mouse pointer actually is.. i was wondering if there was a way to recalibrate...
  13. snookmz

    require "script.pl"

    G'day all I asked this question a few weeks ago, but didn't get a satesfactory answer :0) I'm wanting to include some subroutines that i have written in a previous script and include them for use in a new script.. But when i use the 'require "script.pl"' function it executes the...
  14. snookmz

    displaying <tags>

    Thanks Boomerang!!! You've come through with flying colours and delivered exactly what i needed :) Muchly appreciated, and im in your eternal gratitude :) /------------------------------------- | I always have been, and | always will be, a newbie :) \-------------------------------------
  15. snookmz

    displaying <tags>

    Thank you Deziner, but the problem is that because im testing my perl script, i can only output <'s and >'s, i cannot change them to other characters for the purpose of my testing.. do u know of a way to just display them as is, or is that impossible? /------------------------------------- | I...
  16. snookmz

    displaying &lt;tags&gt;

    G'day all, im writing a perl script, and i need to output tags such as <action> ... </action> But html treats those as tags and therefore doesn't display them.. Is there a way to force a browser to display the text exactly as?? any help will be grately appreciated, thanks in advance...
  17. snookmz

    require &quot;script.pl&quot; excecuting script

    Thank you for the help raider, but is it possible for you to explain the syntax too me?? /------------------------------------- | I always have been, and | always will be, a newbie :) \-------------------------------------
  18. snookmz

    require &quot;script.pl&quot; excecuting script

    G'day all, i hope everyone is well and jolly... ...Cause i have a problem! Im trying to make use of some subroutines located in a script from another script through the require fuction.. Now the require function is excecuting my script when i only want to make the subroutines avaliable.. Iv...
  19. snookmz

    Linux Question

    G'day all Im sorry this is a bit off the topic of the forum, but i had no idea where else to post this question.. Im running RedHat Linux 7.1, and im using the Gnome GUI, and i keep having this problem with my mouse where the mouse pointer gets out of whack with the target area... i.e., the...
  20. snookmz

    chomp() in linux verses Win32

    G'day all I've come accross a strange problem in my perl script.. Im trying to write a program that runs on both win32 systems and linux systems, but iv hit a little snag.. the chomp() function seems to behave very weirdly on my linux box, but when i run the same script on my win32 box it runs...

Part and Inventory Search

Back
Top