Search results

  1. D

    Another mod_rewrite problem

    RewriteEngine On RewriteBase / RewriteRule ^(.*).html$ index.php?p=$1 Works on apache... ... close it)
  2. D

    Out of swapping space?

    Same problem. Changing dir's doesn't helped. 10GB of free space. Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/vd0 102400000 91597412 10802588 89% / using php script for compression <?php global $GZIP; if($GZIP == 1 and $indexphp == 1) {...
  3. D

    php mail 503 error

    Updated got same error 503 Service Unavailable The server is temporarily busy, try again later! Powered By LiteSpeed Web Server LiteSpeed Technologies is not responsible for administration and contents of this web site!
  4. D

    php mail 503 error

    When i try to send mail php mail() i got 503 internal server error. Apache running on same server works fine, configuration and paths same as in litespeed. help plz.
  5. D

    Web Admin doesn't saves Virtual Host data

    subj. For example i change Document Root in Tab "General" then press save button. Field changes to new value, but config file doesn't changes and when i press on "General" tab again Document Root changes to old value. Config host1.xml root:root 777 user:group
  6. D

    Document Root

    it doesn't update vhost config file... i've changed it manualy. Another question, when i try to restart lshttpd i've got an error From web admin server hangs up... (top)
  7. D

    Document Root

    i'm using web admin (:7080) i've changed Document Root: (Virtual Hosts > General > Edit) then i press save. then i refresh page and Document Root changes to previous state.
  8. D

    MySQL trouble

    i can't connect to MySQL #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client Apache running at another port using this php version works fine... How can i solve this?
Top