Is there any way to use Apache to relay requests to IIS running internally on another machine. Apache would then handle static content and pass aspx content on to the IIS server, which isn't exposed to the internet.
The processes are owned by a user and the command it shows when I do a ps -elf is []. I have tried kill -15 and kill -9, but neither work. I am sure they are processes that appear to be hogs but are not. I do have a pid and ppid for each.
Is there any other way to kill a process other than kill?
I have two processes
PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
0 20 0K 0K run 0:00 0.00% 71.67%
0 20 0K 0K run 0:00 0.00% 71.26%
that will not respond to the kill command. I don't...
I found a way around it, but I don't know how much I like it yet. I setup a printer (generic ascii) to print to a file. The file it prints to is a named pipe (FIFO) file. I then use a shell script with a while loop to cat this file to my script. The cat command sits on that file until...
I want to be able to setup a printer that will pass data to a script that I wrote instead of a file. I need to do some processing of the data before I send it to a printer. I can print to a file, but I need to print to a script. I need it to be a lot like a filter that formats the text for a...
I have been trying to get my IBM 7337 Medium Changer to work with no success. I have loaded the Atape device driver, but I
can not access the Autochanger. The special device file smc* is supposed to be created, but it is not. I would like to be able to control the changing of tapes via...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.