I want to run TPP on a Linux server of our institute. However, I'm not a super user so I cannot edit /etc/httpd/conf/httpd.conf . Is there any method to detour this authority issue and run the TPP GUI through Apache or other web server? I tried using apachectl -f but failed as below:
$ apachectl -f conf/httpd-tpp.conf
Passing arguments to httpd using apachectl is no longer supported.
You can only start/stop/restart httpd using this script.
If you want to pass extra arguments to httpd, edit the
/etc/sysconfig/httpd config file.
httpd: Could not open configuration file /etc/httpd/conf/httpd-tpp.conf: No such file or directory