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
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
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...
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...
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...
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...
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
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...
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????
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
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...
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...
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
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
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
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...
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 "split" out the first 3 fields, but the last one is giving me grief. It's actually 3 separate...
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...
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...
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...
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.