Re[2]: HTTPS transparent proxy with Squid

2001-07-25 Thread Ant
Hello Alson, AvdM> HTTPS uses port 443, so it won't work with your current ipchains setup. AvdM> You might be able to start a second squid process, and redirect HTTPS AvdM> requists through it. Could you tell me how to redirect HTTPS through squid, and give an example of configuration. It is very

Re: Virtual Hosting

2001-07-25 Thread Robert Davidson
On Wed, Jul 25, 2001 at 07:44:22PM -0700, Jeremy C. Reed wrote: > > Now if you are talking about real virtual hosting where you could have > multiple users with the same name, then you'd need to have separate > authentication (passwd) files for each virtual host -- and -- you'd need > to decide o

Re: Virtual Hosting

2001-07-25 Thread Jeremy C. Reed
> How hard would it be to implement a thing in say ProFTPd for example, > that took "[EMAIL PROTECTED]" as the actual username, rather than just > "user" ? Not needed unless for some reason you have multiple users with the same username. Simply by having the username, ftpd will point that user

Re: Virtual Hosting

2001-07-25 Thread Jeremy C. Reed
Original message: > > How do you use Proftpd to serve more then one domain? > > Name based Virtual Hosting seems to work only for > > Apache, because of the protocol (HTTP 1.1). > > > > Is the only way to use IP-Aliasing? > > (Have all IP's to be official?) Waldemar, You do not need to have a se

Re: Virtual Hosting

2001-07-25 Thread Robert Davidson
On Thu, Jul 26, 2001 at 11:36:07AM +1000, David Stanaway wrote: > On Thursday, July 26, 2001, at 10:17 AM, Waldemar Brodkorb wrote: > > You can't do name based virtual hosting with ftp, as the protocol > doesn't use domain names. > > You will need to do IP based virtual hosting and use IP a

Re: Virtual Hosting

2001-07-25 Thread David Stanaway
On Thursday, July 26, 2001, at 10:17 AM, Waldemar Brodkorb wrote: Hello *, I have a question: How do you use Proftpd to serve more then one domain? Name based Virtual Hosting seems to work only for Apache, because of the protocol (HTTP 1.1). You can't do name based virtual hosting with ftp, a

Re: Virtual Hosting

2001-07-25 Thread Simon Allard
The FTP protocal doesn't handle name based virtual hosting. The only way to do it is by adding more ips the ftp box. Its a complete pain, but the only way. eg isp2.com 10.10.1.1 isp3.com 10.10.1.2 Stuff goes here Stuff goes here Hope that helps > Hello *, > > I have a question: > Ho

Re: Virtual Hosting

2001-07-25 Thread James Mclean
> I have a question: Many do. > How do you use Proftpd to serve more then one domain? > Name based Virtual Hosting seems to work only for > Apache, because of the protocol (HTTP 1.1). Setup each domain as a user on the system, eg /home/user. (keep the name simple) Point each Apache Virtual Ho

Apache CGI Distress

2001-07-25 Thread Gene Grimm
After a major site update amounting to renaming the public_html folder, and tightening up security by removing global permissions, I am now getting errors trying to execute Perl scripts through Apache. All the HTML files are properly displayed with rights 640 and ownership assigned to user.www-dat

Virtual Hosting

2001-07-25 Thread Waldemar Brodkorb
Hello *, I have a question: How do you use Proftpd to serve more then one domain? Name based Virtual Hosting seems to work only for Apache, because of the protocol (HTTP 1.1). Is the only way to use IP-Aliasing? (Have all IP's to be official?) I don't want to use Port-Based Virtual Hosting, be

LDAP + quotas

2001-07-25 Thread Kevin J. Menard, Jr.
Hey guys, Well, I think this was talked about a little before in the past, but I can't get the archive search to work. So, if it was, sorry for asking again. If not, I'd like to see some nice responses :) I'm trying to build a complete web hosting solution. All accounts are

FAI 2.1 released

2001-07-25 Thread Thomas Lange
Before the weekend starts, I going to release the next FAI release. FAI (Fully Automatic Installation) for Debian GNU/Linux FAI is a non interactive system to install a Debian GNU/Linux operating system on a PC cluster. You can take one or more virgin PCs, turn on the power and after a few minut

Re: Remote Execution of Scripts

2001-07-25 Thread Gene Grimm
Thanks to all for the guidence. My application is to permit infrequent entry and updates of dial-up and email clients records for Radius authentication and (presently) Sendmail servers. I eventually want to provide a secure web-based interface that accesses a common SQL customer database. I have a

Re: nslookup and dig

2001-07-25 Thread Eric LeBlanc
dnsutils On Thu, 26 Jul 2001, Peter Machell wrote: > > I thought these were removed from debian but after building a new > server with Woody I see they have re-appeared, but not as part of > the latest named or net-tools. > > Does anyone know which package they are in? > > Cheers, > > PM

nslookup and dig

2001-07-25 Thread Peter Machell
I thought these were removed from debian but after building a new server with Woody I see they have re-appeared, but not as part of the latest named or net-tools. Does anyone know which package they are in? Cheers, PM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: Remote Execution of Scripts

2001-07-25 Thread Matt Ayres
One possible solution to this is to create an RSA key with no passphrase. Then you put the key in the remote servers authorized_keys file for the proper user account. man 1 ssh man 8 sshd man 1 ssh-keygen If your goal is to keep files syncronized across the network take a look at rsync, http://r

Re: Remote Execution of Scripts

2001-07-25 Thread Olivier MACCHIONI
Hi Gene, You may want to try ssh and scp. - ssh can run a script on a remote computer - scp can copy a file to/from a remote computer Both of them are decently secure. You will need a sshd on the remote computer. If you want to fully automate the process (ie no password asked) you have to pu

Re: Remote Execution of Scripts

2001-07-25 Thread Robert Waldner
On Tue, 24 Jul 2001 19:01:31 EDT, "Gene Grimm" writes: >As I am a relative novice system administrator, perhaps someone more >experienced can guide me to the proper way of securely invoking a script on >a remote server. We have two facilities presently, with most of our >equipment in our main off

Remote Execution of Scripts

2001-07-25 Thread Gene Grimm
As I am a relative novice system administrator, perhaps someone more experienced can guide me to the proper way of securely invoking a script on a remote server. We have two facilities presently, with most of our equipment in our main office. I am attempting to automate account maintenance and wou

Re: HTTPS transparent proxy with Squid

2001-07-25 Thread Alson van der Meulen
On Wed, Jul 25, 2001 at 11:41:32AM +0100, Sean Kelly wrote: Hello, > I read an article of yours on > http://www.mail-archive.com/debian-isp@lists.debian.org/msg02194.html and > was wondering if you could offer some advice. > > I am transparently proxying HTTP requests using Linux and