Let's create the Apache module. We'll create a fake management system with a list of users. There is one resource that's accessible with two HTTP verbs: GET and POST:
- Navigate to File | New | Other.
- Navigate to Delphi Projects | WebBroker | Web Server Application.
- The first wizard asks you for which platform the application will be created: in this case, we leave things as they are (we will see the deploy on Linux in the next chapter), so click Next.
- In the resultant modal dialog, select Apache dynamic link module and click Next.
- In the combo box, select Apache version 2.4 and write peoplemanager_module as the module name.
- Click Finish.
- Save the project using the following file names:
- mod_peoplemanager.dproj
- WebModuleU.pas ...