Changes between Version 5 and Version 6 of Projects/Apache_Runtime


Ignore:
Timestamp:
06/26/12 04:18:09 (12 years ago)
Author:
C Rempel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Apache_Runtime

    v5 v6  
    44'''Status:''' Exploratory
    55
     6This project is designed to help a developer interested in porting the Apache Runtime to RTEMS, it is by no means complete.
     7
     8The Apache Runtime RTEMS port may make the most sense if it were part of an Apache package; Apache requires alot of software: Apache Runtime (apr), XML parser (Exat), Apache Utilities, Perl Compatible Regular Expression (pcre), and of course, the Apache HTTPD server.
     9 
    610Porting Apache to RTEMS makes the most widely used webserver available to RTEMS system developers. I did the first port of Apache to RTEMS as my master's project, but I wanted a port that would "last the ages", so I am working on a port that can be updated with changes in Apache and RTEMS in less than 2 weeks by an embedded systems developer.
    711
     
    8387        make install
    8488
    85 It builds, but it's not tested...
     89It builds, but it's not tested...=  Next Steps  =
    8690
    8791The next step will be getting the Apache Test Suite up and running in rtems-addon-packages/examples/apr.  I'm currently looking at a simpler package to learn more about the rtems-addon-packages/examples I imagine it will be weeks before I get back to this.