Search results

  1. N

    [Solved] NFS and LiteSpeed

    OK, well I used "sudo su -c 'touch test' www-data" and passed the password of the user I was ssh'd and that worked just fine.
  2. N

    [Solved] NFS and LiteSpeed

    About the NFS setup I do have the web servers IPs in there. I just added my local IPs since it appeared it was attempting to write as if from there. /etc/exports: /share 199.204.136.47(rw,sync,no_root_squash,no_subtree_check) 199.204.136.48(rw,sync,no_root_squash,no_subtree_check) /share...
  3. N

    [Solved] NFS and LiteSpeed

    Well, I really don't believe that it should be referencing my local IP as the source for a mkdir request. I added the following to the /etc/exports file on the NFS server: /share 192.168.1.44(rw,sync,no_root_squash,no_subtree_check) 192.168.1.2(rw,sync,no_root_squash,no_subtree_check)...
  4. N

    [Solved] NFS and LiteSpeed

    OK, just for giggles, I tried using Firefox with no proxy setings to log into the admin UI. It gives the same error even though Firefox is not using the proxy. So I still have not clue how it is getting the 192.168.1.2 IP.
  5. N

    [Solved] NFS and LiteSpeed

    192.168.1.2 is not my workstation IP or the IP of the web server (it is the IP of my proxy). Also /var/www/conf/sitename/ is a local path on the web server and not the NFS share. I do not understand why it would be attempting to reference the proxy IP in a write attempt. I am doing all of...
  6. N

    [Solved] NFS and LiteSpeed

    Hello, I have setup an NFS server to hold site files, I have two LiteSpeed servers with a load balancer and would like to use NFS rather than rsync to keep them the same. The NFS server seems to work fine. I cann SSH into either of the web servers and create files from the CLI. When I try...
  7. N

    PHP install for Litespeed

    PHP install Well, I had to get PHP5.3.2 from http://archive.ubuntu.com/ubuntu/pool/main/p/php5/php5_5.3.2.orig.tar.gz This has seemed to work. I did not get any errors when running it with the same option set I posted earlier.
  8. N

    PHP install for Litespeed

    PHP info First, thanks for helping. php -i did not return any output 'Configure Command=>' It does return this though: phpinfo() PHP Version => 5.3.2-1ubuntu4.5 So it looks like I need to install a higher version anyway to make sure my dev box matches my prod. I had actually...
  9. N

    PHP install for Litespeed

    PHP Install comments. I have updated everything possible and I had to manually install the Suhosin patch. compiling through lsws admin interface does not work. it complains of the erros that I posted above that it look like file not found errors but I have not been able to find anywhere to...
  10. N

    PHP install for Litespeed

    PHP install I am trying to build a dev machine to be installed as close as possible to a production machine that someone else at our hosting site built. here are the istructions that I have. The first thing is getting the server with the correct modules. Running apt-get install...
  11. N

    PHP install for Litespeed

    PHP Package Could I get this to work using 'sudo apt-get install php5' or will that not get PHP to work on the Litespeed web server?
  12. N

    PHP install for Litespeed

    I am having real time trying to get PHP installed with lsws. I keep getting erros like ac_fn_c_try_link: not found I have read http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot and several other threads regarding the PHP install. This is on a...
  13. N

    [Solved] new install, admin login failure

    reset admin password I reset the admin account and password and I was able to log in. sudo /usr/local/lsws/admin/misc/admpass.sh
  14. N

    [Solved] new install, admin login failure

    I have a new install on Ubuntu 10.4.2. I installed the OS and everything my self and this server has not had Apache installed prior. When I go to the admin login page and attempt to sign in it greys out and at the bottom of the browser is a error warning. It states "Errors on this web page...
Top