Search results

  1. P

    404 Error trying to use Roundcube webmail ???

    Hi - I've installed roundcube webmail and am getting a weird error... when it makes AJAX calls it makes them to a URL like this: GET https://.....com/roundcubemail/?_task=mail..... and I'm getting a 404. Which is odd because if I drop the "?_..." then the page loads (the homepage of...
  2. P

    Howto require SSL for a specific directory?

    Hi - I'm trying to figure out how to require SSL for a particular section of my website, but am having no luck. I'd like all requests that match www.domain.com/somewhere to be redirected to the SSL version if it isn't SSL. I've got both the HTTP and HTTPS versions of the site working...
  3. P

    SecFilterSelective HTTP_X_MOZ "prefetch" <-- broken!

    Hi - I am trying to block google's web accelerator. I have the following request filter setup: Action: log,deny,status:403,msg:'GWA Prefetch' Rule: SecFilterSelective HTTP_X_MOZ "prefetch" I then test it using curl: curl --header "X-Moz: prefetch" -v -I http://example.com It...
  4. P

    How to redirect http://123.123.123.123 to http://www.domain.com using 301 redirect?

    Hi - I have a need to redirect requests made directly to the IP address of our server back to the official domain name of the server using a 301 redirect, but I'm not sure how to proceed. I've redirected other "vanity" domains easily, but this seems different. The problem is that...
  5. P

    LS3.0 scratches hard disk every second?

    Hi - I've installed LS 3.0 on my Mac for development and notice that it accesses the hard disk every second. Even if I'm not browsing any web pages it does this. And it never seems to stop. I've fiddled around with various log file settings, but nothing seems to help. Wondering if you...
  6. P

    BUG: The document has been permanently moved to <A HREF="%s">here</A>

    Hi - We have several redirects and while they work, during some debugging today I think I see a problem. Here's the snippet from the XML configuration: <context> <type>redirect</type> <uri>/forums</uri> <externalRedirect>1</externalRedirect>...
  7. P

    Virtual Hosts (by way of templates) always say 'Restart Required', but work fine.

    Hi - Using 3.0RC2 (both FreeBSD6 and OSX) I have several virtual hosts that were created by adding them to a virtual host template. While they work fine their status is always 'Restart Required' yet a restart doesn't do anything to change it. In neither server have I imported *anything*...
  8. P

    Context Redirect that will remove the query string?

    Hi - I've got a redirect and it works great except I don't want it to pass along the query string to the new location and I can't figure out how to stop it from doing it. I would like to keep it as an external redirect so search engines will update instead of continuing to hit these urls...
  9. P

    Upgrading from 3.0RC1 to 3.0RC2 does not remove admin/html.3.0RC1 (nit picking :)

    Hi - Just an FYI that when upgrading to 3.0RC2 from 3.0RC1 the admin/html.3.0RC1 directory is not removed. Doesn't much matter to me, not sure it's supposed to be removed in order for the rollback stuff to work or not, but figured I'd mention it.
  10. P

    Pressing the +/- in the Order column of Contexts doesn't do anything.

    I'm running the freebsd6 3.0RC1 and have two contexts (to simulate apache's UserDir): When I click the + or - in the Order column the page refreshes, but their order hasn't changed (which is what I assume is supposed to happen). If I edit the config file directly and switch their order...
  11. P

    3.0RC1 won't do a graceful restart on FreeBSD 6.1

    Hi - Just installed 3.0RC1 and have noticed that when I do a 'graceful restart' within the admin panel it doesn't start itself back up. I base this on the fact that no lshttpd process is running. Here's my info: I am using the freebsd6 package. (note this is running inside of a...
Top