Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^8: [SOLVED] Configuring Apache VirtualHosts using mod_perl 2

by FloydATC (Deacon)
on Dec 04, 2014 at 09:30 UTC ( [id://1109223]=note: print w/replies, xml ) Need Help??


in reply to Re^7: [SOLVED] Configuring Apache VirtualHosts using mod_perl 2
in thread [SOLVED] Configuring Apache VirtualHosts using mod_perl 2

I don't know much about the technicalities of it, but CentOS 7 uses systemd which is running Apache inside a 'slice', this is unlike previous versions of CentOS which used the SysV init style where things more or less run in the root environment. As far as I understand, the idea is to offer each daemon a "clean" running environment where daemons won't interfere with eachother.

$ systemctl status httpd httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled) Active: active (running) since Thu 2014-12-04 08:13:07 CET; 2h 9min + ago Process: 16316 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, st +atus=0/SUCCESS) Main PID: 16321 (/usr/sbin/httpd) Status: "Total requests: 3; Current requests/sec: 0; Current traffi +c: 0 B/sec" CGroup: /system.slice/httpd.service +-16321 /usr/sbin/httpd -DFOREGROUND +-16326 /usr/sbin/httpd -DFOREGROUND +-16327 /usr/sbin/httpd -DFOREGROUND +-16328 /usr/sbin/httpd -DFOREGROUND +-16329 /usr/sbin/httpd -DFOREGROUND +-16330 /usr/sbin/httpd -DFOREGROUND +-16405 /usr/sbin/httpd -DFOREGROUND
-- FloydATC

Time flies when you don't know what you're doing

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1109223]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-20 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found