Apache Mode PHP Software Testing

Mar 30, 2009

For the purpose of software testing, I'm looking for the cheapest possible web host which provides:PHP 5 in apache mode, without suPHP (this is primarily what I'd like to test -- I already have a host with suPHP) PHP's ftp extension MySQL

either fopen URL wrappers enabled or CURL (or both)

I don't care if it doesn't support domain names, has 50% uptime, is really slow and has a 100mb monthly transfer cap. Just need to check that new releases of my scripts work right on it. (Setting up an FTP server on my desktop seems too much trouble and unnecessary danger.)

View 14 Replies


ADVERTISEMENT

PHP In Apache Mode

Jun 10, 2009

I currently have one server running PHP in suPHP mode. One of my friend told me that if i change the PHP to Apache Mode, this would decrease my server load a lot and thus give more performance.

Anyone can tell me what mean changing PHP to Apache mode? Is that something i can do from WHM? Will this affect the domains currently hosted on my server?

View 6 Replies View Related

Apache :: Testing New Site And Then Migrating Into Production

Jan 30, 2013

I'm not sure if i posted this in the right place - but couldn't find a better place. Here is my problem.

I am converting my current site [URL] ... from one software to another. I am testing it on a temporary domain name [URL] .....

Once i finish testing i want to move the .co site to the .com site and i don't know the best way to do this.

An obvious way would be to move all of the files and databases to the .com site after first deleting all of the files at the .com site. I would also have to do a few tweaks to the software to make sure it's pointing to the .com and not .co where iI tested.

but this method seems clunky.

Is there a way to just point the .com to the .co when I'm ready to 'move' and therefore nothing would actually get 'moved'?? both the .com and .co are on the same VPS.

View 5 Replies View Related

How To Know Which Mode Php Run

Dec 18, 2007

how to know in which mode php running ? CGI or ISAPI

View 2 Replies View Related

PHP Safe Mode On Or Off

Nov 6, 2009

What is the best option in the php setting does keeping the php function safe mode on or off?

View 12 Replies View Related

Php Safe Mode

Apr 9, 2009

i need to enable php safe mode on for my joomla and i came across this

Quote:

When the php safe mode is turned off globally by default at our server end, you can still override the setting to turn it ON for only your domain by just insert the following line inside the ".htaccess" file (at Linux server):

Code:

php_value safe_mode "1"

my joomla .htaccess file:

Quote:

##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
# mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

View 3 Replies View Related

Safe Mode VPS

Aug 30, 2008

I have a script that needs safe mode off to run, the script writers have said safe mode is disabled as default and not required and even disabled in php 6

Now I'm not to fimular with Safe mode, all I know is most scripts are wrote to work with this on

View 4 Replies View Related

Safe Mode On Or Off

Jun 3, 2008

Should i switch safe mode on or off . Right now i am using it as on some one told me if i switch it off then server can easily hack but becoz i switch it on im having too much problem specially users of sites having problem of uploading and wordpress also have issue and some more script what you say what should i do?

View 9 Replies View Related

How To Safe Mode On/off

May 13, 2007

how can i make "safe mode on/off" using .htaccess?( in SharedHosting )

View 1 Replies View Related

PHP Safe Mode

Nov 27, 2007

I would like to know as to whether or not you have php safe mode turned on? If you do, please specify why, and would you allow your clients to turn it off?

View 13 Replies View Related

PHP Safe Mode - On Or Off

Sep 17, 2007

I searched but couldn't find much - should you run PHP with safe mode on or off on a shared (Linux) server?

View 3 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

Enabling DMA Mode On IDE Drive

Apr 23, 2009

I cannot enable DMA mode on /dev/hda when attemping to enable it via ssh

Code:
hdparm -d1 /dev/hda
/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)

Code:
hdparm -tT /dev/hda
/dev/hda:
Timing cached reads: 1632 MB in 2.00 seconds = 814.90 MB/sec
Timing buffered disk reads: 8 MB in 3.42 seconds = 2.34 MB/sec
I am running CentOS 4.7 and cPanel 11. cPanel also shows DMA is not enable on this drive. Kernel: 2.6.9-78.0.13.ELsmp

