Recent content by RobertNic

  1. R

    Apache spawns too many processes ( Memory leaks )

    Yes it was installed already , by default port 7080 is the port that apache is listening at and 80 is the port that nginx listens at however I managed to fix this by uninstalling and reinstalling nginx although I haven`t found the exact problem that was triggering this .. after the re...
  2. R

    Apache spawns too many processes ( Memory leaks )

    Hello All, I`m facing an issue on a plesk server of mine and I`m afraid it`s a little way over my head My monitoring started a few hours ago to report that I have to many processes on my plesk server after I`ve investigated I saw that I have all the time almost 300 apache processes...
  3. R

    how to see which user is running a php spam script

    I`ve faced this scenario before on a plesk server , if the emails are in queue hundreds of them waiting to be processed take a look at /usr/local/psa/var/log/maillog or use tail -f /usr/local/psa/var/log/maillog and try and identify which is the domain from where apache is engaged to send...
  4. R

    Upgrade application(Wordpress) that is already installed into a subdomain to latest V

    Hello, I am trying to create a bash script that will upgrade to the latest version an existing installed wordpress application from a subdomain /var/www/vhosts/domain.com/sub.domain.com/wordpress/ Does anyone know if this can be done via command line ( SSH ) ? Also , I want to point out that...
  5. R

    Verify if a domain uses FASTCGI as php module ( Command Line )

    I`ve looked into the /etc/httpd/conf/ directory , but there is no plesk.conf.d directory there , I should mention that I use plesk 11.5 , also I was able to find in /var/www/vhost/domain.com/conf/last_httpd.include that variables /settings for the virtual host I assume that I should pay...
  6. R

    Verify if a domain uses FASTCGI as php module ( Command Line )

    Thank you very much for the info and the fast reply Abdi ! I`ll have a look right now
  7. R

    Verify if a domain uses FASTCGI as php module ( Command Line )

    Hello All, I`ve searched on google if there is a way to find if a domain uses FASTCGI as php module from the command line , basically I want to create a bash script to look into the vhost directory and search for each domain listed if it uses FASTCGI as php module . I would really...
Back
Top