Jump to content
The Uniform Server Community

Znote

Member
  • Posts

    37
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows 7

Profile Information

  • Gender
    Male

Contact Methods

  • Skype
    mrZnote

Znote's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Znote

    Wrong start?

    I also had some problems with this randomly. My current solution is to just start apache and mysql manually: /usr/local/apache2/bin/apache2.exe /usr/local/mysql/bin/mysqld.exe or something like that. Gonna try to do some research on why exacly unitray stopped working later when I got some time.
  2. I am very interested in this NginX 1.3.4 plugin, how does it work? Why is it considered a plugin, instead of replacing Apache? I heard engine-x was a very attractive http server engine, and is favoured over apache in several aspects.
  3. Ahaha, Uniform Server on raspberry pi <3. I like the idea, however I don't think Android has a big enough user-base that it will be worth it. Rooted android can also install apache, php, mysql server pretty easily.
  4. I dont think you have Microsoft Visual C++ 2008: http://www.microsoft.com/downloads/en/deta...0D-3802B2AF5FC2 Install this, its from microsoft.com so you shouldnt worry about it. Then try to start Uniform Server.
  5. Disable IIS so it wont occupy port 80. Or just change its port if it keeps messing up:
  6. Windows 2003 64bit seem to have this problem. I can not reproduce it on 32bit. I assume there is some problems with uniserv having permission to check and modify these files. However if .htaccess and htpasswd is modified to your liking they should be secure. Even thought apanel notifies you they are unprotected. Also uniform server should be pretty secure by default. What you need to do is to avoid "config" based phpmyadmin, change it over to cookie. (And give root and pma a password) People outside localhost or 127.0.0.1 does not have default permission into your apanel or mysql web-based client. (phpmyadmin). And you can modify .htaccess to only allow your global IP address. Else just keep it secure, and enter the computer with remote desktop and connect from localhost.
  7. Stop uniform server, then enter task manager, click on processess, see if you have mysql* there. Kill it. Then start Uniform server. see if problem still occurs.
  8. 7.0.0-Orion tested and works on Windows Server 2008. However, the Visual C++ 2008 redistributable package is required, and not installed by default. So you need to download and install this first: http://www.microsoft.com/downloads/en/deta...0D-3802B2AF5FC2
  9. If you want to upgrade uniform server and keep your old files then: Enter phpmyadmin, select the databases you want to take backup of, click export, export the database. (download a text or archived file and save it for later). Then enter Uniserv/www/ copy all files inside here. Then move Uniserv/www/ files to the new server, enter phpmyadmin, and import the database you just exported earlier. And your pretty much done.
  10. In order to update virtual hosts, you need to reboot apache. After writing in a document root in /apanel/ containing a space apache won't start at all Works: E:\ftpuser\www Buggy: E:\ftp user\www Solution: You need to edit UniServer\usr\local\apache2\conf\httpd.conf and edit the virtual host. Open httpd.conf in a text document, scroll at the bottom, locate your virtual host. Sample: ##########VIRTUAL HOST SETUP########## # QUEST.ZNOTE.EU <VirtualHost *> ServerName quest.znote.eu DocumentRoot E:/quest www </VirtualHost> You can see the dir: DocumentRoot E:/quest www Add the " symbol in the start and end of the dir, like this: DocumentRoot "E:/quest www" Save document, now start apache. It will work.
  11. Hello. Well, some dude is having fun DDoSing me with a trojan he have pretty much spread around the world. Trojan review: http://www.offensivecomputing.net/?q=node/1617 My CPU continuously having 100% CPU load and approx 500KB/sec upload speed and then it doesn't work. I shut down apache and suddenly bandwidth goes from 500KB/sec upload to the regular good old 10KB/sec. I keep my apache open a few seconds: << removed. Was not allowed to post 28k line long code>> Well here are a few lines: 89.189.170.47 - - [19/Oct/2010:19:22:30 +0200] "POST / HTTP/1.1" 200 365 "http://0mn3d6yunkn0wn.com" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)" 62.221.67.37 - - [19/Oct/2010:19:22:30 +0200] "POST / HTTP/1.1" 200 365 "http://0mn3d6yunkn0wn.com" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)" 83.255.214.246 - - [19/Oct/2010:19:22:30 +0200] "POST / HTTP/1.1" 200 365 "http://0mn3d6yunkn0wn.com" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)" This might solve the problem: 1: Restrict connections per IP. Connections per IP. Maximum allow 3 connections per IP each sec. This DDoS attack have IPs that got like 50+ connections each sec. 2: Auto ip bann users who get 40+ connections each sec Also, is there a way to make sure error.log / access.log never gets bigger than 5mb? Being under a DDoS attack makes me have to delete/clean the file every 15 min because the file gets to big and the VPS crashes when HD reaches 0.
  12. Isn't Firebird the same as phpmyadmin? What are pros and cons? Or am I totally wrong?
  13. Your information is actually quite good. Even though you might be a bot and advertising for SSL. For everyone who stumble upon it, click image. Anyway, I am not using SSL. But I think Uniform Server have it by default?
  14. Yeah, when using Windows 7 you should use Carbo 6.0.X for best support. Also, Windows Vista/7/2008 got support for IPv6 by default, this means localhost is considered an IPv6 address and is something totally different than 127.0.0.1. (Unless you add localhost 127.0.0.1 to the hosts file).
×
×
  • Create New...