Code: Select all
[root@intellected-server ~]# service httpd status
Redirecting to /bin/systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: active (running) since Sat 2014-03-01 00:16:05 CET; 29min ago
Main PID: 507 (httpd)
Status: "Total requests: 14; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: name=systemd:/system/httpd.service
├─ 507 /usr/sbin/httpd -DFOREGROUND
├─ 818 PassengerWatchdog
├─ 821 PassengerHelperAgent
├─ 823 Passenger spawn server
├─ 826 PassengerLoggingAgent
├─ 833 /usr/sbin/httpd -DFOREGROUND
├─ 834 /usr/sbin/httpd -DFOREGROUND
├─ 835 /usr/sbin/httpd -DFOREGROUND
├─ 836 /usr/sbin/httpd -DFOREGROUND
├─ 837 /usr/sbin/httpd -DFOREGROUND
├─1019 /usr/sbin/httpd -DFOREGROUND
└─1105 /usr/sbin/httpd -DFOREGROUND
Mar 01 00:16:01 intellected-server.lan httpd[507]: AH00112: Warning: DocumentRoot [/var/hda/platform/html/public] does not exist
Mar 01 00:16:03 intellected-server.lan httpd[507]: AH00112: Warning: DocumentRoot [/var/hda/calendar/html] does not exist
Mar 01 00:16:05 intellected-server.lan systemd[1]: Started The Apache HTTP Server.
Code: Select all
[root@intellected-server ~]# ls /var/hda/web-apps/
adito dokuwiki jinzora phpmyadmin rnews wb
ajaxplorer egw linfo phpmybackup tiki webcalendar
blog gallery2 monitorix phpsysinfo tinytodo
budget glpi owncloud rcmail vnstat
Code: Select all
[root@intellected-server ~]# ls /etc/httpd/conf.d/
01-platform.conf 1008-vnstat.conf 1018-rcmail.conf
03-calendar.conf 1009-dokuwiki.conf 1019-owncloud.conf
1000-jinzora.conf 1010-budget.conf 1020-wb.conf
1001-ajaxplorer.conf 1011-webcalendar.conf autoindex.conf
1002-blog.conf 1012-rnews.conf passenger.conf
1003-phpsysinfo.conf 1013-glpi.conf php.conf
1004-gallery2.conf 1014-tiki.conf README
1005-phpmyadmin.conf 1015-linfo.conf ssl.conf
1006-phpmybackup.conf 1016-monitorix.conf userdir.conf
1007-egw.conf 1017-tinytodo.conf welcome.conf