Create Testing Directory

Jan 11, 2008

I have a USB drive with Uniserver, XAMP, and WOS portable webservers installed.

The problem is that I would like to have a "test" directory that is independent of these three servers, but still accessible by typing something like "localhost/test" into the browser, regardless of which package I'm running.

Each server package has its own neat little pros and cons and I'd like to be able to play around with all of them and still have the same common access to the same test directory.

View 3 Replies


ADVERTISEMENT

How To Create A Web Service Testing Environment (mini Production Enviroment)

Jul 15, 2009

I want to create a testing environment that is a miniature replication of a full production environment for a web service. From what I understand I'll need three components:

1. A web server

2. PIX firewall

3. DB server

Is there anything else I'll need or anything else I should be mindful of? Looking forward to insight/feedback.

View 3 Replies View Related

Plesk 12.x / Windows :: When Try To Create New Signature / Add Protected Directory Failed

Jul 4, 2014

I have this big problem, when I try to create a new signature, it returns me this error (ProtDir_IIS :: update () failed: Add Protected Directory failed: columns SiteId, path are not unique (Error code 1)).

View 3 Replies View Related

Plesk 12.x / Linux :: Horde Error - Unable To Create VFS Directory

Sep 4, 2014

We are having an issue when users are trying to add attachments via horde the error:

unable to create VFS directory /.horde/imp

appears. How this can be resolved? 

View 3 Replies View Related

Create A Zend Id For Your Machine. This Is Apparently For Them To Create A Product Key For Their Software

Aug 7, 2008

Customer has requested the following:

"Create a zend id for your machine." This is apparently for them to create a product key for their software and have to bind to it?!

I have never heard of this and have been unable to locate any information on it.

This is a Centos box with php 5.2.5 installed:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

how to go about this or even what this is?

View 2 Replies View Related

CPanel Directory / Sub-Directory Protection (Linux Shared Hosting)

May 31, 2007

I have a situation like this:

There is a directory say, "Master" and inside, "Master" there is sub-directory, "Slave". A user who has access to, "Master" should be able to access, "Slave" automatically. However, a user who has access to, "Slave" should not have access to, "Master". Inside cPanel this type of protection is not possible.

View 3 Replies View Related

Httpd Directory Alias (public_html) Virtual Directory

Dec 11, 2008

How do I direct my httpd file to point to:

home/USER/public_html
instead of:
C:Users estetc...

I want to do this to make my test server just like the remote server.

View 5 Replies View Related

Move The Entire Contents Of A Directory Tree To Another Directory

Sep 18, 2008

I want to move the entire contents of a directory tree to another directory.

So for example we may have a directory with 15 directories inside, each directory contains files itself. I want to copy all the files from the directory tree into another directory located somewhere else one the file system. I want only the "files" to end up in the other directory and not the file structure too.

Im running CENTOS latest version.

View 4 Replies View Related

Migration Testing

Apr 21, 2009

I am migrating my website to Hostgator, and before I change the DNS entries, I want to make sure that everything displays properly. To do this, I have added an entry into my /etc/hosts file pointing the domain to the new host. If I then ping the domain, the reply comes from the correct IP address. However, if I try to view the website, it is still served by the old host.

I thought it might be a caching issue, but I have checked with wireshark and using curl, and it is definitely connecting to the new IP address, but the server that is returning the pages is still the old one. I've contacted hostgator support, but when they make the changes to their hosts file, it loads correctly. Is this a local problem (my system), or something with their server configuration?

View 14 Replies View Related

Testing New Webserver

Nov 4, 2009

I am looking for some decent tools to test a web server that can run large scale web sites running Windows and Linux.

I am more interested in the underlying hardware at this point to see if the servers them selves are capable of withstanding the loads without choking.

I am most interested in Disk testing and Network testing but the server but of course the server as a whole is important to since cpu and memory bottle neck can affect everything.

View 2 Replies View Related

