If I recall correctly, when a user (virtualhost) adds a SSL certificate they are presented with an option to choose between a sym link to their existing public_html folder or to create a duplicate folder under domains. (Correct me if I am wrong on that)
This user in particular has an SSL certificate installed and configured using the symlink method. However if I try to configure some custom HTTPD settings via the admin panel I am only given/provided a single place to add any custom httpd configurations. Those configurations are then replicated for the two virtualhosts (80 and 443).
Now, granted I am tweaked to use PHP5.3.6 FPM via mod_fastcgi. So I understand that DA is confused a bit.
When I add my custom directives, Apache freaks out about FastCgiExternalServer being defined twice and will not start.
In a future update, is it possible to add a second "Custom HTTPD Configuration" form when SSL is enabled for a particular domain. One form for custom httpd config's for the port 80 virtual host. And an additional yet separate form for custom port 443 virtual hosts. That way any conflicting settings or directives can be added or removed accordingly.
Unless of course there is already a method in place that I am not aware of. I know I can just manually remove it from the config while ssh'd into the server. But I'd rather try and stick "within the boundaries" when possible.
This user in particular has an SSL certificate installed and configured using the symlink method. However if I try to configure some custom HTTPD settings via the admin panel I am only given/provided a single place to add any custom httpd configurations. Those configurations are then replicated for the two virtualhosts (80 and 443).
Now, granted I am tweaked to use PHP5.3.6 FPM via mod_fastcgi. So I understand that DA is confused a bit.
When I add my custom directives, Apache freaks out about FastCgiExternalServer being defined twice and will not start.
PHP:
FastCgiExternalServer: redefinition of previously defined class
In a future update, is it possible to add a second "Custom HTTPD Configuration" form when SSL is enabled for a particular domain. One form for custom httpd config's for the port 80 virtual host. And an additional yet separate form for custom port 443 virtual hosts. That way any conflicting settings or directives can be added or removed accordingly.
Unless of course there is already a method in place that I am not aware of. I know I can just manually remove it from the config while ssh'd into the server. But I'd rather try and stick "within the boundaries" when possible.