Current time: 12-23-2024, 07:08 AM Hello There, Guest! (LoginRegister)


Post Reply 
SSL support - script and instructions
Author Message
sseitz Offline
Junior Member
*

Posts: 17
Joined: Mar 2009
Reputation: 0
Post: #4
RE: SSL support - script and instructions
(08-21-2008 02:19 PM)Feyr Wrote:  that's all, any comments, modifications, or unforseen bugs are welcome. i coded this in roughly an hour late at night, i wouldn't be surprised if it was full of them. but it seem to work

Thanks for this!

By now your script ignores domainnames with dashes in it. I'm not really good in Perl Regexp, but I assume changing line 41 to
Code:
my @servname=map { $_ =~ /^\s+Servername\s+([\w-.]+)/i; $1 } grep(/ServerName/i, @tmpvirthost);

will do the trick.

cheers,

Stephan
04-06-2009 04:57 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SSL support - script and instructions - sseitz - 04-06-2009 04:57 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)