Code:
cat /boot/config-2.6.9-78.0.13.ELsmp |grep DMA
CONFIG_GENERIC_ISA_DMA=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_HPT34X_AUTODMA is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_PDC_ADMA=m

Code:
hdparm -i /dev/hda
/dev/hda:
Model=WDC WD2500JB-00REA0, FwRev=20.00K20, SerialNo=WD-WMAN542173
Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=50
BuffType=unknown, BuffSize=8192kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=268435455
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
AdvancedPM=no WriteCache=enabled
Drive conforms to: device does not report version:
* signifies the current active mode

View 8 Replies View Related

Safe Mode For A Domain

Aug 2, 2008

i have a cpanel server.. can any one tell me how to allow safe mode to a specific domain?

View 1 Replies View Related

Safe Mode OFF And Open_basedir Set...

Jan 18, 2008

I am going to run a free host, yes I know I should post this in FWHT but well, they dont answer very fast if at all.

It is very dangerous to have Safe Mode OFF on a free host, but someone was telling me about open_basedir, which makes it so they cant touch any files set outside of open_basedir. Would this be suffiecient to keep them from touching others files? I know I need to disable other functions like exec() and stuff but would open_basedir keep hackers away from others files and hacking them...

View 7 Replies View Related

How To Enable Phpsafe Mode

Nov 3, 2008

how to change phpsafe mode into "off" in cpanel hosting account since Whole server setting is "on" in phpsafe mode? I need for chage it to "off" as reguler cpanel user.

View 6 Replies View Related

3 75GB HD In R5 Mode. Add A 4th One To The System?

Dec 3, 2008

I have 3 75GB HD in R5 mode. Can I add a 4th one to the system?

View 4 Replies View Related

FTP Passive Mode Ports

Jan 19, 2008

what are the inbound and outbound ports when FTP Passive mode is used for PureFTPd.

View 3 Replies View Related

Mode Rewrite Is Not Working.

Jun 18, 2007

I have got a dedicated from 1and1. I could not get it working.

I tried the same htaccess with godaddys hosting, it worked fine.

Code:

RewriteEngine On
RewriteRule ^(index*).html$ /index.php [L]
RewriteRule ^(aaa*).html$ /aaa.php [L]

#php_flag register_globals off
I do not want to send them e-mail because it takes ages to get the answer.

What can it be wrong.

I get 404 error.

View 5 Replies View Related

AWBS Vb Safe Mode

Aug 11, 2008

To Install www.awbs.com scripts to my server

How Can I Do This Following to one site on My server

safe_mode Off
allow_url_fopen On
session.auto_start Off

tell Me that i can do that from httpd config

View 4 Replies View Related

Changing Binary Mode

Jul 12, 2008

I have upload the flashchat scripts on server. Its asking the files to change binary mode.

Files uploaded in binary mode (MD5 cd169d413452620389b2b30e6a902b10)No

to change files the binary mode in shell prompt.

View 4 Replies View Related

Php Safe Mode OFF And Security

Oct 2, 2007

I have found on one webhost that they have very cool feature:

Here is what they say:

Quote:

Browsing through any webhost related forum will reveal that giving safe mode off poses extreme security risk to the server. Because it offers hackers a great advantage to access any other members account or read their sensitive files which usually contain passwords.

But then some genuine scripts won't work with safe mode ON. Meaning you could turn it on per member requests but that takes lots of labor.

So we completely reprogrammed the safe mode PHP source code and recompiled it. As a result ours safe mode OFF is light-years safer & hacker-proof then standard PHP v5 safe mode ON.

So all our members are getting safe mode OFF, with harder security then those hosts who offer Safe Mode ON.

So now I am wondering, how they did that? I have searched forums and Google for lots of different keyword but haven't found anything.

I believe a lot of you running Apache as nobody and having php save mode OFF. It there any way you protect yourself? phpsuexec is not a solution now as it increasing load.

View 8 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







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