php4 and mime types

2001-05-22 Thread Daniel Free
hi people, i recently had to upgrade fromphp3 to php4, 
unfortunately although php3 was workign fine and php4 apears to run fine 
from the console if i do somethinglike run `php phpinfo.php` which is a 
very simple php script, it outputs what it should.

however apache doesnt seem to recognise it as something that 
should be run server side and just sends the php file to the web browser : (

/etc/apache/mime.types
application/x-httpd-php php phtml pht
application/x-httpd-php4php4
application/x-httpd-php4-source phps
application/x-httpd-php4-preprocessed   php4p
/etc/apache/httpd.conf
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
i was wondering if anyone had any ideas as to what was messed up here ??
thanks for any help or suggestions.
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Griffler Enterprises |=-
-=|  [EMAIL PROTECTED] ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://www.novex.net.nz/ |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-



php4 and mime types

2001-05-22 Thread Daniel Free

 hi people, i recently had to upgrade fromphp3 to php4, 
unfortunately although php3 was workign fine and php4 apears to run fine 
from the console if i do somethinglike run `php phpinfo.php` which is a 
very simple php script, it outputs what it should.

 however apache doesnt seem to recognise it as something that 
should be run server side and just sends the php file to the web browser : (

/etc/apache/mime.types

application/x-httpd-php php phtml pht
application/x-httpd-php4php4
application/x-httpd-php4-source phps
application/x-httpd-php4-preprocessed   php4p


/etc/apache/httpd.conf

LoadModule php4_module /usr/lib/apache/1.3/libphp4.so


i was wondering if anyone had any ideas as to what was messed up here ??

thanks for any help or suggestions.

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Griffler Enterprises |=-
-=|  [EMAIL PROTECTED] ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://www.novex.net.nz/ |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




ADSL modems that work in linux ??

2001-01-23 Thread Daniel Free

 I am looking into some DSL solutions and have yet to find any PCI 
ADSL modems that are supported in linux. i was wondering if anyone knew of any.

 short of this what other adsl options to people know of other than 
buying an ADSL router ?? ie other modem setups, USB or whatever.

 TIA

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: default route

2001-01-13 Thread Daniel Free

from memory you dont evven need the up and down parts unless youwish to 
specify extra routes

there is a line you dont have in there which is

 gateway 192.168.0.6

if you have a look ath the way /etc/init.d/network(ing)  (not sure im in 
windoze at the mo) and see the way it works you will find with the current 
conf its is doing the same stuff twice for some parts : )

you may beable to clean up your routing a bit.

the up and down commands are normaly used if youwant to do stuff like 
ipchains and hav eit initialised at the same time : )

At 18:36 12/01/2001 -0500, Peter Billson wrote:
>Matt Chipman wrote:
> >
> > Hi all
> >
> > Just getting used to debian and need to add a default route at boot time. i
> > have the route but what file do i need to add it to?
> >
> > Currently i add it manually after the machine boots.
> >
> > Lucky its not windows or i'd have to do it every day at least! :)
>
>Can you add routes to a Windoze box?!!? ;-)
>
>I do it this way:
>
>   in /etc/network/interfaces
>
>iface eth0 inet static
> address 192.168.1.1
> netmask 255.255.255.0
> network 192.168.1.0
> broadcast 192.168.1.0
> up route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.6
>eth0
> down route del -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.6
>eht0
>
>Obviously change the IPs as appropricate. Most of the above should
>already be there. YOu should just have to add the up and down.
>
>Pete
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: mail sorting tool

2001-01-08 Thread Daniel Free

i had this exact same problem and couldnt find a solution that worked 
unfortunately. however while browsing freshmeat.net the other day i say a 
programme called getmail that apparently does it very well.

worth checking out i suspect

At 14:41 3/01/2001 +0100, Martin Man wrote:
>Hi gurus,
> which tool would you suggest me to use for simple mail sorting for my
>small company. Let's say we're getting email for our domain via POP from 
>one POP
>account and I've to distribute appropriate email messages to
>appropriate mailboxes according to To: and Cc: headers.
>
> The procmail fails when someone sends an email to 
> [EMAIL PROTECTED]
>and cc's it to [EMAIL PROTECTED] because procmail's rule will match the
>only first address and doesn't have a chance to match against cc header,
>therefore [EMAIL PROTECTED] will get the email, the others won't.
>
> So I just would like to get a simple sorting filter to which I 
> can pass
>messages directly from .forward and which will distribute the email to correct
>place.
> I'm running potato+exim+fetchmail, know it's possible using sendmail,
>but don't really want to go into it, because it's too complicated.
>
>thanx,
>
>P.S. or if someone knows simple ruleset for procmail ??
>
>
>--
>---
>"Only dead fish swims with a stream"
>gpg_key_fingerprint: 2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223
>home_page: http://home.zcu.cz/~mman
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: PPP dial on demand

2000-08-16 Thread Daniel Free
umm lets se there is the default debian confurator which does all of the 
stuff you need incredibly ezsily, using pppd

just type pppconfig in a console
At 16:55 16/08/2000 +1000, ridgey wrote:
I have just setup a debian server to dialup a PPP connection and then supply
internet to a 192.x.x.x network.  Im currently using wvdial that works fine
but has little control.  Is there a way or program to use that will allow
for dial on demand connections and also disconnect if idle.
Any help appreciated.
Regards
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-



Re: PPP dial on demand

2000-08-16 Thread Daniel Free

umm lets se there is the default debian confurator which does all of the 
stuff you need incredibly ezsily, using pppd

just type pppconfig in a console

