Talk:Ubuntu 13.04 Server and Request Tracker/@comment-190.140.42.93-20150825212741

From Request Tracker Wiki
Jump to navigation Jump to search

Firts I eliminate this line 

Include /etc/request-tracker4/apache2-modperl2.conf

RedirectMatch ^/$ /rt


And then my apache server is running

root@rtsrv1:~# service apache2 restart

root@rtsrv1:~# a2enmod rewrite; service apache2 restart

Module rewrite already enabled

root@rtsrv1:~#  systemctl status apache2.service -l

● apache2.service - LSB: Apache2 web server

 Loaded: loaded (/etc/init.d/apache2)

 Active: active (running) since Tue 2015-08-25 18:28:58 EST; 30s ago

   Docs: man:systemd-sysv-generator(8)

Process: 2418 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)

Process: 2442 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)

 CGroup: /system.slice/apache2.service

         ├─2456 /usr/sbin/apache2 -k start

         ├─2459 /usr/sbin/apache2 -k start

         └─2460 /usr/sbin/apache2 -k start


Aug 25 18:28:57 rtsrv1 systemd[1]: Starting LSB: Apache2 web server...

Aug 25 18:28:57 rtsrv1 apache2[2442]: * Starting web server apache2

Aug 25 18:28:58 rtsrv1 apache2[2442]: *

Aug 25 18:28:58 rtsrv1 systemd[1]: Started LSB: Apache2 web server.