VPS For Software Testing

Apr 19, 2009

I am currently developing a piece of software that will act as an all purpose control panel for a specific niche. I have coded the vast majority of the control panel already, and want to purchase a cheap (under $25/mo) VPS to test the installation and performance of the control panel.

As a result of me testing various configurations the main feature I am looking for is free (or very cheap) OS reloads.

I want to be working under a CentOS environment, and have a decent amount of CPU that I can use. Disk space and bandwidth are really not an issue, as I am simply testing using this VPS to test the software I am developing.

View 3 Replies View Related

Testing Scripts

May 17, 2009

I am using Winxp and would like an application to test my cgi scripts.

Is there anything out there to do this?

View 5 Replies View Related

Reboot Testing

Mar 11, 2008

for testing reboots? Basically, the goal is to avoid having a reboot fail leading to support or reinstall costs.

Right now, I'm using qemu -snapshot /dev/hda, but that obviously has limitations.

View 2 Replies View Related

Testing Mod_Evasive

Apr 2, 2007

I have 2 questions here.

1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server.

I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server.

If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server. Probably is not blocing the ip of the external server because of latency.

Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server?

Here I'm pasting the code of the test.pl script:

Code:
#!/usr/bin/perl

# test.pl: small script to test mod_dosevasive's effectiveness

use IO::Socket;
use strict;

for(0..100) {
my($response);
my($SOCKET) = new IO::Socket::INET( Proto => "tcp",
PeerAddr=> "test.domain.tld:80");
if (! defined $SOCKET) { die $!; }
print $SOCKET "GET /?$_ HTTP/1.0

";
$response = <$SOCKET>;
print $response;
close($SOCKET);
}

2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.

View 0 Replies View Related

Mod Evasive Testing

Mar 20, 2007

I just installed Mod Evasive and I want to fully test it but dont know how. I was planning to use Http Traffic Generator from NsaSoft but I'm afraid the ISP will block my IP space after testing the web site.

What will be the best tool and way to test this module?

View 10 Replies View Related

Load Testing

Oct 8, 2007

We have been doing some research on some colocation facilities lately and a question came up about load testing. I'm wondering what the standard is in regards to load testing a colocation facility.

Are they full load tests? How often are they done? How long are those tests done for?

View 7 Replies View Related

Testing A Certificate

Jun 1, 2007

I've installed a certificate in my server that's certified by a CA, but I want to see what happens when that CA is no longer listed as trusted. In Internet Explorer I click Advanced and de-select "Server Authentication" for my CA. When I go to my site, though, I don't see the usual untrusted warning come up. How do you test this?

what's the difference between the certification authority and publisher sections in Internet Explorer?

View 0 Replies View Related

VPS NODE Stress Testing...

Apr 1, 2009

I want to know if there is a set of tools or a linux distro that I can use to create several Virtual Machines and make them use up all their allocated Memory/CPU to the max to see how much the VPS Node will hold.

I do this on Windows easily as I overclock my PC at home. But in linux, no idea. I need something that will do iterations like Prime95 or SuperPI.

View 1 Replies View Related

Web Server Performance Testing

Jun 15, 2008

Is there a site which will enable me to enter url of my website and it will simulate visitors from multiple locations. It needs to open the page completely, and run for example 10 minutes. Two things I found are host-tracker, but it just gets headers from multiple locations, and does it only once. Another thing is Paessler software which can test exactly what I want (number of visitors for some period of time with full page download) but it must be run from one (my) PC, so I can not test bandwidth from multiple locations. I need combination of these two, anyone knows for something like that on the net?

View 5 Replies View Related

Testing Server Security

Jan 4, 2008

Currently working on securing my server and i think I'm doing quite well until I asked myself the question, have I done it right? Is there anyway to actually test how secure my server actually is? I'd rather not just wait and see if someone can hack me to bring to light what I did wrong...I was also thinking of hiring someone to secure my server but then how do I know that they've done anything different to me?