At 16:55 16/08/2000 +1000, ridgey wrote:
>I have just setup a debian server to dialup a PPP connection and then supply
>internet to a 192.x.x.x network.  Im currently using wvdial that works fine
>but has little control.  Is there a way or program to use that will allow
>for dial on demand connections and also disconnect if idle.
>Any help appreciated.
>
>Regards
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Webmail service addition

2000-07-19 Thread Daniel Free
ohh yea, neomail only needs perl suidperl and a cgi enabled webserver
At 13:23 19/07/00 -0700, Scott Thompson wrote:
I would prefer not to have to run *SQL etc. I ultimatly would like the
service to simply plug into my existing service. I do run mySQL but I really
don't want to pound that kind of overhead (on installation and maintenance
as well as sql server load).
Thanks again
Scott Thompson
Programming & Server Admin
Internet Brokers Group
[EMAIL PROTECTED]
http://www.internetbrokers.ab.ca
Office: (403) 232-1032
Fax: (403) 265-2843
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-



Re: webmail service.

2000-07-19 Thread Daniel Free
Neomail is the best webmail programme i have come across yet, its what we 
run here. it isnt a debian package but it has a very clean install and is a 
very useable programme.

neomail.sourceforge.net
check it out
At 12:39 19/07/00 -0700, Scott Thompson wrote:
Hello all. I am looking for information or links to a webmail program. I am
running Debian 2.0.38 with apache. My linux administrator is quite firm
about 'debian released packages' so if there are any that fit into that
category, that would be best, if not, any suggestions would be greatly
appreciated from any of you that have installed and maintain a service like
this.
My needs are low as well, I have about 350 active domains with about 1200
email accounts. I can't really see more that 25% of the users wanting the
service, but as you all know, in this day and age, it's the service and
features that make or break us!
Many Thanks
Scott Thompson
Programming & Server Admin
Internet Brokers Group
[EMAIL PROTECTED]
http://www.internetbrokers.ab.ca
Office: (403) 232-1032
Fax: (403) 265-2843
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-



Re: Webmail service addition

2000-07-19 Thread Daniel Free

ohh yea, neomail only needs perl suidperl and a cgi enabled webserver

At 13:23 19/07/00 -0700, Scott Thompson wrote:
>I would prefer not to have to run *SQL etc. I ultimatly would like the
>service to simply plug into my existing service. I do run mySQL but I really
>don't want to pound that kind of overhead (on installation and maintenance
>as well as sql server load).
>
>Thanks again
>
>Scott Thompson
>Programming & Server Admin
>Internet Brokers Group
>[EMAIL PROTECTED]
>http://www.internetbrokers.ab.ca
>Office: (403) 232-1032
>Fax: (403) 265-2843
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: webmail service.

2000-07-19 Thread Daniel Free

Neomail is the best webmail programme i have come across yet, its what we 
run here. it isnt a debian package but it has a very clean install and is a 
very useable programme.

neomail.sourceforge.net

check it out

At 12:39 19/07/00 -0700, Scott Thompson wrote:
>Hello all. I am looking for information or links to a webmail program. I am
>running Debian 2.0.38 with apache. My linux administrator is quite firm
>about 'debian released packages' so if there are any that fit into that
>category, that would be best, if not, any suggestions would be greatly
>appreciated from any of you that have installed and maintain a service like
>this.
>
>My needs are low as well, I have about 350 active domains with about 1200
>email accounts. I can't really see more that 25% of the users wanting the
>service, but as you all know, in this day and age, it's the service and
>features that make or break us!
>
>Many Thanks
>
>Scott Thompson
>Programming & Server Admin
>Internet Brokers Group
>[EMAIL PROTECTED]
>http://www.internetbrokers.ab.ca
>Office: (403) 232-1032
>Fax: (403) 265-2843
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ATA 66 and security

2000-07-12 Thread Daniel Free
Yes debian does, well actualy thats not strictly true.
support for ata 66 is a kernel module therefore all linux distro's do 
support it however you need to download the ide patch for the kernel and 
the patch it recompile, install and reboot.

the only problem i have had with ata66 is booting from it, it will set the 
drives up as hdX# depending on what device it is.

umm the url to get it from is http://www.linux-ide.org
to patch the kernel you need to get patch (apt-get install patch) and you 
can figure it out from there

At 19:01 12/07/00 +0200, Áts Attila wrote:
Hello,
does Debian or any Linux support ATA-66 disks? If yes,
do I need anything not included the distribution?
Other very important question, where can I get a
documentation on how to make my Debian web server
absolutely secure but have the opportunity to manage it
through a web connection? I need a step-by-step guide
or something similar.
Attila

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-



Re: ATA 66 and security

2000-07-12 Thread Daniel Free

Yes debian does, well actualy thats not strictly true.

support for ata 66 is a kernel module therefore all linux distro's do 
support it however you need to download the ide patch for the kernel and 
the patch it recompile, install and reboot.

the only problem i have had with ata66 is booting from it, it will set the 
drives up as hdX# depending on what device it is.

umm the url to get it from is http://www.linux-ide.org

to patch the kernel you need to get patch (apt-get install patch) and you 
can figure it out from there


At 19:01 12/07/00 +0200, Áts Attila wrote:
>Hello,
>
>does Debian or any Linux support ATA-66 disks? If yes,
>do I need anything not included the distribution?
>
>Other very important question, where can I get a
>documentation on how to make my Debian web server
>absolutely secure but have the opportunity to manage it
>through a web connection? I need a step-by-step guide
>or something similar.
>
>Attila
>
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-
-=|  Daniel Free Earthlight Communications LTD|=-
-=|  [EMAIL PROTECTED]ICQ#15707938 |=-
-=|  Cellular # 021 258 3389 HTTP://quake.earthlight.co.nz/   |=-
-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-=|=-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]