Files
SecGen/modules/services/unix/http/apache/secgen_metadata.xml
2016-07-30 11:45:06 +01:00

27 lines
779 B
XML

<?xml version="1.0"?>
<service xmlns="http://www.github/cliffe/SecGen/service"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/service">
<name>Apache HTTP Server</name>
<author>TODO</author>
<module_license>Apache v2</module_license>
<description>An installation of Apache</description>
<type>httpd</type>
<platform>linux</platform>
<!--optional details-->
<reference>https://httpd.apache.org/</reference>
<software_name>apache</software_name>
<software_license>Apache v2</software_license>
<!--Cannot co-exist with other apache installations-->
<conflict>
<software_name>apache</software_name>
</conflict>
<requires>
<type>update</type>
</requires>
</service>