Jump to content

eugene2006

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

eugene2006's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. VDS/VPS security and monitoring problems There is VDS/VPS (VIRTUAL PRIVATE DEDICATED SERVER) 2 GHZ 1 GB RAM, WINDOWS 2003, APACHE 2.2.3 + PHP 5.2 VIRTUOZZO, NO PLESK (changed to XAMPP ) I've tried to install Antivirus DRWEB, NOD32 and many others. But all they failed to monitor on run-time. For now I've been using ClamAV but it does not monitor neither Any AV that might fully work on VDS? ---------------------------------------- Also my concern is hackers, DDOS, brute forcing and so on… Is there any Anti Hacker Software for Windows 2003? ---------------------------------------- I’ve tried lots of Traffic Analyzing Software but all they failed as well since there is no hardware or virtual network card detected on Windows 2003 VDS/VPS… How to analyze incoming HTTP HTTPS traffic – I am really interested in what’s going on my VDS Thanks for support!
  2. any software to boost up apache2 performance on win2003 vds?
  3. apache hangs cpu 100% utilization many http requests my apache uses 100% CPU after a while. How could I help myself? please see PROBLEM HERE  http://advertfast.com/seo/vds1.htm thanks!
  4. I am looking for software helping me maintaining my VPS WIN2003 automatically. For instance if apache is getting for 100% CPU usage and RAM consuming for a long period of time then this software restarts it and messages me about failure or tries to resolve problems itself. Also checks if HTTP server is ok and responds ok, MYSQL works or not and so on... Any recommendations? Also interested in anti hacking anti-DDOS anti-misuse software… And Internet Activity Monitor … sometimes I get high CPU APACHE for no reason and really don’t know why… Interested in figuring out what’s going on inside of my VPS WIN2003 Anyone for help? J
  5. I have a problem with JS HTML encoding When I use non latin characters in window.alert() I get nonsense If I use it in document html like ᄋ 弫 ᄋ ᄋ and so on then it is shown ok but when I put the same code encoding into the alert() box I get these ᄋ 弫 ᄋ ᄋ but not non latin text How to fix it? What are the possibilities?
  6. Open_basedir and subdirectories problem Hi for now I have this httpd-vhosts.conf php_admin_value open_basedir "C:/aweb/freehosting/users/" <VirtualHost *:80> # ServerName pcsny.org ServerName pcsny ServerAlias *.pcsny.org ServerAlias *.massmba.org VirtualDocumentRoot "C:/aweb/freehosting/users/%1" php_admin_value open_basedir "C:/aweb/freehosting/users/" php_admin_value safe_mode 1 <Directory "C:/aweb/freehosting/users/">   Options Indexes Includes FollowSymLinks   AllowOverride none   Order allow,deny   Allow from all </Directory> </VirtualHost> Script makes under the subdirectory C:/aweb/freehosting/users/ New folders (they are login name of a new user) e.g C:/aweb/freehosting/users/newuser1/ C:/aweb/freehosting/users/seconduser2/ C:/aweb/freehosting/users/mywebhosting/ To access to their web pages users have to type subdomains like this http://Newuser1.massmba.org/ http://seconduser2.massmba.org/ http://mywebhosting.pcsny.org/ how to force users stay in their folders and not to be able to affect other users with malicious code like r57shell - http-shell by RST/GHC | http://rst.void.ru | http://ghc.ru | version 1.24 or http://php.spb.ru/remview/ if only I could do something like this php_admin_value open_basedir "C:/aweb/freehosting/users/%1" get subdomain entered in browser then fix top folder accessible for this user…. Help? PS. I am on windows 2003, XAMPP
  7. VDS, WINDOWS2003, XAMPP, PHP5,MYSQL,FULL ACCESS I can still get access to other users folders By this hacking tool http://bbpress.automattic.com/attachment/ticket/34/remview.php Tried to jail each user in his own folder  by VirtualDocumentRoot, thought it might help but alas but no can do yet, DocumentRoot does not unserstand % masks VirtualDocumentRoot "C:/aweb/freehosting/users/%1" with varaiable works just fine but not php_admin_value switch php_admin_value open_basedir "C:/aweb/freehosting/users/%1" – this stuff does not work…. Is there any other way to solve my problem? Php error says Warning: Unknown: open_basedir restriction in effect. File(C:/aweb/freehosting/users/zxc/zzz.php) is not within the allowed path(s): (C:/aweb/freehosting/users/%1) in Unknown on line 0 Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0 Warning: Unknown: open_basedir restriction in effect. File(C:/aweb/freehosting/users/zxc/zzz.php) is not within the allowed path(s): (C:/aweb/freehosting/users/%1) in Unknown on line 0 Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0 Warning: Unknown: Failed opening 'C:/aweb/freehosting/users/zxc/zzz.php' for inclusion (include_path='.;C:\server\xampp\php\pear\') in Unknown on line 0 Httpd-vhosts.conf ################################################### <Directory "C:/aweb/freehosting">   Options Indexes Includes FollowSymLinks ExecCGI   AllowOverride all   Order allow,deny   Allow from all </Directory> <VirtualHost *:80>   ServerName pcsny.org   ServerAlias www.pcsny.org   DocumentRoot "C:/aweb/freehosting"   php_admin_value open_basedir "/"   Options +FollowSymLinks   RewriteEngine On   RewriteRule ^/users/([^/]+)(/(.*))?$ http://$1.pcsny.org/$3 [R=301,L] RewriteCond %{HTTP_HOST} ^pcsny\.org RewriteCond %{REQUEST_URI} ^(.*) RewriteRule (.*) http://www.pcsny.org/%1 [R=301,L] </VirtualHost> <VirtualHost *:80> ServerName pcsny.org ServerAlias *.pcsny.org VirtualDocumentRoot "C:/aweb/freehosting/users/%1" php_admin_value open_basedir "C:/aweb/freehosting/users/%1" </VirtualHost> #################################################### if I do DocumentRoot <VirtualHost *:80> ServerName pcsny.org ServerAlias *.pcsny.org #VirtualDocumentRoot "C:/aweb/freehosting/users/%1" DocumentRoot "C:/aweb/freehosting/users/%1" #php_admin_value open_basedir "C:/aweb/freehosting/users/" php_admin_value open_basedir on </VirtualHost> server says on subdomain zxc.pcsny.org Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 zxc.pcsny.org 09/11/06 20:45:55 Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4 VirtualDocumentRoot "C:/aweb/freehosting/users/%1" #DocumentRoot "C:/aweb/freehosting/users/%1" #here I manually set to users folder where every user is being stored #it more secure but not yet full enough to me, I want to jail them in their #folders php_admin_value open_basedir "C:/aweb/freehosting/users/" after that if Hacking tool Remview.php goes upper than  "C:/aweb/freehosting/users/" says Can't open directory C:/aweb/freehosting/ Reason: Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(C:/aweb/freehosting/) is not within the allowed path(s): (C:/aweb/freehosting/users/) in C:\aweb\freehosting\users\zxc\remview.php on line 425 How to jail them in their folders? How to allow people to use more .htaccess but still it would be secure for my server and other people? I want to allow them to mod_rewrite and other useful stuff
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.