[EMAIL PROTECTED] os that uses default apache file structure?

2007-01-21 Thread Peter Michaux
Hi Is there an operating system that uses the apache default file structure? I'm using debian and it does not. Thanks, Peter -- Fork JavaScript: http://forkjavascript.org - The official User-To-User support forum of the Apache

[EMAIL PROTECTED] Documentation for TypesConfig

2007-01-21 Thread Peter Michaux
Hi, The documentation for TypesConfig directive says that the filename is relative to ServerRoot. URL: http://httpd.apache.org/docs/2.2/mod/mod_mime.html#typesconfig I am using an absolute path for the filename parameter and it seems to work fine. Should the docs be changed to include this

Re: [EMAIL PROTECTED] Documentation for TypesConfig

2007-01-21 Thread William A. Rowe, Jr.
Peter Michaux wrote: The documentation for TypesConfig directive says that the filename is relative to ServerRoot. I am using an absolute path for the filename parameter and it seems to work fine. So it should. Should the docs be changed to include this possibility? No. All directives

[EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Kalasa, Anil
Hi, Hi have an Linux SUSE 10.x installed in my system on AMD 64, I am facing problem with find command, When I enter find / -name test.sh -print or only find from root command it throws an error as # find / -name test.sh -print find: /etc: No such file or directory

Re: [EMAIL PROTECTED] os that uses default apache file structure?

2007-01-21 Thread Darren Spruell
On 1/21/07, Peter Michaux [EMAIL PROTECTED] wrote: Hi Is there an operating system that uses the apache default file structure? I'm using debian and it does not. If you're referring to an apache package for a platform that maintains it per the default were you to install from source, FreeBSD

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Darren Spruell
On 1/21/07, Kalasa, Anil [EMAIL PROTECTED] wrote: Hi, Hi have an Linux SUSE 10.x installed in my system on AMD 64, I am facing problem with find command, When I enter find / -name test.sh -print or only find from root command it throws an error as # find / -name

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Gregor Schneider
although offtopic: how about find / -type f -name test\.sh -print I assume you try this as root? Greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

RE: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Kalasa, Anil
Thank you very much for the reply, sorry for posting this here. Same error. :~ # find / -type f -name test -print find: /etc: No such file or directory find: /proc: No such file or directory find: /sys: No such file or directory find: /dev: No such file or directory find: /var: No such file or

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Gregor Schneider
Anil, sorry, don't know about your config and I'm running Debian here, besides we're offtopic. Maybe you want to report your problem to the Suse mailinglist. Just send a blank mail to [EMAIL PROTECTED] with the topic subscribe, I'm sure you'll find some competent help there. Cheers Greg --

[EMAIL PROTECTED] Apache named virtual host

2007-01-21 Thread Alessandro Ilardo
Hi there, I can't run any virtual host except for the default. code: NameVirtualHost *:80 VirtualHost *:80 ServerName linux.domain.com DocumentRoot /var/www/html /VirtualHost

Re: [EMAIL PROTECTED] Apache named virtual host

2007-01-21 Thread Darren Spruell
On 1/21/07, Alessandro Ilardo [EMAIL PROTECTED] wrote: Hi there, I can't run any virtual host except for the default. code: NameVirtualHost *:80 VirtualHost *:80 ServerName linux.domain.com

[EMAIL PROTECTED] Quest. re. Apache and client-authenticated SSL

2007-01-21 Thread ohaya
Hi, I was wondering if, when configuring Apache for client-authenticated SSL (i.e., using client certs), there is a way to configure Apache to force a re-authentication of each HTTPS *request*? Note, when I say each HTTPS request here, I mean each individual HTTPS request, not each SSL

[EMAIL PROTECTED] mod_perl issue

2007-01-21 Thread Israel Brewster
I have a perl script running in apache 1.3 which generates a .png image. If i run it normally (using system perl), it works. When I try running it under mod_perl however (increased performance, works under chrooting), the first line of the png file data (the image headers) gets cut off,

[EMAIL PROTECTED] Setting up Apache No-Ip

2007-01-21 Thread Daniel L. McGrew
I'd like to run a Web Hosting service for myself... that is, I've loaded Apache2 and I can view my stuff via localhost... I'm using no-ip, and I can't view my site at http://danix.no-ip.info/ when my IIS computer is plugged in... I don't know why... when I try to check it out,

[EMAIL PROTECTED] Issues installing PHP

2007-01-21 Thread Vince Bravdica
I cannot seem to get PHP to function with Apache server. I have uninstalled it a few times and keep getting the same issues. When I do a LoadModule, I cannot restart Apache. When I #(rem) it out, I can, but then no PHP. Any Ideas? OS Windows XP Pro 1.6mhz 540 Ram 160MB HD Vince Bravdica

[EMAIL PROTECTED] Peculiar DNS/Apache interaction

2007-01-21 Thread Rich Morin
I'm seeing a peculiar DNS/Apache interaction. I hope someone on the list can help. Background I'm running my LAN behind a router (Linksys RV042) which provides NAT and port forwarding. Port 80 is forwarded to a Mac Mini (Mac OS X 10.4.8), running Apache 1.3.33. I use named (BIND 9.2.2) to

RE: [EMAIL PROTECTED] Issues installing PHP

2007-01-21 Thread Bashiro
Setting up php is one of the simplest task. See http://www.ricocheting.com/server/ this site has everything on how to set up all scrips and server. Good luck Bashiro --- On Sun 01/21, Vince Bravdica [EMAIL PROTECTED] wrote: From: Vince Bravdica [mailto: [EMAIL PROTECTED] To:

RE: [EMAIL PROTECTED] Issues installing PHP

2007-01-21 Thread Bashiro
I forgot to give you the direct link. what you are missing is perhaps these lines to add to apache config LoadModule php5_module P/php/php5apache2.dll AddType application/x-httpd-php .php PHPIniDir /php But all is here; http://www.ricocheting.com/server/php.html Bashiro ---

RE: [EMAIL PROTECTED] error with Find comand - OT

2007-01-21 Thread Boyle Owen
-Original Message- From: Kalasa, Anil [mailto:[EMAIL PROTECTED] Sent: Sunday, January 21, 2007 5:53 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] error with Find comand Hi, Hi have an Linux SUSE 10.x installed in my system on AMD 64, I am facing

RE: [EMAIL PROTECTED] Setting up Apache No-Ip

2007-01-21 Thread Boyle Owen
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Daniel L. McGrew Sent: Monday, January 22, 2007 1:40 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Setting up Apache No-Ip I'd like to run a Web Hosting service for myself... that is, I've

[EMAIL PROTECTED] Re: Apache children not dying

2007-01-21 Thread wwwwizard
Did you ever figure this out? I have the same problem with a long running script. -- izard izard's Profile: http://unixadmintalk.com/867 View this thread: http://unixadmintalk.com/showthread.php?t=35897