Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Hosting Forum > Dedicated Servers
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Dedicated Servers Dedicated server help.

Bidding Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-25-2007, 12:52 PM   #1 (permalink)
Moderator
 
cldnails's Avatar
 
Join Date: 02-16-06
Location: Evansville, IN
Posts: 2,760
iTrader: 0 / 0%
cldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest order
Send a message via ICQ to cldnails Send a message via AIM to cldnails Send a message via MSN to cldnails
PHProxy Error 12263

I'm getting an error in FireFox when attempting to use SneakMe.In proxy, which is PHProxy. I've made sure, that my new dedicated server had safe_mode off, but it is running PHP 4.4.7.

Could this be causing the error? It seemed to work fine on my last host and now I'm just a bit over my head, since this is my first dedicated host. I'm not even sure where to start.

I asked the server manager:

Quote:
Quote:
I need to make sure that my php safe_mode is turned off. And the following verified.

- safe_mode turned off or at least having the fsockopen() function not disabled
- PHP version >= 4.3.0 and OpenSSL for support for secure connections (https)
- Zlib for output compression
- file_uploads turned On for HTTP file uploads.


Thanks.
and was responded to with:

Quote:
Quote:
Safe mode off, php is 4.4.7, 4.3.0 is deprecated, openssl is also compiled in as is zlib and file uploads are turned on
This tells me everything should be setup properly, but I'm still getting the error. Any suggestions or even a starting point on where to look for a fix?
__________________
Spy Pic Blog & Forum - Did I mention there would be punch and pie?
My Affiliate Blog
you get me closer to god
cldnails is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-25-2007, 09:08 PM   #2 (permalink)
Contributing Member
 
King Justice's Avatar
 
Join Date: 01-14-06
Location: USA
Posts: 292
iTrader: 0 / 0%
King Justice is a jewel in the roughKing Justice is a jewel in the roughKing Justice is a jewel in the roughKing Justice is a jewel in the roughKing Justice is a jewel in the roughKing Justice is a jewel in the roughKing Justice is a jewel in the rough
Return exact error you're getting. I know on some of my sites, when I have a lot of visitors, I get an error like that and it is because all my RAM is being used. ..and my server got 1gb of RAM.
__________________
King Justice

Online Game Services - Game King
King Justice is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-25-2007, 10:14 PM   #3 (permalink)
Moderator
 
cldnails's Avatar
 
Join Date: 02-16-06
Location: Evansville, IN
Posts: 2,760
iTrader: 0 / 0%
cldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest ordercldnails is a web professional of the highest order
Send a message via ICQ to cldnails Send a message via AIM to cldnails Send a message via MSN to cldnails
Quote:
Originally Posted by King Justice View Post
Return exact error you're getting. I know on some of my sites, when I have a lot of visitors, I get an error like that and it is because all my RAM is being used. ..and my server got 1gb of RAM.
Yeah, i'm running 1gb too, but I know it's not too many visitors yet....
__________________
Spy Pic Blog & Forum - Did I mention there would be punch and pie?
My Affiliate Blog
you get me closer to god
cldnails is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-26-2007, 06:28 PM   #4 (permalink)
Administrator
 
fishfreek's Avatar
 
Join Date: 10-13-03
Location: Virginia
Posts: 2,073
iTrader: 0 / 0%
Latest Blog:
None

fishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of lightfishfreek is a glorious beacon of light
Send a message via ICQ to fishfreek Send a message via AIM to fishfreek Send a message via MSN to fishfreek Send a message via Yahoo to fishfreek
If you have shell access do a top and see how much memory is in use and if your doing alot of cacheing. Also create a php script on your site with the following contents. This will give you a very indepth look at what your PHP settings are.

Code:
<?php phpinfo(); ?>
Call it something like info.php and then run it from your browser to verify that safemode is off and the other peramiters that could be set. In addition this output will tell you where the active php.ini file is located. Sine this is a ded box you can edit the php.ini file to change what ever settings you need. Note this will affect all sites on the box so if you have other domains running on that server the changes you make directly in php.ini will be global. If you want to have more localized changes you can put php.ini changes in the .htaccess file that you would have in the root of your webspace. If your running phpsuexec then you would need to put a php.ini file in the root of your webspace vs the php variable in the .htaccess file.

For the openssl if you go to https://yourdomain do you get a page not found message or do you see your site. That will give you a good indication if you have secure apache installed.

What is the OS of this server so we can give you advice on how to install packages if you need them. Is this server running any hosting control software like Plesk, Helm or Cpanel.
fishfreek is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Hosting Forum > Dedicated Servers

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
5 Custom PHProxy Templates For Downloads nyunyu Templates and Themes 4 03-22-2008 03:20 AM
Free 2 New Phproxy + Glype templates temon Templates and Themes 3 02-12-2008 10:30 AM
Free PHProxy Templates Biron Templates and Themes 0 10-30-2007 05:23 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 01:06 PM.
© Copyright 2008 V7 Inc