Hello. I need to configure a 'RAID1' with 2 hd so that the drives will work independently if one is broken.
I created partitions with disk druid (on red hat) and my md0 is monted on /home. My question is ... is there a way to mount it on '/' ?
If so, will it make my disks mirrored completely...
Hello
------perl code--------
$ref="$ENV{'HTTP_REFERER'}";
print qq(
document.write('hello:$ref');
-----------------------
called with:
<script language="JavaScript" src="any.cgi"></script>
It works with IE but Netscape prints only
-------
hello:
-------
It does...
Hello
------perl code--------
$ref="$ENV{'HTTP_REFERER'}";
print qq(
document.write('hello:$ref');
-----------------------
called with:
<script language="JavaScript" src="any.cgi"></script>
It works with IE but Netscape prints only
-------
hello:
-------
It does...
I'm using a dedicated server with about 95-100GB/month transfer.
I want to move to another provider but he is selling bandwidth in Kbps.
Considering that we probably need about 6 Gb/day (traffic is high in certain hours of the day) what is the bandwidth in Kbps which we must order?
Can you...
Hi again ... Netscape is not getting any cookie with this code:
----------
$session=int(rand(1000000000)).$$;
$cookie = $query->cookie(-name=>'usersession',
-value=>$session,
-path=>'/',
-domain=>'.mydomain.com',
-expires=>'+10h');
print $query->header(-cookie=>$cookie);
----------
MSIE...
Hello,
I'm running apache on a nix platform.
I would like to assign a server name (i.e. myprimarydomain.com) on a server running many name based domains.
I can't understand the method used to create the reverse resolution on the IP address. For example when I make a traceroute on the ip the...
Hello,
I would like to assign a server name (i.e. myprimarydomain.com) on a server running many name based domains.
I can't understand the method used to create the reverse resolution on the IP address. For example when I make a traceroute on the ip the resolved host is one of the domains on...
Hi
I'm running name based hosts and I would like to hide the reverse resolution (one of the domains on the machine comes up) when a traceroute is made on the IP.
If this is not possible I would like to be able to specify the host/domain which will be resolved.
Thank you
Hello folks
I would like to know if it is possible to install perl modules in my own directory on the web server. If so how can I call them when i say use :: module? Relative path?
Thank you
Hello.
I must forbid the FTP access to a subdirectory, in a customer virtual host.
I cannot work with chown since the server is running cgis under suexec. So I cannot change the user owning the cgi files.
In short, I'm looking for a method to manage the subdirectory via ftp (i.e...
Hello!
Perhaps this is not related to apache since it is mainly a Linux/Ftp Problem ... but I really hope that you guys can help me with this.
I'm running a RedHat/Apache Server and I would like to set a different ownership for certain directories and files included in that directories...
I would like to write a routine for reading logs but it enters into a loop and the CPU is almost completely taken. Can you suggest something?
-------
open(UIL,"$logs");
@in=<UIL>;
foreach $on (@in){
split(/\|/,$on);
push(@a, $_[0]);
push(@b, $_[0]);}
foreach $c (@a){
$x=0;
foreach $y...
Hi
I'm looking for a good way for perl scripts encryption. This basically to prevent people from reading the source and copy it (i.e. clients are web developpers).
Any idea?
I have installed module frontpage but when I try to install the extensions the .htaccess used by front page generates the following error:
/path/to/www/.htaccess: order not allowed here
Any ideas?
USEFUL FOR EVERYBODY HERE ...
Which is the best load average, CPU% usage, etc. to keep your server always fast?
Please post your comments and experiences about this subject.
Thank you.
Hello
I'm running a server with redhat 6.1/apache and sendmail/qmail installed. Now a client is asking to use pgp to send emails through a cgi script .... but unfortunately I have no experience with pgp :(
Do you know if there are limitation using my software, plus a URL I must consider ... ...
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.