https://bugs.contribs.org/show_bug.cgi?id=11178

--- Comment #2 from Brian Read <[email protected]> ---
Web page is /usr/local/unjunkmgr

Not sure if this is relevant:

[root@sme10 httpd.conf]# systemctl stop httpd
[root@sme10 httpd.conf]# systemctl start httpd
Job for httpd.service failed. See "systemctl status httpd.service" and
"journalctl -xe" for details.
[root@sme10 httpd.conf]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor
preset: disabled)
   Active: failed (Result: protocol) since Mon 2020-11-16 14:36:15 GMT; 3s ago
     Docs: man:httpd(8)
           man:apachectl(8)
  Process: 21875 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited,
status=0/SUCCESS)
 Main PID: 21875 (code=exited, status=0/SUCCESS)

Nov 16 14:36:15 sme10.bjsystems.co.uk systemd[1]: Starting The Apache HTTP
Server...
Nov 16 14:36:15 sme10.bjsystems.co.uk httpd[21875]: httpd (pid 1289) already
running
Nov 16 14:36:15 sme10.bjsystems.co.uk systemd[1]: Failed to start The Apache
HTTP Server.
Nov 16 14:36:15 sme10.bjsystems.co.uk systemd[1]: Unit httpd.service entered
failed state.
Nov 16 14:36:15 sme10.bjsystems.co.uk systemd[1]: httpd.service failed.
[root@sme10 httpd.conf]# 

This perhaps is more relevaqnt:

from /etc/http/conf/http.conf:

Alias /unjunkmgr /usr/local/unjunkmgr
<Directory /usr/local/unjunkmgr>
        AddType application/x-httpd-php .php
        Options FollowSymLinks
        Options +ExecCGI
        order deny,allow
        deny from all
        allow from 127.0.0.1 192.168.100.0/255.255.255.0
</Directory>

Clearly it "needs" php.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to