Search results

  1. labrocca

    Custom Config for MySQL/MariaDB

    I don't see a way to make custom configuration changes to MySQL/MariaDB the way you can for Apache and some of the other packages. Under the custombuild/configure I have these: ap2 clamav curl custombuild dovecot fpm libxml2 libxslt litespeed nginx nginx_reverse opcache proftpd pureftpd...
  2. labrocca

    DA Not Supporting a Production Level FreeBSD

    https://www.directadmin.com/install.html Versions supported up to 9.3 which is no longer Production at FreeBSD.org. Versions 10.3 and 11 of FreeBSD are current production releases. Are these going to be supported or has DA given up their FreeBSD support. I need to know since I may now...
  3. labrocca

    What does ./build rewrite confs do?

    I'm in a spot where after I upgrade Apache to 2.4.25 it continues to have problems with being unresponsive. I've done a ton of changes to the configurations and done many build option changes. Everything worked perfect under 2.4.23 but even after a build downgrade the problems persist. So it...
  4. labrocca

    Apache MPM option

    Upgraded to Apache 2.4.25 from 2.4.23 and now the mpm_event module is locking up similar to this bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=53555 Trying to adjust Serverlimit and other mpm_event settings but so far no luck. I run the NGINX in front of Apache with PHP-FPM connecting...
  5. labrocca

    MariaDB Update on FreeBSD

    I've not been able to upgrade my MariaDB (10.0.22) on FreeBSD (10.3) using Custombuild 2.0 (latest script release). Here are last lines before the build fails. Note that installed LZMA from PKG manager hoping that would fix it, no luck.
  6. labrocca

    Test Server License?

    I'm having a lot of difficulty with a particular DA configuration (FreeBSD 10.1, Nginx_Apache (proxy setup), CB 2 and php-fpm). I'm tired of my production server being an experiment. I was offline 3 hours yesterday because Nginx wouldn't build because OpenSSL was updated and for some reason...
  7. labrocca

    Nginx Build Problem and OpenSSL

    objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_check_host': /usr/local/directadmin/custombuild/nginx-1.8.0/src/event/ngx_event_openssl.c:2945: undefined reference to `X509_check_host' objs/src/http/modules/ngx_http_ssl_module.o: In function `ngx_http_ssl_merge_srv_conf'...
  8. labrocca

    php-fpm.freebsd

    http://files.directadmin.com/services/custombuild/php-fpm.freebsd I think that files has to be updated for FreeBSD to properly install php-fpm55 or php-fpm56. Please advise. Trying to update my php and it's not installing.
  9. labrocca

    php-fpm55 Install Problems

    I can only get php-fpm54 to work. Install of php-fpm55 or php-fpm56 When I install 5.4 the file /usr/local/php54/sbin/php-fpm54 is a binary. When I install 5.5 the file /usr/local/php55/sbin/php-fpm55 is a wrapper script. Unsure where the binary is. Also I notice under Custombuild 2.0...
  10. labrocca

    PHP 5.4.27 GD build fails FreeBSD 9.1

    I've tried for a few hours now. Can't get it to build with GD. It builds fine without GD but fails when I try to add it. Please advise because I'm pretty fed up. Here is the config.log after the fail.
  11. labrocca

    Cron to Restart Apache

    Occassionally my Apache locks up from reaching max connections while under a DDOS attack or other various problems. I created a cron job that checks if Apache is running or if it's processes are high. It then restarts Apache and sends me a notifcation email. Here is the problem. It doesn't...
  12. labrocca

    BSD 64 bit support

    It's been a while since I looked here which is probably testament to how well DA is running for me. But I have some server changes coming up and I need to run 64-bit so I decided to see if by chance the BSD 64-bit was out and it is. I am very grateful to DA to have this released. I'll be...
  13. labrocca

    Cron + dataskq = Error

    Sep 27 19:34:01 ns1 /usr/sbin/cron[25364]: (root) CMD (/usr/local/directadmin/dataskq) Sep 27 19:34:01 ns1 cron[25364]: login_getclass: unknown class 'daemon' I started getting these today. I had the server compromised today and the /var/log directory deleted. I have however recovered very...
  14. labrocca

    Empty User Agents in logs and DDOS

    I was attacked today and this was in logs: 363274:94.123.209.209 - - [25/Mar/2009:08:51:34 -0500] "GET / HTTP/1.1" 200 0 "-" "-" 363414:72.225.24.227 - - [25/Mar/2009:08:52:04 -0500] "GET / HTTP/1.1" 200 0 "-" "-" 363555:24.203.178.133 - - [25/Mar/2009:08:52:10 -0500] "GET / HTTP/1.1" 200 0...
  15. labrocca

    High load and 300+ users online

    I am now getting about 250-400 users on my server at a time and load is spiking to between 4-15 during this time. When this happens server takes forever to respond. I have been trying very unsuccessfully to tweak and optimize Apache. Server is old and the basic specs are: FreeBSD 6.4...
  16. labrocca

    Disable Logging

    What's the easiest method to stop logging apache on my server? I don't really need it most of the time and prefer to turn it off unless I need it. It's creating a lot of lockf's I believe. I can't find any good info one this. Thank you.
  17. labrocca

    Severe security problem IPFW help!

    I have this in my logs: As you can see...they are using my NS2 to do a LOT of traffic to hit other sites. I replaced my domain obviously but this server is both ns1.domain.com and ns2.domain.com The attack is from smtp.as.ro. It's bizarre because I can't figure out how they are passing my...
  18. labrocca

    Webalizer root permissions error

    http://www.directadmin.com/features.php?id=286 I believe my problem is related to that. I get this error from directadmin when viewing my stats: I am running the latest version of Directadmin 3.15 I believe. I tried to manually chmod, chown, and chgrp the folders and files but so far no...
  19. labrocca

    Help with "Connection attempt to UDP" logs and my firewall.

    This is a very consistent message in my logs (/var/log/messages). How do I firewall this out? I use ipfw and freebsd. Here are my firewall rules: Any help is appreciated. EDIT: found out this is being caused by sysctl and the net.inet.udp.log_in_vain parameter being turned on. I have...
  20. labrocca

    FreeBSD - Limiting closed port RST response

    If you are running a freebsd server you might be seeing that in your logs an aweful lot. It's an indicator of being port scanned. I found some great advice today on how to stop it and it worked very well. net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 net.inet.icmp.icmplim=50 Add those 3...
Back
Top