andreapollastri / cipi

Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.
https://cipi.andreapollastri.net
1.09k stars 223 forks source link

sites added in cipi not created on server #371

Closed rkmaier closed 2 years ago

rkmaier commented 2 years ago

I manged to add my first site using the cpanel in CIPI, but none of the other sites I added after that are created on the server and I don't see any error messages.

andreapollastri commented 2 years ago

Do you receive any error? Are you sure that vuoi does not create any virtual host after the first? It's really illogical this behavior! Give me more details about this issue! (Provider, how are you checking the issue, ...)

rkmaier commented 2 years ago

Hi, well the site details are added to cipi database but the user for the new site is not created (no new user folder created), so I couldn't connect to it using ssh. Im using a dev domain, which requires ssl by default, maybe that's the issue.

andreapollastri commented 2 years ago

oK! It's very strange! By my Side this version of cipi has no problem in user creation but that step is complex... the steps are:

So the problems could be:

I don't have access to your current situation and it's very strange!

Try to give me: /var/www/html/storage/logs/laravel.log

And to check if in main cipi db is there any failed job In failed_jobs table.

Check also if you have any firewall for ssh and that ports 22,80 and 443 are open... than for devs domain click on generate ssl because cert it's the only way to view a .dev website!

donniewr commented 2 years ago

I had the same issue, the problem was the the permissions in/var/www/html Check the permissions of that folder.

Run sudo chown -R www-data:cipi /var/www/html to fix them.

https://github.com/andreapollastri/cipi/issues/347