/users dir and apache directives

Discussion in 'Installation/Configuration' started by blackfire, Mar 17, 2007.

  1. blackfire

    blackfire New Member

    Hello everyone,
    I'll be brief: have you got any idea how can I PREVENT ispconfig from adding a line like this one
    AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web6/user/$1/web/$3

    In the vhosts.conf file?
    I need to use an application with the /users subidr, and nothing will work if I don't remove that line. I know I can ADD lines to the vhost file, but what about removing? Obv if I remove it manually ispconfig will overwrite my changes... so? :((((((

    Thank you!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you want to remove these lines, have a look in the file /root/ispconfig/scripts/lib/config.lib.php, it is defined in the function make_vhost .
     

Share This Page