apache

  1. B

    Ubuntu - Apache - sudo - command not found

    Hi guys, First of all, I'm a total newbie. I've done some research however I couldn't find the answer. Maybe because I don't understand it well enough. What I'm trying to do is to install Apache server on Ubuntu. I've tried to follow the step-by-step guide and I already have a problem right at...
  2. drstr

    Use XAMPP or Install Nginx?

    I'm very new to Linux and I'm a programmer (PHP, Python, Javascript) and I have used Docker, XAMPP for my Web design projects on windows. recently I switched to Linux (Ubuntu) and I need web server for working on my projects and I'm a little confused since I see that XAMPP is available for...
  3. OskOskOsk

    My website cant be reached from outside network.

    Hello, I host my website on Ubuntu Server using Apache 2. I can only reach my website using LAN network trought my prvate ip. My friends can access my Minecraft server on port :25565 but cant access website on port :80. I tried to turn off Linux firewall but it dont fix problem.
  4. S

    How to find out which script causes the CPU load

    Today I got into trouble and I catch this virus https://secure.wphackedhelp.com/blog/remove-wp-vcd-malware-wordpress/ I removed files like in tutorial, scanned with scanners, make firewall, blocked user (from screen) etc and my cpu loads decreased from 100% to 50-80% and thats is still problem...
  5. J

    Https not redirecting on apache 2 virtual hosts (SSL by certbot)

    Hello everyone, I have my pi running debian buster. I set up a cloud with the subdomain cloud.example.com and a website as example.com. I installed SSL using certbot. It seems all to be working except that if I type http://www.example.com it doesn't rewrite to https://www.example.com. All other...
  6. M

    Exchange vs ProxyPass on Apache or NGINX

    Hello IT, I have a problem with creating "proxypss" for Exchange 2019. If I created the configuration, I have a problem with NTLM :( My config for Apache: <VirtualHost *:443> ServerName mail.domain.com SSLEngine on SSLCertificateFile /etc/httpd/certs/2018-wildcard-domain-com.crt...
  7. H

    How will you check and confirm that your server is using suPHP?

    It's very simple to verify this. Have a simple 'php info' script. Create a file named 'phpinfo.php' under the public_html of your domain Insert the following code: <? php phpinfo(); ?> Access the file in your browser using the link http://yourdomain.com/phpinfo.php At the top section...
  8. Z

    how to configure ssl in Centos 5.9 ??

    Hiii , how to configure ssl in Centos 5.9 ,, the type server is apache of LAMP ???
  9. Rob

    Fixing HTTP Security Header Not Detected

    You may have received a vulnerability report/scan stating that you need to fix 'HTTP Security Header Not Detected' on some web servers. We'll mitigate three different things: X-Frame-options, X-XSS-Protection and X-Content-Type-Options First, run curl to test your server: curl -I...
  10. Rob

    Reduce your Apache TIME_WAIT connections

    If you manage an Apache server, you may be noticing a large amount of TIME_WAIT connections all of the time. Don't get me wrong, TIME_WAIT is a good thing.. it basically means that your server has closed the connection, but it's being kept around so any delayed packets matched to the connection...
Top