Issues on x15 Node

gangoos88

New Member
Messages
53
Reaction score
0
Points
0
Today I'm getting some problem on my vps..

first of all my vps shuted down for 2 times..
i boot and reboot, but still offline..
also when it was online i can't access the ftp via filezilla
it was saying
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server

also another big problem is some modrewite rule in .htaccess file was not working..
I'm using Apache (not lihttpd) but still not working..

Also i saw some unusual reading on vps control panel when it was online..like this..
vpsunusual.png

Any problem in system?
Thanks.
 

gangoos88

New Member
Messages
53
Reaction score
0
Points
0
Ok only tellme on thing..
for this reason can it give a effect on some apache behavior or .htaccess file?
because I'm using this on one of my sites .htaccess
Code:
DirectoryIndex index.php

FileETag none
ServerSignature Off

Options All -Indexes

RewriteBase /

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([0-9a-zA-Z]{1,6})$ fly/?to=$1 [L]
RewriteRule ^([0-9]{1,9})/banner/(.*)$ fly/?uid=$1&adt=2&url=$2 [L]
RewriteRule ^([0-9]{1,9})/(.*)$ fly/?uid=$1&adt=1&url=$2 [L]
</IfModule>

When i was on shared hosting it was working. but now not in my vps..
i tested this just today, so i asking does it the problem of that hardware fault in x15..

It will be ood to be confirmed..because it killing all my time..
 

gangoos88

New Member
Messages
53
Reaction score
0
Points
0
And one thing i would like to ask x10 administrator..that which settins you are currently using.? mod_pfhp or supphp?
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,929
Reaction score
118
Points
63
on a VPS, the PHP is configured however you want it to be configured... Also for network issues and other issues with your VPS outside of your control, first check the announcements and if you still have issues open a ticket -- it isn't JUST for managed vps users (its just that you are more limited in what kind of tickets they will take action on).
 
Top