Search results

  1. N

    [Solved] ReWrite issues

    NM. I figured it out. now I feel pretty sheepish. I needed to define the HT Access "Allow Override" and file name. Thanks for your help and time.
  2. N

    [Solved] ReWrite issues

    So can you think of any reason that my htaccess entry would be ignored? Is this applied recursive or only to the directory it is found in? ############################################ ## rewrite everything else to index.php RewriteRule .* index.php [L] </IfModule>...
  3. N

    [Solved] ReWrite issues

    It looks like even after I issue "/usr/local/lsws/bin/lswsctrl stop", lsphp5 processes continue to consume resources.
  4. N

    [Solved] ReWrite issues

    Also, after chown of conf directory and contents to lsadm and editing the rewrite, CPU again goes through the roof.
  5. N

    [Solved] ReWrite issues

    Can you tell me what the impact would be of having the rewrite rule in LSWS and in the htaccess file would be? Would it conflict or would it be ignored? Thanks.
  6. N

    [Solved] ReWrite issues

    Well what could make that change? I built the server and installed LSWS. When setting up the site I had to mkdir /var/www/dev.grunt.com/conf and then chown it to lsadm in order to create the vhost.
  7. N

    [Solved] ReWrite issues

    I could. Is SSH sufficient or I would have to do some kind of web-ex type connection. The server in question is not exposed to the Internet.
  8. N

    [Solved] ReWrite issues

    The vhost.xml is owned by lsadm. It was created from the Admin CP. It just won't allow change to the rewrite settings. I have made changes to the Basic, General and Log tabs.
  9. N

    [Solved] ReWrite issues

    Yes, I am aware of how to change the settings. The settings do not remain when set by that method.
  10. N

    [Solved] ReWrite issues

    Any idea why I cannot modify the rewrite feature via the Admin CP and have to directly edit the vhost xml?
  11. N

    [Solved] ReWrite issues

    ReWrite enabled I have tried this with the log set on 0 and 5. both ways the server becomes unusable and I have to force a reboot. I am attaching a sample of the log during one of the times it was enabled. complete log was too large to upload and that was after only a few minutes. Thanks.
  12. N

    [Solved] ReWrite issues

    I do not understand why it is looking for a file system path to the dynamicly produced _includes shouldn’t it just be a URL? My developer pointed out that is was a rewrite issue. I checked and compared this dev site to the production site and all ofthe settings are the same as seen from the...
  13. N

    [Solved] ReWrite issues

    Why is my post truncated?
  14. N

    [Solved] ReWrite issues

    I have moved my site from one server to another server, The server name is the same, the sitename is the same and the paths are the same, only the IP is changed. MySQL is working and has connection. I can see it from the ExpressionEngine Admin UI. The setup is Ubuntu 10.10 (Maverick)...
  15. N

    can not reset SSL Private Key & Certificate for Virtual Host

    Yeah, I have seen posts to that extent. Looking at https://help.ubuntu.com/10.04/serverguide/C/certificates-and-security.html - got it, guess I just have to read a bit closer. Thanks for the assist.
  16. N

    can not reset SSL Private Key & Certificate for Virtual Host

    Well, I did a "chown -R lsadm:lsadm /etc/ssl/private" and that let me apply the key. But now I am getting: "[SSL] Config SSL Context with Certificate File: /etc/ssl/certs/server.crt and Key File:/etc/ssl/private/server.key get SSL error: error:0906406D:PEM routines:PEM_def_callback: problems...
  17. N

    can not reset SSL Private Key & Certificate for Virtual Host

    /etc/ssl/private/server.key I have a new install running on Ubuntu 10.10. I accepted defaults during install. When I try to set up my first SSL listener it sees the cert file but on the key file it returns "*file /etc/ssl/private/server.key does not exist. Please create manually". In the...
  18. N

    [Solved] NFS and LiteSpeed

    It seems I was able to fix this by using the command: sudo chown -R lsadm:lsadm /path/to/conf Thanks.
  19. N

    [Solved] NFS and LiteSpeed

    I sent you a PM. Thank you for your help. Is there a writeup or KB article on how to setup a NFS repository behind LiteSpeed servers? I did some searching but couldn't locate anything.
  20. N

    [Solved] NFS and LiteSpeed

    regarding the lsadm account. could I just add that account to a group I created for permission to the folder or would that have some advers impact? or should I just chmod and add the permission?
Top