Search

I'll be at


My Twitter

    Subscribe

    Recent entries

    No recent entries.

    Archives by subject

    Archives by date

    Sun Mon Tue Wed Thu Fri Sat
        1 2 3 4 5
    6 7 8 9 10 11 12
    13 14 15 16 17 18 19
    20 21 22 23 24 25 26
    27 28 29 30 31    
    7
    Apr

    Online tool for creating Apache .htaccess files

    Creating/modifiy the Apache webserver .htaccess files by hand can be a bit of a pain at times.

    Today I came across a website that lets one generate an .htaccess file using a nice, Ajax-y web interface.

    For example, to setup authentication, one has to create a user. You can do that by simply filling out a simple form like:

    Create .htaccess file

    » Continue reading "Online tool for creating Apache .htaccess files"

    16
    Feb

    Subversion does not work with Apache 2.2

    Part of rebuilding my laptop was to get Subversion going.

    Installed Subversion server 1.4. As I like to access it over http using Apache, I installed latest build of Apache 2.2.

    But after making changes to http.conf to get Apache to work with Subversion, Apache server refused to start up. The Apache logs didn't contain anything descriptive on why the server was not starting up.

    Then I came across the following warning on the Subversion downloads page:

    Note that the Apache modules included in this package was compiled against Apache HTTP Server 2.0, and thus will not work with Apache HTTP Server 2.2.

    So that was the problem. Have now uninstalled Apache 2.2 and am installing Apache 2.

    Hopefully that will work.