Cant access xampp please help

Kingboody

New Member
Jan 18, 2016
6
0
Cant acces xampp please help

this is what apears when i type localhost
 

khadgar

New Member
Apr 3, 2016
28
8
If you are intending on using it for LIVE production purposes. Don't. It is only meant for development purposes.
Please, for the love of chocolate, use IIS. Forget about XAMPP.
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
You are all idiots. That means xampp is installed. Put your CMS in htdocs folder and reload -_-'' It clearly says "WELCOME TO XAMPP YOU HAVE SUCCESSFULLY INSTALLED" Omg. Everyone on this page needs to delete their devbest account.

Before deleting the default htdocs:


xampp 1.7.1 is used for localhost purposes.
you need a way older version.
i used 1.7.3 and same problem!
i want to access but i cant
If you are intending on using it for LIVE production purposes. Don't. It is only meant for development purposes.
Please, for the love of chocolate, use IIS. Forget about XAMPP.
use a older xampp version like 1.7.3 or 5.6.8

Please Review:

Code:
There is an Apache module that was created to prevent a DDoS attack, although it's probably not installed by default. Follow these steps to install the module.

1. Open your terminal window.

2. Issue the command sudo apt-get -y install libapache2-mod-evasive.

3. Issue the command sudo mkdir -p /var/log/apache2/evasive.

4. Issue the command sudo chown -R www-data:root /var/log/apache2/evasive.

5. Open the /etc/apache2/mods-available/mod-evasive.load file (using sudo and your favorite text editor) and append the following to the bottom of that file (this is one configuration per line):



DOSHashTableSize 2048
DOSPageCount 20 # maximum number of requests for the same page
DOSSiteCount 300 # total number of requests for any object by the same client IP on the same listener
DOSPageInterval 1.0 # interval for the page count threshold
DOSSiteInterval 1.0 # interval for the site count threshold
DOSBlockingPeriod 10.0 # time that a client IP will be blocked for
DOSLogDir “/var/log/apache2/evasive”
DOSEmailNotify [email protected]


6. Save the file and restart Apache.

You should now be better protected from DDoS attacks.
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
16e1126bcc374837bd3f2c000a78382f.png
 

mcmatters

Member
Dec 2, 2014
195
6
You are all idiots. That means xampp is installed. Put your CMS in htdocs folder and reload -_-'' It clearly says "WELCOME TO XAMPP YOU HAVE SUCCESSFULLY INSTALLED" Omg. Everyone on this page needs to delete their devbest account.

Before deleting the default htdocs:








Please Review:

Code:
There is an Apache module that was created to prevent a DDoS attack, although it's probably not installed by default. Follow these steps to install the module.

1. Open your terminal window.

2. Issue the command sudo apt-get -y install libapache2-mod-evasive.

3. Issue the command sudo mkdir -p /var/log/apache2/evasive.

4. Issue the command sudo chown -R www-data:root /var/log/apache2/evasive.

5. Open the /etc/apache2/mods-available/mod-evasive.load file (using sudo and your favorite text editor) and append the following to the bottom of that file (this is one configuration per line):



DOSHashTableSize 2048
DOSPageCount 20 # maximum number of requests for the same page
DOSSiteCount 300 # total number of requests for any object by the same client IP on the same listener
DOSPageInterval 1.0 # interval for the page count threshold
DOSSiteInterval 1.0 # interval for the site count threshold
DOSBlockingPeriod 10.0 # time that a client IP will be blocked for
DOSLogDir “/var/log/apache2/evasive”
DOSEmailNotify [email protected]


6. Save the file and restart Apache.

You should now be better protected from DDoS attacks.
Those are instructions for linux
 

mcmatters

Member
Dec 2, 2014
195
6
There is an Apache module that was created to prevent a DDoS attack, although it's probably not installed by default. Follow these steps to install the module. 1. Open your terminal window. 2. Issue the command sudo apt-get -y install libapache2-mod-evasive. 3. Issue the command sudo mkdir -p /var/log/apache2/evasive. 4. Issue the command sudo chown -R www-data:root /var/log/apache2/evasive. 5. Open the /etc/apache2/mods-available/mod-evasive.load file (using sudo and your favorite text editor) and append the following to the bottom of that file (this is one configuration per line): DOSHashTableSize 2048 DOSPageCount 20 # maximum number of requests for the same page DOSSiteCount 300 # total number of requests for any object by the same client IP on the same listener DOSPageInterval 1.0 # interval for the page count threshold DOSSiteInterval 1.0 # interval for the site count threshold DOSBlockingPeriod 10.0 # time that a client IP will be blocked for DOSLogDir “/var/log/apache2/evasive” DOSEmailNotify [email protected] 6. Save the file and restart Apache. You should now be better protected from DDoS attacks.
No they aren't, you retard. Who the fuck are you, lmao.
Shut the fuck up, they are for Linux, you cannot use apt-get on windows. You fucking retard.
 

Users who are viewing this thread

Top