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 bkrike 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: grindel
  • Content: Threads
  • Order by date
  1. grindel

    Runs .pl fine but won't run .sh

    As the subject says - I can execute http://myserver/cgi-bin/script.pl just fine, but when I try to execute http://myserver/cgi-bin/sript.sh my browser just prompts me to either save or open the file. Browser issue? HTTPD issue? YOU be the judge :-) Cheers, Rick
  2. grindel

    mod_rewrite Q

    RewriteCond %{HTTP_HOST} ^(www\.)?foo\.com [NC] RewriteRule ^(.*)$ /webapps/my_webapp/$1 I want to take all requests to either foo.com or www.foo.com and redirect to /webapps/my_webapp/xxxxxxxx What am i missing in my rule? TIA.... -G
  3. grindel

    prefork or worker? which do I have??

    Hi All /usr/sbin/httpd -V says: Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" In my httpd.conf file I have 2 "Ifmodule" sections: <IfModule prefork.c> ..... ... and <IfModule worker.c> ... ... I'm thinking that no matter what, this server is running in prefork mode - is...
  4. grindel

    Version of tomcat connector??

    Hi All I'm using nsapi_redirector to direct requests coming to my SunONE Webserver over to a Tomcat appserver. This redirector is rather old, as it's been in our environment for a couple of years. How can I determine what version it actually is? It was compiled by a resource who has since...
  5. grindel

    Restrict access to a web service via IP Address?

    As the title says, I'm looking at ways to restrict access to a web service (WAS 5.1.1.3 on Solaris). I'm looking at two options: 1) username/password authentication 2) IP address restriction For case 1, I have Global Security enabled already (to restrict access to the adminconsole. Can I use...
  6. grindel

    ksh not reading .profile?

    I have a SUSE 9.2 installation running KDE. I've been using ksh for many years now, and am kind of averse to changing to any of the shells offered (bash, ksh etc.) So, I downloaded pdksh and compiled it without too much problem. Changed my shell to ksh. Unfortunately, when I start a terminal...
  7. grindel

    Crypto Accelerators?

    Hi All Anyone have any experience using the Sun Crypto Accelerator cards? They have 2 flavors - a daughterboard or a PCI card. Which is recommended? I can't seem to find any opinions or reviews anywhere, so I thought I'd toss it out to the community. TIA Rick
  8. grindel

    'nother sendmail question

    Stuck here - I want all my mail to go to a relay host. I set the "DS" macro to smtp.domain.com. Yet, when I send mail, the first thing that happens is sendmail tries to open a connection to iris1.directnic.com to look up MX records. In my mind, as soon as I hit "send" then sendmail should...
  9. grindel

    diff /usr/bin/ps /usr/ucb/ps

    I'm confused - as the subject suggests, if I do a "diff /usr/bin/ps /usr/ucb/ps" I get no differences at all. The files are the same size, the checksums are the same. But, they are different programs! Dude, WTF????
  10. grindel

    How to beat the 80 char limit in &quot;ps -ef&quot;

    Hi All When issuing a "ps -ef" you'll get a full listing of processes on the system, but there is an 80 character limit when displaying the command that is actually running. Has anyone found a way around this, or perhaps an alternative "ps" command that I can build? TIA Rick
  11. grindel

    Changing Payments-&gt;WCS comm from port 443

    Hi All I'd like to change communications between Payments and WCS from the default port 443 to something else, say 445. I've changed the port in the WCSRealm screen of configuration manager, I've altered my plugin-cfg.xml and I've made sure that my webserver is now listening on port 445. I try...
  12. grindel

    Where is the DB2 registry on AIX?

    I had someone de-install DB2 version 8 using "smitty" - bad idea! Now when I try to re-install, I get an error "DB2 registry profiles still exist - refer to your DB2 documentation for instructions on removing DB2 registry profiles". I've been hammering on the documentation for hours now and...
  13. grindel

    What does this command actually do?

    Trying to figger what this actually does, but not having much luck. So, I'll toss it out to you experts: perl -i~ -nle 'print unless /<(built-in|command line)>/' makefile x2p/makefile TIA Rick
  14. grindel

    Specifying gcc for Makefile.PL

    Is there any way to specify which compiler to use when performing a "perl Makefile.PL" - by default our Perl is using cc (which we don't have). We can just replace "cc" with "gcc" but then all the CFLAGS are wrong. Thanks, Rick
  15. grindel

    rlim_fd_max questions

    Hi all In my /etc/system, I have set rlim_fd_max=5763 set rlim_fd_cur=2048 Are these limits on a PID basis? If a user has "ulimit -n 2048" in their profile, and a process they are running tries to go over 2048, does it just die? Thanks for any enlightenment.... Rick
  16. grindel

    Test ODBC Connection?

    Hi All I have an application that supplies an ODBC Driver Manager which I've used to connect to an Oracle DB no problem. Now I'm trying to get to a DB2 backend and have no luck at all. Is anyone aware of a freeware type tool that I can use to try to test/debug my connection? I really think...
  17. grindel

    More String Parsing......

    Hi All I'm writing a script that reads a CSV file and outputs an LDIF file for import. My CSV record would look like this: Test,User,tuser@r.com,123456|1|C1^234567|2|C2^3456789|3|C3 I can &quot;split&quot; out the first 3 fields, but the last one is giving me grief. It's actually 3 separate...
  18. grindel

    Change Hostnames?

    Hi all I have a configuration where 1 box is a primary and the other is standby - when (if) the primary croaks, I go onto the secondary and run a script that basically changes the hostname to that of the now defunct primary, does a couple other things, and reboots. Now, it does come up with...
  19. grindel

    Real-time disk synchronization?

    Hi all I have 2 webservers with the same content behind a Cisco load balancing switch. Currently the webheads have to FTP any changes to both servers, which can be kind of a pain. Is anyone aware of a product that can help with synchronization between these 2 machines? It has to be real-time...
  20. grindel

    File ¦ New ¦ Window - want to open start page

    If I select File | New | Open, I'd like to have my start page come up, rather that the page I am currently viewing. This is a real bugger, especially if the page I am currently on is say, a cgi that's taken 3 minutes to load or something along those lines. A buddy says that he gets his start...

Part and Inventory Search

Back
Top