Hi,
thanks! As I am new to plugins: how do I install them? I visited the github page but I didn't find any gz/zip files. In I-MSCP the plugin upload only allows those files. When I got it installed :-), how do configure it?
Thanks again!
Hi,
thanks! As I am new to plugins: how do I install them? I visited the github page but I didn't find any gz/zip files. In I-MSCP the plugin upload only allows those files. When I got it installed :-), how do configure it?
Thanks again!
Hi everyone,
my VPS provider has installed and configured a SSL certificate for my homepage which is hosted on Apache 2.4.10 / Debian 8u1 server. In order to get it working I was told that they had to deactivate the SSL nginx part to get the full chain encryption working with my domain running under Apache 2.4.10. They also mentioned that there will be some upcoming version of i-MSCP that supports full chain encryption for several domains and service under a single i-MSCP installation.
The thing is: I don't have a clue what they're talking about :-(. The current situation is: my domain is SSL protected, my i-MSCP control panel and mails are not.
My questions to you:
1.) Do you know when this feature will be available? Is there any beta version which already offers that functionality? I'm more than happy to try it
2.) Is there any workaround to get SSL back on nginx, too?
Thanks for your help!
Bye,
Sven
Thanks for your fast replies. I'll wait until the version is officially released! Nice to see that you're thinking the same way
Sven
Hi,
I just noticed that all i-MSCP redirects are of type 302 (temporary) which is not an ideal thing for Google SEO. I had to manually disable it in the frontend and made it a 301 redirect in a .htaccess file for the subdomain and domain alias, respectively.
I would like to have an option in the GUI to change the type of redirect (301, 302).
What do you think?
Thanks,
Sven
Hi,
Thanks for the quick response.
If I understood you correctly, I can put any script in /etc/imscp/hooks.d. Once an update of i-mscp is run or I add a new domain, every script in that folder is executed by i-mscp (if it has been set with chmod +x). Is that the idea? I have no knowledge in Python. But if my assumption is correct, e.g., I could use a bash script wich opens the conf file, make the necessary adjustments and run "service apache2 reload"?
Hi all,
first of all, I am completely new to I-MSCP and Apache2. I have never worked with the tools before. So please be patient with me and forgive some stupid questions :-). I have tried to do my research but now I need your help.
My goal was having a git repository available in the web. I followed some tutorials and I needed to make some modifications to the config file of the virtual host under /etc/apach2/sites-available/domain.de.conf. I was suprised: after running "service apache2 reload" everything worked as it should. Here are the modifications and additions I did printed in bold italic:
Listen 82
<VirtualHost xxx.xxx.xxx.xxx:82>
ServerAdmin look@xxx.de
ServerName gitweb.xxx.de
ServerAlias www.gitweb.xxx.de some.host.name
DocumentRoot /var/cache/git
SetEnv GITWEB_CONFIG /etc/gitweb.conf
Alias /static/gitweb.css /usr/share/gitweb/static/gitweb.css
Alias /static/gitweb.js /usr/share/gitweb/static/gitweb.js
Alias /static/git-favicon.png /usr/share/gitweb/static/git-favicon.png
Alias /static/git-logo.png /usr/share/gitweb/static/git-logo.png
ScriptAlias /gitweb.cgi /usr/lib/cgi-bin/gitweb.cgi
DirectoryIndex gitweb.cgi
The rest is unchanged.
After I ran the update of I-MSCP (i-MSCP PhpMyAdmin Addon updated to version 4.2.6.0 - which by the way failed with the message "an error has occured" ) the virtual host config file has been reset.
My question is: how can I protect my personal modifications from future updates? I found no way to make such changes in the web frontend.
Thanks for your help!
Sven
Solved! Nice support! Updated to version 1.1.12 (from development branch)! Nuxwin: Sent you a little donation on your paypal account! Continue your nice work!
Hi, I sent you an email with the details. Thanks for looking into this!
sure, give me 5 minutes
Sorry for misleading you into the wrong direction. It was my assumption that the setup was not correct as it is now not working but it worked in the past on the old server. So I can't tell you what went wrong. I can just give you the current behaviour what I have described in the first post. Hope that helps.