Are there any scripts or programs I can run to test server security?

View 10 Replies View Related

Stress Testing VPSes

Mar 14, 2008

I've been playing with hyperVM lately and was wondering what tools all you computer geeks use to stress test your VPSes.

Right now I'm testing out Xen VPSes, Linux AND Windows.

Can some people recommend some tools to stress test reliability of the VPSes on both linux and windows?

Windows seems a little flaky to me on Xen unless I'm doing something wrong.

Stress tests based on a hosting environment would be perfect.

View 4 Replies View Related

Set Up IIS Locally On Vista For Testing

Oct 14, 2008

I'm moving from my old XP PC to a new PC with Vista (a mistake, but that's a different story).

I'm trying to set up some sites in IIS so that I can develop locally without having to publish to a remote web server.

I've installed IIS7 from the control panel, and am now looking to set up my first site. I've put the site name in, and the path to the site on the computer, but I'm getting an error in the 'bindings' section. I've left all of this empty because I don't know what it means (it didn't ask for any of this in IIS on XP) but when I try to add the site it gives me the following error:

"The binding '*:80:' is assigned to another site. If you assign the same binding to this site, you will only be able to start one of the sites. Are you sure that you want to add this duplicate binding?"

Does anyone know what to do here? I'll need to add about 100 domains to IIS so I want them all to be accessible locally. How do I do this?

View 14 Replies View Related

What Tool Can I Use To Do Hardware Testing

Feb 28, 2008

I recently build a server. I was wondering what tool can i use to test the stability of the hardware and the OS. (Windows2003/CentOS)

View 4 Replies View Related

CPanel DNS Only Setup + Testing

Jul 9, 2008

I've recently setup a vps with cPanel DNS only - to provide more redundancy to my hosting/dns network. (secondary dns solution)

I've set it up so my hosting server synchronises changes on the vps as well.

Since I can't actually get it to list the dns records on the vps via whm, how I can check that the records are on the vps and can be queried correctly.

When I tell it to manually synchronise the records from my hosting server, it reloads bind on both servers with no errors.

View 3 Replies View Related

Testing Provider's Network

Jan 1, 2008

how you test your provider's network. What things do you look for? I hear terms like latency, and I see people posting their trace routes, but I just don't know what information you are trying to obtain from these tests. What other tests do you run, and what are you looking for?

View 1 Replies View Related

Mod_Evasive - Testing Remotely

Apr 10, 2007

I have 2 questions here.

1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server.

I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server.

If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server.

Probably is not blocing the ip of the external server because of latency.

Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server?

Here I'm pasting the code of the test.pl script:

Quote:

#!/usr/bin/perl

# test.pl: small script to test mod_dosevasive's effectiveness

use IO:ocket;
use strict;

for(0..100) {
my($response);
my($SOCKET) = new IO:ocket::INET( Proto => "tcp",
PeerAddr=> "test.domain.tld:80");
if (! defined $SOCKET) { die $!; }
print $SOCKET "GET /?$_ HTTP/1.0

";
$response = <$SOCKET>;
print $response;
close($SOCKET);
}

2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.

View 0 Replies View Related

Testing Subdomain Traffic

Aug 1, 2008

way to see the subdomains people have been visiting of a new domain I've bought.

I know this domain gets a bunch of traffic to subdomains as I've parked it at sedo for a short time but they dont give you any details of hits.

View 6 Replies View Related

Real World Testing

Feb 25, 2007

We have recently moved to a new datacenter and I was wondering if anyone on these forums could provide their experiences with "real-world" testing.

Upon move-in, we had a few issues. Obviously now the executives in the organization I work for are looking for justification for moving to the new colo.

software, or an online service that will stress test our current setup? Obviously I have MRTG, Awstats, and a few other of the most well known polling packages installed and working correctly, but what does everyone else use for stress testing?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved