Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

295
Views
CWP Account's Subdomains on Main Domain

I was surfing on the internet and I don't know what's going on anymore. I flipped across Google ;)

How to setting my VPS for all user's accounts? Could you help me?

Example:

Server "top" domain: srv1.myserver.com

  1. Customer domain: ubuntu001.com (now it's OK: www.myserver.com/~ubuntu001)
  2. Customer domain: garfield.net (now it's OK: www.myserver.com/~garfield)

I need this "format":

  1. ubuntu001.myserver.com OR ubuntu001.com.myserver.com
  2. garfield.myserver.com OR garfield.net.myserver.com

How to config my CWP VPS (apache vhosts)?

Thank you for all the guidelines.

UPDATE:

  1. Edit this conf file: /usr/local/apache/conf.d/vhosts/myserver.com.conf
  2. Add "ServerAlias" for VirtualHost block
  3. Restart Apache service on server
<VirtualHost 1.2.3.4:80>
    ServerName ubuntu001.com
    ServerAlias www.ubuntu001.com
    ServerAlias ubuntu001.myserver.com
    ServerAlias www.ubuntu001.myserver.com

    ServerAdmin webmaster@ubuntu001.com
    DocumentRoot /home/ubu001/public_html
    
    [...]
    
    <IfModule mod_setenvif.c>
        SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on
    </IfModule>

    <Directory "/home/ubu001/public_html">
        Options -Indexes -FollowSymLinks +SymLinksIfOwnerMatch
        AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
    </Directory>

    [...]
    
</VirtualHost>

I's OK: http://ubuntu001.myserver.com I's not working: httpS://ubuntu001.myserver.com

(the myserver.com is an example domain)

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!