Apache HTTP Server Configuration - Linux

/etc/systemd/apache2.service

Quick Actions

๐Ÿ“ฅ Download Original apache2.service

Configuration File Information

Configuration File Content

/etc/systemd/apache2.service
17 lines
[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target
Documentation=https://httpd.apache.org/docs/2.4/

[Service]
Type=forking
Environment=APACHE_STARTED_BY_SYSTEMD=true
ExecStart=/usr/sbin/apachectl start
ExecStop=/usr/sbin/apachectl stop
ExecReload=/usr/sbin/apachectl graceful
PrivateTmp=true
Restart=on-abort

[Install]
WantedBy=multi-user.target

        

Download Commands

apache2.service โ€ข

Download the 100% original unaltered configuration file pulled from Apache HTTP Server

Using wget:

wget -O apache2.service.example https://exampleconfig.com/api/v1/config/original/70b7c8316f3e22f93e0a67d22b022562?hint=apache2.service

Using curl:

curl https://exampleconfig.com/api/v1/config/original/70b7c8316f3e22f93e0a67d22b022562?hint=apache2.service > apache2.service.example

Related Configuration Files

Technical Details

File Location
/etc/systemd/apache2.service
Platform
Linux
File Size
17 lines
Application
Apache HTTP Server
MD5 Checksum
70b7c8316f3e22f93e0a67d22b022562
SHA256 Checksum
93a07305e77f085cc23b48f7a228e1870323cad4e2b19bba74c1ac498b00f4a6