Displaying 1 result from an estimated 1 matches for "admin_xxx".
2019 Apr 12
1
Cockpit within httpd
...ctionality:
http://xxx.example.com/cockpit
(not the real URL)
where 'xxx.example.com' is one of the virtual web sites on my server.
I tried as follows for the definition of the virtual server:
<VirtualHost *:80>
ServerName xxx.example.com
ServerAdmin admin_xxx at example.com
DocumentRoot /home/xxx/public_html
Options +ExecCGI +Includes +FollowSymLinks
LogFormat Combined
TransferLog /var/log/httpd/u_xxx_access_log
ErrorLog /var/log/httpd/u_xxx_error_log
RewriteEngine...