Hi,
I am trying to re-install an application using different ./configure options, however every time I do this it uses the options I used originally and not the new ones. I have my options in config.sh file and have deleted the config.cache file but to no avail. I seem to remember that there...
Hi,
Has anyone come across the error message 'Too many hops (28) max 25' before? This is occurring when someone is sending mail from an account on our server to another account on our server using their ISP's SMTP. This only happens for one of our clients, so makes me think that it is a problem...
Hi,
After looking to see what processes were causing a heavy CPU load on my Cobalt RAQ4 I have noticed that the gzip command is using around 80% CPU and each gzip process runs for over a minute, in all around 5 seperate processes. Can anyone tell me what processes maybe using gzip as I am...
Hi,
I have a Sun Cobalt RAQ4 running Cobalt Linux and it requires a rebooting a couple of times per day due to CPU load. When the CPU load is high I want to be able to see what is causing this and why so I can think about resolving the issue. Can anyone tell me how to get a list of processes...
Thanks guys, it turned out to be a perl script that was being abused, converted it to PHP and secured it, now all is well. Thanks for your advise I will be implementing this as additional security.
Hi,
I have sendmail 8.10.2 installed as default on my Cobalt RaQ4 and am a complete novice. I have recently discovered that mail is being sent from my server using a valid domain to ensure the mail is relayed. The entries in the log file are shown like this...
Hi,
I am trying to post a form to a remote server using CFHTTP, the problem I am having is that the URL redirects and causes CF to give a connection failure error. The redirect property of the CFHTTP tag apparently handles up to 5 redirects, so I am unsure of why I am getting the error. Any...
You need to include "" if the JS var is a string...
<cfset cf_var = "hello">
<cfoutput>
<script language="Javascript">
<!--
var message = "#cf_var#";
alert(message);
//-->
</script>
</cfoutput>
HTH
Phil.
Thanks guys, I found the problem. Very suprised CF error was not more specific. Access denied made me look into permissions, could not understand why I could upload to /images/ but not to /images/background/ when the sub dir propogates permissions from parent. Anyway this was the problem...
I am having a problem uploading images using CFFILE on a win2k server. I can upload to one directory fine, but others give me an error 'Acess Denied (error5)'. I have checked that permissions are set correctly on all dirs and have even rebooted the server but I still get the error, can anyone...
The CFAS counters are not available in perfmon.exe on win2000, can anyone tell me how to install these. I have read all the documentation on CF performance monitoring, but it only tells me how to setup the counters in perfmon.exe. This I know how to do, however I am unsure of the file that is...
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.