Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Cant access xampp please help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JayC" data-source="post: 377331" data-attributes="member: 36373"><p>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.</p><p></p><p>Before deleting the default htdocs:</p><p><a href="http://localhost/security/xamppsecurity.php" target="_blank">http://localhost/security/xamppsecurity.php</a></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>Please Review:</p><p><a href="https://devbest.com/threads/how-to-securely-setup-xampp.59146/" target="_blank">https://devbest.com/threads/how-to-securely-setup-xampp.59146/</a></p><p>[CODE]</p><p>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.</p><p></p><p>1. Open your terminal window.</p><p></p><p>2. Issue the command sudo apt-get -y install libapache2-mod-evasive.</p><p></p><p>3. Issue the command sudo mkdir -p /var/log/apache2/evasive.</p><p></p><p>4. Issue the command sudo chown -R www-data:root /var/log/apache2/evasive.</p><p></p><p>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):</p><p></p><p></p><p></p><p>DOSHashTableSize 2048</p><p>DOSPageCount 20 # maximum number of requests for the same page</p><p>DOSSiteCount 300 # total number of requests for any object by the same client IP on the same listener</p><p>DOSPageInterval 1.0 # interval for the page count threshold</p><p>DOSSiteInterval 1.0 # interval for the site count threshold</p><p>DOSBlockingPeriod 10.0 # time that a client IP will be blocked for</p><p>DOSLogDir “/var/log/apache2/evasive”</p><p>DOSEmailNotify admin@domain.com</p><p></p><p></p><p>6. Save the file and restart Apache.</p><p></p><p>You should now be better protected from DDoS attacks.</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="JayC, post: 377331, member: 36373"] 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: [URL]http://localhost/security/xamppsecurity.php[/URL] Please Review: [URL]https://devbest.com/threads/how-to-securely-setup-xampp.59146/[/URL] [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 admin@domain.com 6. Save the file and restart Apache. You should now be better protected from DDoS attacks. [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Cant access xampp please help
Top