Page 1 of 1

XAMPP 1.7.3 Apache issue

PostPosted: 29. December 2011 16:38
by junkman
Hi, I am using XAMPP 1.7.3 to host a small site on my PC. It seems I have a problem with apache. Somehow someone manages to make the page unreachable. I have to stop and restart the apache process in order to regain access to the webpage. What can I do to stop that guy making apache/webpage unreachable ?

Re: XAMPP 1.7.3 Apache issue

PostPosted: 29. December 2011 17:23
by Sharley
You have 2 log files in the \xampp\apache\logs folder - error.log and access.log file.

Read them and see if you can see some sort of pattern.

Your post does not contain any details for anyone to offer any sort of solution.

Also could you please add your correct Windows OS in your profile so we know in future what we are dealing with - instructions and links in this announcement:
viewtopic.php?f=16&t=48626
Thanks. :)

Re: XAMPP 1.7.3 Apache issue

PostPosted: 31. December 2011 10:39
by Sharley
Thanks for adding your OS. 8)

Just to add to my first post, take a look in the XAMPP installation folder C:\xampp\webdav where you should only see 2 files:
index.html
webdav.txt


If you find more files than the above then chances are your server has been taken over and is being used as a zombie.

Let me know what you find.

Re: XAMPP 1.7.3 Apache issue

PostPosted: 07. January 2012 16:26
by junkman
I've deleted the webdav folder right after the installation so there's no webdav folder...

OK this becames annoying. Someone is still playing with the website ~x( I have a xat chat on the webpage and that person said "do you have any protection on the website? because I see you don't have" and in the next second the page was down.

Re: XAMPP 1.7.3 Apache issue

PostPosted: 08. January 2012 09:51
by Sharley
In the log files mentioned above try and locate the IP address of this joker and then use your firewall to ban his IP range - are you sure it is not someone you know playing these games?

XAMPP is not designed to be used from the Internet only from localhost as a development environment.

You are finding out the hard way about this XAMPP insecurity.

The readme_en.txt file in the xampp folder explains about the lack of security.

You should not use XAMPP but perhaps a more robust server like the free
Zend Server Community Edition

Good luck. :)