Search results

  1. S

    GeoIP don't display in phpinfo

    Hi, I can't get my GeoIP server variables to work in phpinfo.php My settings in Litespeed in 'IP to GeoLocation DB' .. DB File Path: /usr/local/share/GeoIP DB Cache Type: MemoryCache I have put my .dat files in what I believe is the correct folder /usr/local/share/GeoIP/GeoIP.dat...
  2. S

    exit codes

    Hi guys Litespeed sometimes restarts itself. I see litespeed reporting the following exit codes Exitcode 0 Exitcode 1 Exitcode 129 What do these exit codes mean? Is there a list of exit codes on your site somewhere?
  3. S

    security for v4.1.10

    We received an email from an unknown person at hotmail. In the email they have listed lots of info that we believe is only available by logging into the server. For example, database names, users and encrypted passwords. We don't know how they logged in. In response we are upgrading or patching...
  4. S

    security for v4.1.10

    Hi guys Are there any known security issues for v4.1.10? If so are there patches for this or do I need to upgrade to the latest version?
  5. S

    How to log website file uploads?

    Hi, How can I log file uploads from my website .. like when someone uploads an image to my server using a form on a php page? Is this already being logged somewhere? I can't find a log file that does this.
  6. S

    mysql in latest php build

    Looking at php.info I see the following php 5.2.11 options - './configure' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-sockets' '--prefix=/usr/local' '--with-curl=/opt/curlssl/'...
  7. S

    mysql in latest php build

    server environment .. 4cpu linux, 4pcu license litespeed webserver, with a separate mysql database server. Here's the results of what you asked. allow_url_fopen => On => On allow_url_include => Off => Off So one is on and the other off.
  8. S

    mysql in latest php build

    If we restart litespeed, the site includes work for a few minutes, then they start having the same error again. We thought it may be based on too much traffic, so we only allowed our IP to access the site, and then restarted litespeed, and again it worked for a couple minutes and then broke...
  9. S

    mysql in latest php build

    FYI This works too $a = file_get_contents("/home/aaa/public_html/xxx.html"); echo $a;
  10. S

    mysql in latest php build

    Yes I did reset the password so it was 41 instead of 16 and I also commented out the old-password flag in my.cnf This didn't help so I went back to an older version of php. I was still having a problem I mentioned a couple posts back with the php command 'file_get_contents' .. if it is using...
  11. S

    mysql in latest php build

    Here are the error messages I get when trying to connect to mysql .. Warning: mysql_connect() [function.mysql-connect]: Premature end of data (mysqlnd_wireprotocol.c:553) in /home/xxx/public_html/xxx.php on line 113 Warning: mysql_connect() [function.mysql-connect]: OK packet 1 bytes...
  12. S

    mysql in latest php build

    I took those out and so had this --with-libdir=lib64 --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-litespeed But then after...
  13. S

    mysql in latest php build

    I've done what you've suggested with adding --with-mysql=mysqlnd --with-mysqli=mysqlnd and I added --with-mysql as well. So the options are currently --with-mysql=/usr/bin --with-libdir=lib64 --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-mysqli --with-zlib --with-gd --enable-shmop...
  14. S

    mysql in latest php build

    I put this in --with-mysql=/usr/bin --with-libdir=lib64 --with-mysqli --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-litespeed I read that would help .. and it did allow...
  15. S

    mysql in latest php build

    Our web pages use mysql not mysqli and it seems that after re-installing php, the mysql module doesn't exist anymore. So our database connections are broken. How can I get mysql working again?
  16. S

    restarts automatically to fix 503 Errors

    Hi, I sometimes get this message emailed to me "LiteSpeed Web server cpanel.xxx.com on cpanel.xxx.com restarts automatically to fix 503 Errors" This email occurs when I run some indexing software (not on the same machine as litespeed) that requests lots of pages from the server. It downloads...
  17. S

    [solved] domlog

    In httpd.conf I commented out the lines that wrote the domlogs. I then restarted apache and litespeed to see if httpd.conf would get overwritten but it didn't. And the domlogs aren't being written to.
  18. S

    [solved] domlog

    Thanks, I have turned off all stats programs in WHM (cpanel) - that seems to have stopped the domlogs from getting bigger.
  19. S

    [solved] domlog

    Hi, I am having problems with our domlog filling up our disk. The domlog for our largest domain on our server is producing 2Gb domlog files each day. After a few days our server is reaching maximum disk capacity due to these files. I have to manually delete them every couple days. I...
  20. S

    form submissions in 4.1.2 above 20kb don't work

    Hi, I upgraded from 4.0.2 to 4.1.2 and any browser doing a form submission over approximately 20Kb would get a '500 internal server error' request timeout. I checked the logs and couldn't see any error messages that could help. Form submission was working fine for 4.0.2 So I switched...
Top