[Plesk] How to enable root access??

Discussion in 'Site & Server Administration' started by 123GoToAndPlay, Apr 28, 2009.

  1. #1
    I like to see what's in folder
    /home/httpd/vhosts/<domain-name>/conf/

    but i get permission denied and i need to be login as root.

    nvermind

    I need to add the line
    "ServerAlias *.mydomain.com"
    in the <VirtualHost> section of the config file (i think httpd.conf)

    Where do i find httpd.conf???
     
    123GoToAndPlay, Apr 28, 2009 IP
  2. SSANZ

    SSANZ Peon

    Messages:
    861
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In most systems you will find it /usr/local/apache

    try - locate apache

    If locate is out of date - updatedb.
     
    SSANZ, Apr 28, 2009 IP
  3. Atulya

    Atulya Guest

    Messages:
    142
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Using this command you can find the httpdconf file.

    find / -name httpdconf
     
    Atulya, Apr 29, 2009 IP