[ic] IC 5.6.0 only working with socketperms 666

IC ic at tvcables.co.uk
Wed Sep 3 15:19:10 UTC 2008


You can change User and Group per-vhost.

Add or replace User and Group lines in the specific vhost (in the
file or configuration block where it is defined), and
leave the default as it was.

-doc

Hi Doc

The vhost section looks like this:-

<VirtualHost 87.117.238.25:80>
    ServerName prosignal.co.uk
    ServerAlias www.prosignal.co.uk
    DocumentRoot /home/prosigna/public_html
    ServerAdmin webmaster at prosignal.co.uk
    ## User prosigna # Needed for Cpanel::ApacheConf
    <IfModule mod_suphp.c>
        suPHP_UserGroup prosigna prosigna
    </IfModule>
    <IfModule !mod_disable_suexec.c>
        SuexecUserGroup prosigna prosigna
    </IfModule>
    CustomLog /usr/local/apache/domlogs/prosignal.co.uk-bytes_log "%{%s}t %I
.\n%{%s}t %O ."
    CustomLog /usr/local/apache/domlogs/prosignal.co.uk combined
    ScriptAlias /cgi-bin/ /home/prosigna/public_html/cgi-bin/
</VirtualHost>

Is it the prosigna prosigna, which is the user, that needs changing?

Andy.




More information about the interchange-users mailing list