Search results

  1. K

    Filtering Hack Attempts Via Http Auth

    Is there a way I can filter attempts to hack via http auth? I'm getting http auth requests which are trying to use SQL Injection with the login/username. It's not getting anywhere but I would like to stop the request before it reaches the application if possible? I tried using SecFilter but...
  2. K

    Minor Improvements to Admin Interface

    Couple of ideas that I think would be beneficial to the everyday usage of the admin interface: 1) When you change the configuration it notifies you "Configuration has been modified. To apply changes, please visit Control Panel and execute a Graceful Restart. Apply Changes". Rather than...
  3. K

    [RESOLVED] Memory Limit for VPS License

    Out of curiosity how come there is now a 1.5Gb memory limit for the VPS leased license? Does this mean it will only use 1.5Gb of memory or it will cease to work on a system with more memory? Being a Ruby on Rails developer I have a 2GB VPS and it doesn't take many rails apps to eat up that...
  4. K

    [RESOLVED] Setting up SSI

    Probably simple but couldn't see the answer anywhere: How do I setup SSI to process .shtml files for say the PHP_SuEXEC virtual host template? Thanks Luke
  5. K

    4.0.4/4.05 symlink issues

    I upgraded from 3.x tonight but I'm having issues with a virtual host template that uses symlinks The vh_root is like this: /home/sites/public_html/site1/public/$VH_ NAME public is a symlink to the users site folder, which they have access to: /home/user_site/ I have an access log setup to...
  6. K

    lscgid: execve(): Permission denied

    Hi There, I'm trying to setup a site that uses a simple perl script: #!/usr/bin/perl use LWP::Simple; print "Content-type: text/html\n\n"; @content=get('http://some_url'); foreach$line(@content) { $line=~s/<HEAD>/<HEAD>\n<BASE target=\"_top\">\n/; print $line; } Other perl scripts...
Top