removing https site causes an error!

9 posts / 0 new
Last post
#1 Mon, 09/25/2017 - 11:09
edwardsmarkf

removing https site causes an error!

hello -

a couple of times i removed a virtualmin https (port 443) site, but the stuff below is not removed from the httpd.conf file. i had to manually go in and delete it and manually restart.

any idea what i might be doing wrong?

<VirtualHost 162.216.114.36:443>
SuexecUserGroup "#580" "#580"
ServerName mydomain.org
ServerAlias www.mydomain.org
ServerAlias webmail.mydomain.org
ServerAlias admin.mydomain.org
DocumentRoot /home/mydomain.org/public_html
ErrorLog /var/log/virtualmin/mydomain.org_error_log
CustomLog /var/log/virtualmin/mydomain.org_access_log combined
ScriptAlias /cgi-bin/ /home/mydomain.org/cgi-bin/
DirectoryIndex index.html index.htm index.php index.php4 index.php5
<Directory /home/mydomain.org/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
AddType application/x-httpd-php .php
AddType application/x-httpd-php5 .php5
AddType application/x-httpd-php5.6 .php5.6
AddType application/x-httpd-php5.6 .php
Action application/x-httpd-php5 /cgi-bin/php5.cgi
Action application/x-httpd-php5.6 /cgi-bin/php5.6.cgi
</Directory>
<Directory /home/mydomain.org/cgi-bin>
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
</Directory>
RewriteEngine on
RewriteCond %{HTTP_HOST} =webmail.mydomain.org
RewriteRule ^(.*) https://mydomain.org:20000/ [R]
RewriteCond %{HTTP_HOST} =admin.mydomain.org
RewriteRule ^(.*) https://mydomain.org:10000/ [R]
RemoveHandler .php
RemoveHandler .php5
RemoveHandler .php5.6
SSLEngine on
SSLProxyEngine on
SSLCertificateFile /home/mydomain.org/2_mydomain.org.crt
SSLCertificateKeyFile /home/mydomain.org/mydomain.org.key
SSLCACertificateFile /home/mydomain.org/1_root_bundle.crt
Mon, 09/25/2017 - 21:45
Joe
Joe's picture

That sounds bug-like, though I don't think we've had any similar reports. What do you mean when you say you "removed a virtualmin https (port 443) site"? Do you mean you unchecked the box for SSL in the enabled features in the Edit Virtual Server page and saved it, or do you mean you deleted the whole virtual server and the SSL site was left behind?

We there any errors when saving or deleting?

--

Check out the forum guidelines!

Wed, 09/27/2017 - 10:23
edwardsmarkf

i just went in and deleted the virtual website without first unchecking the SSL box.

EDIT: this would certainly be easy enough for me to test.

NOTE: i am not sure what that other comment was all about. i have always found virtualmim/webmin to be totally awesome and wonderful, and i am very grateful to have it available to me.

Wed, 09/27/2017 - 12:50
Welshman
Welshman's picture

Just do not release software with bugs plz.

We all do not want the new gimickey crap. Just a solid platform

When will you learn.

Chaos Reigns Within, Reflect, Repent and Reboot, Order Shall Return.

Wed, 09/27/2017 - 12:55
Welshman
Welshman's picture

Sometimes I wonder if the VM team like Mr Cameron who apparently works for Google really fffgkn cares, maybe just doing his job as a guard.??

Either deliver a product, or fk of and do something better and relaese a load of people.

Mavic drone. I am making thousands.

Talk about a backward hi tech solution lol.

Chaos Reigns Within, Reflect, Repent and Reboot, Order Shall Return.

Wed, 09/27/2017 - 19:05 (Reply to #5)
Joe
Joe's picture

Look, we don't make enough money doing this to have any patience for folks trash-talking our work in our own forums. You've been abusive to other users, to us, and just generally an ass ever since you arrived here. Who do you think this kind of comment is helping? Anyway, it doesn't matter...you're a guest in our house and we're asking you to treat everyone with respect. Criticism is always welcome; abuse is not.

In short: Please read the forum guidelines. Please be respectful. This is your one warning.

Cheers,

Joe

--

Check out the forum guidelines!

Thu, 09/28/2017 - 11:46
edwardsmarkf

Joe - as always, virtualmin/webmin and the people representing it continue to offer outstanding service. thank you for providing such a useful and valuable tool.

Criticism is always welcome; abuse is not.

i trust compliments are also welcome....!

Fri, 09/29/2017 - 00:03 (Reply to #7)
Joe
Joe's picture

Thanks for the kind words, Mark. We're all doing the best we can.

--

Check out the forum guidelines!

Fri, 09/29/2017 - 10:21
edwardsmarkf

We're all doing the best we can.

and it shows. love that dashboard-notification-favorites side-window.

Topic locked