1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>Disabled</key>
6	<true/>
7	<key>Label</key>
8	<string>org.apache.httpd</string>
9	<key>EnvironmentVariables</key>
10	<dict>
11		<key>XPC_SERVICES_UNAVAILABLE</key>
12		<string>1</string>
13	</dict>
14	<key>ProgramArguments</key>
15	<array>
16		<string>/usr/sbin/httpd</string>
17		<string>-D</string>
18		<string>FOREGROUND</string>
19	</array>
20	<key>OnDemand</key>
21	<false/>
22</dict>
23</plist>
24