I have a perl script on a CentOS Linux server which needs to be connected to a Windows resident MSQL server on another network.
I have installed Freetds, DBD-Sybase and DBI modules for perl and mod_perl for Apache 2.
The problem is that if I run my script from a ssh console it runs and connect...
This is the correct form to write the styles for your needs:
<style type="text/css">
.tableone {
width: 100%;
max-width: 500px;
}
.tableone td {
border: 1px solid #666666;
font-family: Verdana;
font-size: 10px;
color: #000000;
padding-left: 5px;
}
.tableone tr...
You have to set in httpd.conf:
DefaultLanguage ja
Check also you have the line:
AddLanguage ja .ja
It would be useful in some case but not indispensable to have "ja" in the first place on the line:
LanguagePriority ja en sp it fr ... etc.
D.
Masochist: Windows programmer with...
like this:
open (FILE, "<test.txt");
while (<FILE>) {
print if /abc/;
}
close FILE;
This will print all the text lines in test.txt that contain "abc"
D.
Masochist: Windows programmer with a smile.
open (FILE, "<file.txt");
flock (FILE, 2);
undef ($/);
$cont = <FILE>;
close FILE;
$cont =~ s/cat/dog/g; #include boudary if it's the case
open (FILE, ">file.txt");
print FILE $cont;
flock (FILE, 8);
close FILE;
try this too
D.
Masochist: Windows programmer with a smile.
Virus Mydoom is overcharging traffic worldwide over Internet.
It is spoofing the return address in its messages.
Please, webmasters and server administrators, configure your antivirus software to NOT replay any virus infected message. Avoid to contribute to a bandwidth overuse.
It is enough...
Spamassassin only put a header on top of the spamming email message, just to indicate that this messages is considered spam.
Based on this, you can include in your 'procmailrc' configuration file the following code, to filter and eliminate the 'guilty' message.
:0:
* ^X-Spam-Status: Yes...
Hi,
I have a Linux debian 3.01 server with Apache 1.36 installed on it.
I have html pages with the CGI inclusion:
<!--#exec cgi="/cgi-bin/myscript.cgi" -->
and this script does not work.
The same include code appears in the source code of the page, read from the browser.
Apache server...
Hi,
I have the httpd error log frequently filled of:
httpd in free(): warning: chunk is already free
or
httpd in free(): warning: page is already free
and when this happens, it fills all my log partition space.
From where does it come??
Dan
Life is not 10101100 only ...
It's also 01010011
I've just tried, and the result is that now it is filling my maillog with this:
Aug 21 12:39:52 www sendmail[76060]: ruleset=check_relay, arg1=[111.222.33.44], arg2=111.222.33.44, relay=[111.222.33.44], reject=550 5.7.1 Access denied
Aug 21 12:39:55 www sendmail[76089]: ruleset=check_relay...
My server is running from several months. This started about 2 weeks ago.
I'm not running any open relay. I'm relaying my own domains only.
I had 2 spamming attacks yesterdays on 2 different 'open formmail' scripts, but I have immediately closed them and this has no ralation with the problem...
Hi,
I have my maillog full of this lines:
Aug 21 09:33:39 www sendmail[33659]: h7LGXdXZ033659: [111.222.33.44]: VRFY postmaster [rejected]
Aug 21 09:34:04 www sendmail[35130]: h7LGY4XZ035130: fw0.domainname.com [123.45.67.89]: VRFY postmaster [rejected]
Aug 21 09:34:09 www sendmail[35406]...
Can anybody help me to recover this error that appears anly in 1 of many other domains hosted in my server?
This is the error from /var/log/maillog:
SYSERR(root): rewrite: excessive recursion (max 50), ruleset canonify
Thanks in advance
Giorgio
:)) sure!!
I tried the same on another directory, with the same problem: it only works through the .htaccess file and not through the httpd.conf.
May be a new "special" feature of version 2 of apache?? :))
Giorgio
Thank you Daniel, very much.
After your last message I've solved the problem I added a .htaccess file into the cgi-bin directory with the content:
Options Indexes FollowSymLinks Includes ExecCGI
AddType text/x-server-parsed-html .html
and all went OK.
What I do not understand is that the...
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.