Search results

  1. M

    Incompatibility with eomPro

    I can trigger the send engine via cronjobs or via the web interface, I'm currently using the second way. I changed Connection Timeout from 120 to 10,000 and all seems Ok now. But is there a way to disable this timeout? I tried setting it to 0 but got an error.
  2. M

    Incompatibility with eomPro

    oemPro is mail list manager, that we use to manage our newsletters. I noticed that after we switched from Apache to LSWS the e-mails aren't being delivered. The e-mails are sent via a web interface, when I click the Trigger Send Engine button. On apache I could even close the window and it...
  3. M

    Won't Run Because of PHP Version =(

    It's working from the .htaccess too. Had to adjust the sintaxe from: RewriteCond %{ENV:GEOIP_COUNTRY_CODE} (RU) RewriteRule . /ru/ [L,QSA] To: RewriteCond %{ENV:GEOIP_COUNTRY_CODE} (RU) RewriteRule ^(.*)$ /ru/ [L,QSA] And now it's working! ;) Thanks for the replies NiteWave, they helped...
  4. M

    Won't Run Because of PHP Version =(

    I specificied the path and now it's working!! :D In my case the path was /usr/local/share/GeoIP/GeoIP.dat And I'm using GeoIP mod_apache compiled for apache 2.x Now I can use it from PHP, retrieving the data from the $_SERVER varible. How to access GeoIP data from the .htaccess...
  5. M

    Won't Run Because of PHP Version =(

    I have enable GeoIP in the admin panel, and restarted it. But still sign of GeoIp on $_SERVER variables, also I have checked the log files and there's no error there. I read something about having to specify the DB path, but I can't figure out where. LSWS doesn't seem to have a variable for...
  6. M

    Won't Run Because of PHP Version =(

    I had it installed on my apache, since it's compatible with geoip mod_apache and it was in httpd.conf why LSWS isn't loading GeoIP? Maybe I have to compile GeoIP mod_apache again? At maxmind.com/app/mod_geoip they have 2 version, one for apache 1.3 and the other for apache 2.0. Which one...
  7. M

    Won't Run Because of PHP Version =(

    I have just begun adjusting my websites to LSWS, just one issue so far and it's GeoIP. How to do GeoIP from PHP and .htaccess with LSWS? Before I could do: PHP: apache_note("GEOIP_COUNTRY_CODE"); This is giving error now. .htaccess: RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(RU)$ Not giving...
  8. M

    Won't Run Because of PHP Version =(

    I just switched from Apache 2 to LSWS 4.0.15 WOW Server load dropped from 6 to 0.6 instantly! :D
  9. M

    Won't Run Because of PHP Version =(

    The PHP version requirement is from my scripts, not from LSWS. The link to php-litespeed-4.7.tgz is indeed not up-to-date, but I found out I can upgrade PHP direct from the admin panel at mydomain.com:7080
  10. M

    Why not install PHP 5.* by default in LWS 4.*

    I accessed the admin panel and I'm upgrading to PHP 5 now. It seems the error message that said it requires PHP 5 is not from LSWS but from the php software that runs my website. Thanks for the speedy reply!
  11. M

    Won't Run Because of PHP Version =(

    I've installed LSWS Enterprise Latest, installation went smoothly until I tried it on my browser and got: "PHP version 5.1.0 or greater is required. Your PHP is version 4.4.9, please ask your host to upgrade it." :( If PHP 5.1 is required why does LSWS ship with 4.4.9? Then I tried...
  12. M

    Why not install PHP 5.* by default in LWS 4.*

    I've just installed LSWS on my server and got this error on my browser: "PHP version 5.1.0 or greater is required. Your PHP is version 4.4.9, please ask your host to upgrade it." If LSWS requires PHP 5.1, why does it ship with 4.4.9???
Top