ispCP - Board - Support
sites-enabled/ispcp.conf no longer updated - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: sites-enabled/ispcp.conf no longer updated (/thread-9602.html)



sites-enabled/ispcp.conf no longer updated - spamsuxx - 02-13-2010 10:38 AM

Hi ispcp users,

since a IP change and upgrade from 1.0.3 to 1.0.3-1 on Debian 4.0 Etch I can add subdomains, they are created correctly on the file system, but I can't access them via http (error 403 Forbidden)

The subdomain can be found in /etc/apache2/sites-available/ispcp.conf, but not in /etc/apache2/sites-enabled/ispcp.conf.

When I copy the file from sites-available to sites-enabled everything works.

I regenerated all config files without success. It fails to upgrade the file in sites-enabled.


Any hints to solve this?

Thanks for your help.

Kind regards
spamsuxx


RE: sites-enabled/ispcp.conf no longer updated - kilburn - 02-13-2010 10:54 AM

Delete the /etc/ispcp/sites-enabled/ispcp.conf and create a symlink:
Code:
/etc/ispcp/etc/sites-enabled/ispcp.conf -> /etc/ispcp/sites-available/ispcp.conf
(This is how it should be setup)


RE: sites-enabled/ispcp.conf no longer updated - spamsuxx - 02-13-2010 07:04 PM

(02-13-2010 10:54 AM)kilburn Wrote:  Delete the /etc/ispcp/sites-enabled/ispcp.conf and create a symlink:
Code:
/etc/ispcp/etc/sites-enabled/ispcp.conf -> /etc/ispcp/sites-available/ispcp.conf
(This is how it should be setup)

Thanks for the solution.

Should I also symlink 00_master.conf and 01_awstats.conf too?

Kind regards
spamsuxx


RE: sites-enabled/ispcp.conf no longer updated - kilburn - 02-13-2010 09:37 PM

You're welcome Smile ... and yes Wink