|
From: Jamie C. <jca...@we...> - 2006-03-25 02:10:15
|
Hi Ravi, Once you have the SSL cert, you can edit a virtual server in Virtualmin, click on the 'Manage SSL Certificate' button, and paste it into the text field for the cert. - Jamie On 24/Mar/2006 18:54 Ravi Gehlot wrote .. > Jamie, > > Do you have any information in how to install Secure Certificates > using Webmin/Virtualmin? I just never tried doing this before and one of > my > clients has requested that I install https for him. The secure certificate > has already been bought and it is active. > > Ravi. > > -----Original Message----- > From: web...@li... > [mailto:web...@li...] On Behalf Of Ravi Gehlot > Sent: Friday, March 24, 2006 6:24 PM > To: web...@li... > Cc: 'Jamie Cameron' > Subject: RE: [webmin-l] Proxying IP > > Jamie, > > Thank You once more. This has fixed the problem without major > changes. > > Ravi. > > -----Original Message----- > From: web...@li... > [mailto:web...@li...] On Behalf Of Jamie > Cameron > Sent: Friday, March 24, 2006 5:19 PM > To: web...@li... > Subject: RE: [webmin-l] Proxying IP > > Perhaps you have the Webmin temp files directory set to /var/.webmin . > This can be changed to something else with more space (like /usr/.webmin) > by > editing the /etc/webmin/config file, and updating the tempdir= line. > > - Jamie > > On 24/Mar/2006 16:54 Ravi Gehlot wrote .. > > Jamie, > > > > Thanks once more for claying things. Whenever backups are triggered > > a directory called .webmin is created in /var . The command df -h shows > > var > > decreasing in size as the backups proceed. This was happening on version > > 1.240. I haven't yet triggered any new backups on the new version. > Shouldn't > > matter whichever version I run. Correct? > > > > Ravi. > > > > -----Original Message----- > > From: web...@li... > > [mailto:web...@li...] On Behalf Of Jamie > > Cameron > > Sent: Friday, March 24, 2006 12:46 AM > > To: web...@li... > > Subject: RE: [webmin-l] Proxying IP > > > > On 23/Mar/2006 19:15 Ravi Gehlot wrote .. > > > > > > Jamie, > > > > > > That did it! It now works fine. My bad. It is one of these things > > > that frustrate me. I wish I could be more thoughtful like you are. > > Obviously > > > I am not. > > > > The best solution is to use Webmin to edit these kind of settings - it > > should > > prevent you from entering invalid protocols like that. > > > > > What is the UseCanonicalName feature for? > > > > It tells the web server to use the hostname supplied by the browser, > rather > > than > > it's own hostname (which may be incorrect). > > > > > And > > > > > > Do you know how I could manage to move the backups from being > > > performed at /var/.webmin to another location? > > > > Webmin doesn't use /var/.webmin though ... are you sure you don't mean > > /tmp/.webmin ? > > > > - Jamie > > > > > Thanks, > > > Ravi. > > > > > > -----Original Message----- > > > From: web...@li... > > > [mailto:web...@li...] On Behalf Of Jamie > > > Cameron > > > Sent: Thursday, March 23, 2006 7:21 PM > > > To: web...@li... > > > Subject: RE: [webmin-l] Proxying IP > > > > > > Check the ProxyPassReverse line - it should say http:// instead of > > httpd:// > > > > > > - Jamie > > > > > > On 23/Mar/2006 19:00 Ravi Gehlot wrote .. > > > > No luck Jamie. > > > > > > > > > > > > <VirtualHost 24.227.56.178:80> > > > > ServerName dev.sunshinetechsolutions.com > > > > ServerAlias www.dev.sunshinetechsolutions.com > > > > DocumentRoot /home/dev/public_html > > > > ErrorLog /home/dev/logs/error_log > > > > CustomLog /home/dev/logs/access_log common > > > > ScriptAlias /cgi-bin/ /home/dev/cgi-bin/ > > > > UseCanonicalName off > > > > <Directory /home/dev/public_html> > > > > Options Indexes IncludesNOEXEC FollowSymLinks > > > > allow from all > > > > </Directory> > > > > ProxyPass / http://192.168.1.6/ > > > > ProxyPassReverse / httpd://192.168.1.6/ > > > > </VirtualHost> > > > > > > > > Ravi > > > > > > > > -----Original Message----- > > > > From: web...@li... > > > > [mailto:web...@li...] On Behalf Of Jamie > > > > Cameron > > > > Sent: Thursday, March 23, 2006 6:59 PM > > > > To: web...@li... > > > > Subject: RE: [webmin-l] Proxying IP > > > > > > > > No, I meant that the UseCanonicalName off has to go in the VirtualHost > > > > section on the *external* server .. > > > > > > > > - Jamie > > > > > > > > ps - You don't have to Cc these emails to me, as I get them on the > > list > > > > anyway. > > > > > > > > On 23/Mar/2006 18:43 Ravi Gehlot wrote .. > > > > > No luck Jamie. It opens if I put a forward slash at the end of > it. > > > (I > > > > can > > > > > live with it) > > > > > > > > > > Here is the output for httpd.conf: > > > > > > > > > > <VirtualHost 192.168.1.6:80> > > > > > ServerName 192.168.1.6 > > > > > ServerAlias 192.168.1.6 > > > > > DocumentRoot /home/sunshinetechsolutions/public_html > > > > > UseCanonicalName off > > > > > <Directory /home/sunshinetechsolutions/public_html> > > > > > Options Includes Indexes ExecCGI FollowSymLinks > > > > > allow from all > > > > > </Directory> > > > > > </VirtualHost> > > > > > > > > > > Ravi. > > > > > > > > > > -----Original Message----- > > > > > From: web...@li... > > > > > [mailto:web...@li...] On Behalf Of > Jamie > > > > > Cameron > > > > > Sent: Thursday, March 23, 2006 6:33 PM > > > > > To: web...@li... > > > > > Subject: RE: [webmin-l] Proxying IP > > > > > > > > > > Interestingly, it works if you add a / to the end. > > > > > Try adding the following the the <VirtualHost> section for this > > virtual > > > > > server : > > > > > > > > > > UseCanonicalName off > > > > > > > > > > and then restart Apache. > > > > > > > > > > - Jamie > > > > > > > > > > On 23/Mar/2006 18:15 Ravi Gehlot wrote .. > > > > > > http://dev.sunshinetechsolutions.com/firstriverside_com > > > > > > > > > > > > Ravi. > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: Jamie Cameron [mailto:jca...@we...] > > > > > > Sent: Thursday, March 23, 2006 6:19 PM > > > > > > To: ra...@ra... > > > > > > Subject: RE: [webmin-l] Proxying IP > > > > > > > > > > > > What is the actual real URL? I would like to try connecting to > > this > > > > myself > > > > > > .. > > > > > > > > > > > > - Jamie > > > > > > > > > > > > On 23/Mar/2006 17:54 Ravi Gehlot wrote .. > > > > > > > Jamie, > > > > > > > > > > > > > > In the status bar on Internet Explorer it shows: "Opening > > > Page > > > > > > > http://dev.homesite.com/firstriverside_com" and chocks trying > > to > > > > open > > > > > > it > > > > > > > and > > > > > > > then comes the error: The page cannot be found. > > > > > > > > > > > > > > Ravi. > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Jamie Cameron [mailto:jca...@we...] > > > > > > > Sent: Thursday, March 23, 2006 5:05 PM > > > > > > > To: ra...@ra... > > > > > > > Subject: RE: [webmin-l] Proxying IP > > > > > > > > > > > > > > Hi, > > > > > > > When you are getting the error about the page not being > displayed, > > > > > is > > > > > > it > > > > > > > trying > > > > > > > and failing to connect to the internal IP address? > > > > > > > > > > > > > > - Jamie > > > > > > > > > > > > > > On 23/Mar/2006 07:02 Ravi Gehlot wrote .. > > > > > > > > Jamie, > > > > > > > > > > > > > > > > This worked. Whenever I type > > > > http://dev.homesite.com/mywebsite_com > > > > > > > > it goes to http://192.168.1.6 without a single problem and > > opens > > > > > up > > > > > > the > > > > > > > > file > > > > > > > > index.cfm located inside of public_html on /home/homesite. > > Now, > > > > the > > > > > > > problem > > > > > > > > is that inside of /home/homesite/public_html I have > > subdirectories > > > > > > for > > > > > > > > every > > > > > > > > website I host. An example goes: > > > > > > > > > > > > > > > > /home/homesite/public_html/myfirstsite_1 > > > > > > > > /home/homesite/public_html/myfirstsite_2 > > > > > > > > /home/homesite/public_html/myfirstsite_3 > > > > > > > > > > > > > > > > Whenever I type http://dev.homesite.com/myfirstsite_1 on > my > > local > > > > > > network > > > > > > > > it > > > > > > > > finds index.cfm and opens up the page. However, outside of > > my > > > > network > > > > > > > it > > > > > > > > can't display the page. I think this has to do with how > proxying > > > > > handles > > > > > > > > requests? Or just configuration on httpd.conf > > > > > > > > > > > > > > > > Ravi. > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > From: web...@li... > > > > > > > > [mailto:web...@li...] On Behalf > > > Of > > > > > > > > jca...@we... > > > > > > > > Sent: Thursday, March 23, 2006 12:59 AM > > > > > > > > To: web...@li... > > > > > > > > Subject: RE: [webmin-l] Proxying IP > > > > > > > > > > > > > > > > Hi Ravi, > > > > > > > > Try editing that file manually, and replacing the AliasMatch > > > line > > > > > with > > > > > > > > : > > > > > > > > > > > > > > > > ProxyPass / http://x.x.x.x/ > > > > > > > > ProxyPassReverse / http://x.x.x.x/ > > > > > > > > > > > > > > > > where x.x.x.x is the internal IP. Then re-start Apache. > > > > > > > > > > > > > > > > - Jamie > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > > > > > > > From: "Ravi Gehlot" <mai...@ra...> > > > > > > > > Subj: RE: [webmin-l] Proxying IP > > > > > > > > Date: Wed 22 Mar 2006 5:55 pm > > > > > > > > Size: 2K > > > > > > > > To: <web...@li...> > > > > > > > > cc: "'Jamie Cameron'" <jca...@we...> > > > > > > > > > > > > > > > > > > > > > > > > <VirtualHost 24.227.56.178:80> > > > > > > > > SuexecUserGroup "#555" "#517" > > > > > > > > ServerName dev.sunshinetechsolutions.com > > > > > > > > ServerAlias www.dev.sunshinetechsolutions.com > > > > > > > > DocumentRoot /home/dev/public_html > > > > > > > > ErrorLog /home/dev/logs/error_log > > > > > > > > CustomLog /home/dev/logs/access_log common > > > > > > > > ScriptAlias /cgi-bin/ /home/dev/cgi-bin/ > > > > > > > > <Directory /home/dev/public_html> > > > > > > > > Options Indexes IncludesNOEXEC FollowSymLinks > > > > > > > > allow from all > > > > > > > > </Directory> > > > > > > > > AliasMatch ^/.*$ /home/dev/public_html/framefwd.html > > > > > > > > </VirtualHost> > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > From: web...@li... > > > > > > > > [mailto:web...@li...] On Behalf > > > Of > > > > Jamie > > > > > > > > Cameron > > > > > > > > Sent: Wednesday, March 22, 2006 8:30 PM > > > > > > > > To: web...@li... > > > > > > > > Subject: RE: [webmin-l] Proxying IP > > > > > > > > > > > > > > > > Hi Ravi, > > > > > > > > What did it end up putting in the httpd.conf file? > > > > > > > > > > > > > > > > - Jamie > > > > > > > > > > > > > > > > On 22/Mar/2006 19:28 Ravi Gehlot wrote .. > > > > > > > > > Jamie, > > > > > > > > > > > > > > > > > > Believe it or not it did not work. I made sure that > framing > > > > > was > > > > > > > > > enabled rather than proxying. I made sure to add > > > > http://192.168.1.6/ > > > > > > > > as > > > > > > > > > the > > > > > > > > > web framing and everything but it does work. The only way > > I > > > could > > > > > > get > > > > > > > > > http://dev.homesite.com/ to point at http://192.168.1.6/ > > was > > > > when > > > > > > I > > > > > > > added > > > > > > > > > a > > > > > > > > > A Name. and even after that anyone outside my local network > > > could > > > > > > not > > > > > > > > see > > > > > > > > > http://dev.homesite.com/ > > > > > > > > > > > > > > > > > > Ravi. > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > From: Jamie Cameron [mailto:jca...@we...] > > > > > > > > > Sent: Wednesday, March 22, 2006 1:04 AM > > > > > > > > > To: ra...@ra... > > > > > > > > > Subject: RE: [webmin-l] Proxying IP > > > > > > > > > > > > > > > > > > Ok, that explains it .. you have the server configured > to > > use > > > > frame > > > > > > > > > forwarding > > > > > > > > > rather that proxying. You need to adjust the module > > > configuration > > > > > > that > > > > > > > > > I > > > > > > > > > mentioned, > > > > > > > > > then delete that virtual server and re-create it. > > > > > > > > > > > > > > > > > > - Jamie > > > > > > > > > > > > > > > > > > On 21/Mar/2006 23:54 Ravi Gehlot wrote .. > > > > > > > > > > There you go. This is what: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <VirtualHost 24.227.56.178:80> > > > > > > > > > > SuexecUserGroup "#555" "#517" > > > > > > > > > > ServerName dev.sunshinetechsolutions.com > > > > > > > > > > ServerAlias jm > > > > > > > > > > DocumentRoot /home/dev/public_html > > > > > > > > > > ErrorLog /home/dev/logs/error_log > > > > > > > > > > CustomLog /home/dev/logs/access_log common > > > > > > > > > > ScriptAlias /cgi-bin/ /home/dev/cgi-bin/ > > > > > > > > > > <Directory /home/dev/public_html> > > > > > > > > > > Options Indexes IncludesNOEXEC FollowSymLinks > > > > > > > > > > allow from all > > > > > > > > > > </Directory> > > > > > > > > > > AliasMatch ^/.*$ /home/dev/public_html/framefwd.html > > > > > > > > > > </VirtualHost> > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > From: web...@li... > > > > > > > > > > [mailto:web...@li...] On > Behalf > > > > > Of > > > > > > > > > > jca...@we... > > > > > > > > > > Sent: Wednesday, March 22, 2006 12:41 AM > > > > > > > > > > To: web...@li... > > > > > > > > > > > > > > > > --- message truncated --- |