• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. T

    Resolved Can't get php versions to serve .html as php

    hmm there is an index.htm and an index.html file in the root. The index.htm was always the one that was getting served by default. By adding: DirectoryIndex index.htm index.php index.html ...it is now working again... I discovered this is down to the fact that .html files are not being...
  2. T

    Resolved Can't get php versions to serve .html as php

    oh and one last issue that I have run into on a particular site... When I add the above code to the apache directives, the .htm files get processed as php but I get a 404 error with the index page if I go to "http: // mydomain.com" The error in the log is: AH00124: Request exceeded the limit of...
  3. T

    Resolved Can't get php versions to serve .html as php

    Ah - finally have it working! My mistake was to not notice that in: <IfModule mod_fcgid.c> <Files ~ (\.html)> SetHandler fcgid-script FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .htm Options +ExecCGI Require all granted </Files> </IfModule> ...I...
  4. T

    Resolved Can't get php versions to serve .html as php

    I have marked this as unresolved since I still don't have it working - had to get on with something else but now I'm right back on it again... I am still unable to get .htm/.html files to execute as php with anything else but apache module...
  5. T

    Issue /etc/cron-daily/50plesk-daily error 1

    ...the line in cron.daily just says: /opt/psa/bin/mysqldump.sh >/dev/null 2>&1 ...can't see any arguments...?
  6. T

    Issue /etc/cron-daily/50plesk-daily error 1

    Thanks for responding ...almost nothing in /var/log/sw-cp-server/error_log and /var/log/sw-cp-server/sw-engine.log, but there was so much in /usr/local/psa/admin/logs/panel.log that I couldn't really tell - I did set the error level to 4 before running ... THe reason I thought it might be the...
  7. T

    Issue /etc/cron-daily/50plesk-daily error 1

    Hi - I know this has happened many times before, but can't quite figure out the solution... For a while now I have been getting emails saying that the daily cron job has exited with error 1. Assuming it is the mysqldump... When I try and run mysqldump.sh on the command line I get the...
  8. T

    Question access_log.webstat growing huge!

    so I can see my accesses getting logged in access_log and all the rotated versions are in access_log.processed.n - why do I need access_log.webstat? What if I just delete it?...
  9. T

    Question access_log.webstat growing huge!

    Finally finished, without errors, but no change... I still have the following files: -rw------- 1 root root 20G May 24 13:05 /var/www/vhosts/system/<domain>/logs/access_log.webstat -rw------- 1 root root 20G May 24 10:27 /var/www/vhosts/<domain>/logs/access_log.webstat .. is it a problem that...
  10. T

    Question access_log.webstat growing huge!

    Hi Thanks for your help. I tired uninstalling and reinstalling awstats but nothing changed. implemented debug log as per How to enable/disable debug logging in Plesk 11.5 and higher for Linux set logrotation to 40k (rather than daily) on plesk – accessed the site a bit then ran: #...
  11. T

    Question access_log.webstat growing huge!

    ...and how to reinstall psa-logrotate as suggested in the previous thread?
  12. T

    Question access_log.webstat growing huge!

    Thanks for your suggestion - I switched to webalizer for that domain in the plesk control panel and then back again after a minute or so but the files are still there and just as big! One thing I didn't try was reinstalling awstats. Can you give me a clue how I could do that? I couldn't find...
  13. T

    Question access_log.webstat growing huge!

    Thanks for your help UFHH01 - this appeared to have no effect whatsoever (except a warning that using the password on the command line was insecure)... I did see the previous suggestion while trawling the wb but didn't try it since In the plesk control panel it says Awstats is on for this domain...
  14. T

    Question access_log.webstat growing huge!

    no change to the access_log.webstat files after retrying the two commands above... any other suggestions anyone?
  15. T

    Question access_log.webstat growing huge!

    Hi Thanks for responding... I have tried the following from that thread: /usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=<your_domain_name_here> ...and... /usr/local/psa/logrotate/sbin/logrotate /usr/local/psa/etc/logrotate.d/<your_domain_name_here> ...but the big files still...
  16. T

    Question access_log.webstat growing huge!

    I know this has been a perennial problem and I have scoured the web, but it was supposed to have been solved in plesk 11... I have one vhost whose access_log.webstat files (both in the system and regular domain directories) have grown to 20GB (each!)... I presume that the daily cleanup and...
  17. T

    Resolved Can't get php versions to serve .html as php

    Hi Rafael - I already have that enabled in vhost.conf... Hi UFHH01 - Thanks - could you be more specific where the problem might be with the conf files? Many Thanks
  18. T

    Resolved Can't get php versions to serve .html as php

    "should this work for FPM as well?"... I mean will the settings for FastCGI also enable FPM? ...
  19. T

    Resolved Can't get php versions to serve .html as php

    Ok - the problem is not with .php files, only with .html files that ocntain php. But I couldn't see the FCGIWrapper line anywhere so I added an FCGIWrapper line so my vhost.conf file now includes this: #PHP is running as a FastCGI application <IfModule mod_fcgid.c> <Files ~ (\.html)>...
  20. T

    Resolved Can't get php versions to serve .html as php

    thanks - I have enabled them in plesk - now what? (still doesn't work)
Back
Top