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...
FP has been created for windows platforms ... therefore it will work correctly with ASP pages only, as far as I know. If you want to use CGIs leave FP and use a FTP program to upload files.
You may do it. Yes.
Apache docs explane how to do it ...
an example:
NameVirtualHost 000.000.000.000:80
<VirtualHost 000.000.000.000:80>
ServerName www.domain.com
......
</VirtualHost>
<VirtualHost 000.000.000.000:80>
ServerName any.domain.com
......
</VirtualHost>
of...
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...
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.