Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Namaste

Pages: 1 2 [3] 4 5 ... 24
31
Information / Re: Goaccess stopped working
« on: April 03, 2025, 12:32:25 PM »
I tried running a report manually and I am getting this time error:
Code: [Select]
Fatal error has occurred
Error occurred at: src/parser.c - parse_log - 2431
No time format was found on your conf file.

This is the line # 2431 referenced above:

Code: [Select]
/* verify that we have the required formats */
  if ((err_log = verify_formats ()))
    FATAL ("%s", err_log);

And this is the goaccess.conf file pertaining to time:
Code: [Select]
#
time-format %H:%M:%S
#
# Google Cloud Storage or
# The time in microseconds since the Unix epoch.
#
#time-format %f

# Squid native log format
#
#time-format %s

######################################
# Date Format Options (required)
######################################
#
# The date-format variable followed by a space, specifies
# the log format date containing any combination of regular
# characters and special format specifiers. They all begin with a
# percentage (%) sign. See `man strftime`
#
# The following date format works with any of the
# Apache/NGINX's log formats below.
#
date-format %d/%b/%Y
#
# AWS | Amazon CloudFront (Download Distribution)
# AWS | Elastic Load Balancing
# W3C (IIS)
#
#date-format %Y-%m-%d


32
Information / Re: Goaccess stopped working
« on: April 03, 2025, 11:21:22 AM »
After uninstall and install of 1.94 of goaccess, this morning there is still no statistics data since march 30. Ugg.

33
Information / Re: Goaccess stopped working
« on: April 02, 2025, 05:16:49 PM »
Something weird happened when I downloaded the source file to usr/local/src......ownership:group  was user:opendkim  I tried user fix permissions but nothing changed.

34
Information / Re: Goaccess stopped working
« on: April 02, 2025, 04:20:55 PM »
Have you checked to see if your log files haven't ballooned in size to be too large to process? Are you using logrotate to keep them a manageable size?

I posted update instructions in another thread, but here it is again:
Also, can goaccess be updated?  server version is 1.2 from 2017.  Latest is 1.9
Nothing prevents you from updating if you so desire. Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):
Code: [Select]
yum -y remove goaccess
yum install libmaxminddb-devel.x86_64
Download and compile GoAccess, install to replace the current 1.2 version:
Code: [Select]
cd /usr/local/src
wget https://tar.goaccess.io/goaccess-1.9.3.tar.gz
tar -xzvf goaccess-1.9.3.tar.gz
cd goaccess-1.9.3/
./configure --prefix= --enable-debug --enable-utf8 --enable-geoip=mmdb --with-getline --with-openssl
make
make install

make threw an error  -->threw an error no target found ;D

35
Information / Re: Goaccess stopped working
« on: April 02, 2025, 04:13:09 PM »
fwiw  I am reading on line that if one log file is empty then goaccess will not generate a report.  Not sure what they are talking about.  access file is never zero.  And what other log files are they talking about.

36
Information / Re: Goaccess stopped working
« on: April 02, 2025, 02:27:23 PM »
I couldnt find any necessary requisites for installing goaccess.  Im on C7 with php 8 something.

On an unrelated subject.  I want to add my ip to whitelist on modsec.  I seem to remember a filed dedicated to whitelist and a file for blacklist.  I cant find them now.  What file do I add the ip whitelist to.  Not the rules file is it?

37
Information / Re: Goaccess stopped working
« on: April 02, 2025, 02:12:55 PM »
How can you remember all of the posts you have made?

38
Information / Re: Goaccess stopped working
« on: April 02, 2025, 02:10:54 PM »
I was thinking file was too large also.  25MBfor the access log.   780MB for the error log

39
Information / Goaccess stopped working
« on: April 02, 2025, 12:44:58 PM »
For the past 2 days goaccess has not parsed any reports.  Any ideas?

Also, current version is 1.2 on my server.  Is it possible to update?

40
Apache / Re: How to disable directory listing
« on: March 22, 2025, 12:28:07 PM »
I tried adding .htaccess file to public_html and usr local apache htdocs directories and that did nothing.  But I did edit apache config file to delete indexes form followsymlink line.  And that fixed it.

41
E-Mail / Re: sendmail
« on: March 12, 2025, 07:33:05 PM »
Yes, it's not a responsive design. So my little 13" travel laptop you have to re-zoom to see all the interface elements. No problem on my 27" desktop screen, but definitely time to modernize to a fully responsive layout.

it used to work fine. (on my 32 inch mon)  youre right...im using my lenovo laptop on the road

42
Information / Re: goaccess geo ip location
« on: March 12, 2025, 07:31:08 PM »
Cool.  And as always should you chose to accept this mission be sure to backup your server first.

43
E-Mail / Re: sendmail
« on: March 12, 2025, 11:48:50 AM »
Is your e-commerce site using WordPress? If so there are plenty of SMTP plugins available online for you (eg: SMTP Mailer is simple & works well). Forminator is a good Wordpress plugin for contact forms and has inbuilt reCaptcha options, you may wish to couple this with your SMTP mail plugin.

Is your destination email address internal or external (ie: email@yourdomain.com or email@gmail.com). The domain email is much more forgiving as the mail is internal but the latter will require you to tick all of the SSL, DKIM, SPF and RDNS boxes.

mxtoolbox.com is your friend for checking mail settings.

If you want to send mail using PHP, PHPMailer extends the mail function and allows for SMPT Auth but you'll need to know how to code for it (eg: construct a plugin if it's Wordpress).
WINNER WINNER CHICKEN DINNER.  CHANGED FROM GMAIL TO INTERNAL MAIL AND IT WORKED.  ON A SIDE NOTE EMAIL MANAGER IN PANEL DOES NOT SHOW AUTOLOGIN ICONS.  AND THERE IS NO HORIZONTAL SCROLL.  I HAD TO ZOOM FF OUT TO 80% TO SEE THE ICONS ON THE RIGHT

44
E-Mail / Re: sendmail
« on: March 12, 2025, 11:36:09 AM »
Is your e-commerce site using WordPress? If so there are plenty of SMTP plugins available online for you (eg: SMTP Mailer is simple & works well). Forminator is a good Wordpress plugin for contact forms and has inbuilt reCaptcha options, you may wish to couple this with your SMTP mail plugin.

Is your destination email address internal or external (ie: email@yourdomain.com or email@gmail.com). The domain email is much more forgiving as the mail is internal but the latter will require you to tick all of the SSL, DKIM, SPF and RDNS boxes.

mxtoolbox.com is your friend for checking mail settings.

If you want to send mail using PHP, PHPMailer extends the mail function and allows for SMPT Auth but you'll need to know how to code for it (eg: construct a plugin if it's Wordpress).

IT'S A GMAIL ACCOUNT.  YOU MIGHT BE ONTO SOMETHING.

45
E-Mail / sendmail
« on: March 11, 2025, 09:38:28 PM »
I've got my ecommerce platform set to sendmail.  But Im not getting email from the contact page.  Any ideas what may be causing this.  Yes I know I have the smtp option.

Pages: 1 2 [3] 4 5 ... 24