MTA - MLM - DNS configuration question

2001-06-29 Thread Eirik Dentz
I've been asked to set up a MLM along side a web server and I wanted to ask a quick question to the experienced, before I put a lot of time into setting this up. My situation: I'm responsible for an web server that has sendmail installed and is configured to send email via Perl and PHP scripts, b

Re: MTA - MLM - DNS configuration question

2001-06-30 Thread Eirik Dentz
> From: "Jason Lim" <[EMAIL PROTECTED]> > Reply-To: "Jason Lim" <[EMAIL PROTECTED]> > Date: Sat, 30 Jun 2001 17:42:21 +0800 > To: "Eirik Dentz" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: Re: MTA - MLM - DNS configura

Re: MTA - MLM - DNS configuration question

2001-06-30 Thread Eirik Dentz
> On Saturday 30 June 2001 04:43, Eirik Dentz wrote: >> My question is this: The DNS is under the jurisdiction of the IS >> department and the MX record @mydomain.org is set up to point at their >> email server. Does it make sense and is it possible to set up

Re: chroot and OpenSSH

2001-08-03 Thread Eirik Dentz
> > > > Then I tried the following which probably indicates my ignorance of the > > > > Linux/SSH/login process, I tried changing the user's shell: "/bin/bash" > > > > to a shell script with: usermod -s /bin/usr_login.sh which contained one line: > > > > > > > > chroot /path/to/userhomedir /bin/b

chroot and OpenSSH

2001-08-03 Thread Eirik Dentz
I don't have much experience with chroot, but I want to set up an SSH access for a user and restrict them to their home directory. I've done a little research and found out that the commercial SSH2 provides "ChRootUsers" and "ChRootGroups" configuration directives. While I suppose that I could in

Re: Apache logs

2001-09-29 Thread Eirik Dentz
The following lines SetEnvIf Request_URI \.gif no_log_request SetEnvIf Request_URI \.jpg no_log_request Define what you don't want logged with SetEnvIf statement. The lines above sets this for files with the .gif and .jpg extensions. Then set your CustomLog line like this. This can be turned

Re: Virtual Web Servers, MySQL and Users?

2001-10-11 Thread Eirik Dentz
I'm not familiar with the patch that Stojan mentioned, I'm not dealing with nearly as many users as you are and I'm just using basic authentication, but my way of handling this was to hack into the config.inc.php file in the phpMyAdmin directory and set it up so that the $HTTP_SERVER_VARS["PHP_AUT

Re: apache php perl

2002-12-06 Thread eirik dentz
One way that I've seen it done is to recompile apache w/suexec directory to one above all the user cgi-bin directories. Then a copy of the php-cgi binary is put into each user's cgi-bin. I'm seem to remember some other solutions to this issue, since it seems to come up every now and then. http

MTA - MLM - DNS configuration question

2001-06-29 Thread Eirik Dentz
I've been asked to set up a MLM along side a web server and I wanted to ask a quick question to the experienced, before I put a lot of time into setting this up. My situation: I'm responsible for an web server that has sendmail installed and is configured to send email via Perl and PHP scripts, bu

Re: MTA - MLM - DNS configuration question

2001-06-30 Thread Eirik Dentz
> From: "Jason Lim" <[EMAIL PROTECTED]> > Reply-To: "Jason Lim" <[EMAIL PROTECTED]> > Date: Sat, 30 Jun 2001 17:42:21 +0800 > To: "Eirik Dentz" <[EMAIL PROTECTED]>, > Subject: Re: MTA - MLM - DNS configuration question > > I

Re: MTA - MLM - DNS configuration question

2001-06-30 Thread Eirik Dentz
> On Saturday 30 June 2001 04:43, Eirik Dentz wrote: >> My question is this: The DNS is under the jurisdiction of the IS >> department and the MX record @mydomain.org is set up to point at their >> email server. Does it make sense and is it possible to set up

Re: Virtual Web Servers, MySQL and Users?

2001-10-11 Thread Eirik Dentz
I'm not familiar with the patch that Stojan mentioned, I'm not dealing with nearly as many users as you are and I'm just using basic authentication, but my way of handling this was to hack into the config.inc.php file in the phpMyAdmin directory and set it up so that the $HTTP_SERVER_VARS["PHP_AUTH

Re: customizing debian apache

2001-11-07 Thread eirik dentz
I actually did this a while back because I wasn't happy with the debian default suexec directory either. I don't remember exactly what I did but I remember that I started by downloading all the packages necessary to build .debs and then I grabbed the apache source files, currently that would be

Re: [HELP] .htaccess problem

2003-04-07 Thread eirik dentz
Hmm, I'm not totally sure, because I haven't worked with this in some time and I'm also not sure which LDAP authentication module you are using, but my auth_ldap-1.6.0-4 configuration follows: AuthType Basic AuthName Login AuthLDAPURL ldap:/

PHP4 + ApacheVirtualHosts + SUEXEC

2001-01-03 Thread Eirik Dentz
I also posted the following to the Debian Users mailing list: I have a virtual host configured under Apache 1.3.14 with SUEXEC support enabled. My CGI/Perl scripts run as the USER/GROUP specified in the Virtual Host directive in my httpd.conf file as they should, but for some reason my PHP4 scri

Re: PHP4 + ApacheVirtualHosts + SUEXEC

2001-01-04 Thread Eirik Dentz
Thu, 04 Jan 2001 18:59:33 +0100 Sickboy <[EMAIL PROTECTED]> wrote: > Eirik Dentz wrote: > > > > I have a virtual host configured under Apache 1.3.14 > with SUEXEC support > > enabled. My CGI/Perl scripts run as the USER/GROUP > specified in the Virtual > >

Re: PHP4 + ApacheVirtualHosts + SUEXEC

2001-01-05 Thread Eirik Dentz
://lists.omnipotent.net/php3/199808/thrd3.html#00464 Now I'm curious as to how Apache 2.0 works and how it deals with these issues. Thanks again eirik on 1/4/01 4:36 PM, Sickboy at [EMAIL PROTECTED] wrote: > Eirik Dentz wrote: >> >> Nonetheless it leaves me very curious as to why