[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 HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 possibility?

Thanks,
Peter
--
Fork JavaScript: http://forkjavascript.org

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 that are serverroot-relative can be absolute.  For
that matter, IIRC, every filename directive supports absolute paths; only
URI-paths can't be 'absolute' in the sense of where they are in the file
system.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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
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 directory
find: /usr: No such file or directory
find: /opt: No such file or directory
find: /bin: No such file or directory
find: /boot: No such file or directory
find: /home: No such file or directory
find: /lib: No such file or directory
find: /lib64: No such file or directory
find: /media: No such file or directory
find: /mnt: No such file or directory
find: /root: No such file or directory
find: /sbin: No such file or directory
find: /srv: No such file or directory
find: /tmp: No such file or directory


But the same works when I specify the full path as 

Find /root/ (or /usr/) -name test.sh -print

Any help would be appreciated on this.

Thanks and regards
Anil 




*** Confidentiality Notice  Disclaimer * 
This message, together with any attachments, is for the confidential and 
exclusive use of the intended addresses(s).
If you receive it in error, please delete the message and its attachments from 
your system immediately and notify us by return e-mail. 
Do not disclose, copy, circulate or use any information contained in this 
e-mail. 
1) The content of this e-mail is to be read subject to our terms of business, 
as applicable. 
2) E-mail may be intercepted or affected by viruses and we accept no 
responsibility for any interception or liability for any form of viruses 
introduced with this e-mail. 
3) The sender shall remain solely accountable for any statements, 
representations or opinions that are clearly his or her own and not made in the 
course of employment. 
4) For risk, protection and security purposes, we may monitor e-mails and take 
appropriate action. 
**

TUI Northern Europe Limited, Registered in England and Wales (Number 3490138)   
TUI UK Limited, Registered in England and Wales (Number 2830117) 
VAT Number: 233 3687 62   
Thomsonfly Limited, Registered in England and Wales (Number 444359) 
VAT Number: 490 2120 79   

Registered Office of TUI NE, TUI UK and Thomsonfly: 
Wigmore House, Wigmore Place, Wigmore Lane, Luton, Bedfordshire, LU2 9TN   
E-mail: [EMAIL PROTECTED] 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 comes the
closest for what I've seen.

While Debian's build does leave you scratching your head for a while,
once you sort it out it's usable (see the README file in their
configuration directory.)

*Most* platforms don't preserve the same directory structure as the
source build. Most of them are intuitive though once you learn where
things have been shuffled around. It's common to move various parts of
an application around to get it to conform with the rest of the system
because maintenance can actually be easier that way (e.g. data and
logs in /var/, configs in /etc/, binaries in a bin/ or sbin/
directory, etc.)

For a given package you should be able to list out the files from the
package and see where things have been put; e.g. dpkg -L on
Debian/Ubuntu, rpm -ql on RH/Fedora, pkg_info -L on OpenBSD, and so
on.

DS

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 test.sh -print
find: /etc: No such file or directory


It's not clear how this issue relates to Apache...

DS

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 directory
find: /usr: No such file or directory
find: /opt: No such file or directory
find: /bin: No such file or directory
find: /boot: No such file or directory
find: /home: No such file or directory
find: /lib: No such file or directory
find: /lib64: No such file or directory
find: /media: No such file or directory
find: /mnt: No such file or directory
find: /root: No such file or directory
find: /sbin: No such file or directory
find: /srv: No such file or directory
find: /tmp: No such file or directory
find: /Source: No such file or directory
find: /mysql-data: No such file or directory
find: /mysql-logs: No such file or directory
:~ #
-Original Message-
From: Gregor Schneider [mailto:[EMAIL PROTECTED] 
Sent: 21 January 2007 17:26
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] error with Find comand

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

-
The official User-To-User support forum of the Apache HTTP Server
Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



*** Confidentiality Notice  Disclaimer * 
This message, together with any attachments, is for the confidential and 
exclusive use of the intended addresses(s).
If you receive it in error, please delete the message and its attachments from 
your system immediately and notify us by return e-mail. 
Do not disclose, copy, circulate or use any information contained in this 
e-mail. 
1) The content of this e-mail is to be read subject to our terms of business, 
as applicable. 
2) E-mail may be intercepted or affected by viruses and we accept no 
responsibility for any interception or liability for any form of viruses 
introduced with this e-mail. 
3) The sender shall remain solely accountable for any statements, 
representations or opinions that are clearly his or her own and not made in the 
course of employment. 
4) For risk, protection and security purposes, we may monitor e-mails and take 
appropriate action. 
**

TUI Northern Europe Limited, Registered in England and Wales (Number 3490138)   
TUI UK Limited, Registered in England and Wales (Number 2830117) 
VAT Number: 233 3687 62   
Thomsonfly Limited, Registered in England and Wales (Number 444359) 
VAT Number: 490 2120 79   

Registered Office of TUI NE, TUI UK and Thomsonfly: 
Wigmore House, Wigmore Place, Wigmore Lane, Luton, Bedfordshire, LU2 9TN   
E-mail: [EMAIL PROTECTED] 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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
   VirtualHost *:80
ServerName domain-lab.eu
ProxyRequests off
ProxyPass / http://saturn.domain.com/domain-lab/
ProxyPassReverse / http://saturn.domain.com/domain-lab/
   /VirtualHost
   VirtualHost *:80
ServerName my-domain.net
ProxyRequests off
ProxyPass / http://saturn.domain.com/domain-lab/
ProxyPassReverse / http://saturn.domain.com/domain-lab/
   /VirtualHost

   


Using the the configuration above I always get the first virtual host 
document root


Any help is apreciate.
Thanks

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
 DocumentRoot /var/www/html
/VirtualHost
VirtualHost *:80
 ServerName domain-lab.eu
 ProxyRequests off
 ProxyPass / http://saturn.domain.com/domain-lab/
 ProxyPassReverse / http://saturn.domain.com/domain-lab/
/VirtualHost
VirtualHost *:80
 ServerName my-domain.net
 ProxyRequests off
 ProxyPass / http://saturn.domain.com/domain-lab/
 ProxyPassReverse / http://saturn.domain.com/domain-lab/
/VirtualHost




Using the the configuration above I always get the first virtual host
document root


Is your user agent using HTTP/1.1?

DS

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 connection.

Some background:  We have an Apache webserver that is configured for 
client-authenticated SSL (SSLVerifyClient optional).  The Apache webserver is 
mainly a proxy for a WebLogic app server.

In our case, the client workstations have smart card readers, and client certs 
are stored on the smart cards.

We are encountering a problem where, when users access the Apache server, they 
are getting re-prompted to enter their smart card PIN multiple (many) times, 
even just to access the initial webpage.

I'm aware that there are some settings in the smart card middleware that 
would cache either the users' PIN or their certificates.  These settings are 
currently set to not cache, and our management doesn't want to change these 
settings, so I've been looking into what things could be causing this behavior, 
and someone on another newgroup mentioned that it may be possible that some 
webservers have a setting that would force a re-SSL-authentication for each 
HTTPS request, but I'm not aware of a setting like this.

So, I'm wondering if there is some way to configure Apache+SSL so that this 
(re-authenticating) would occur with each individual HTTPS request?

Thanks in advance,
Jim 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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, making it so the system no longer recognizes it a an  
image, and all I get is a bunch of giberish on the screen. Is there  
something I can do to fix this? Thanks.

---
Israel Brewster
Computer Support Technician
Frontier Flying Service INC.
5245 Airport Industrial Rd
Fairbanks, AK 99709
---



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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, the page that pops up is the one loaded in my Windows XP Pro
computer (IIS)... 
I'd love to be able to use Mozilla to view my website, find a typo
or
something similar, and switch to composer or frontpage, make the changes,
click save, and be done... but, I have never been able to edit pages
through no-ip... and I'm not certain why... 
also, when I want to test the setup on the Debian-Sarge computer, 
I simply swap the last octet of the IP which effectively changes the
computers that the router is forwarding the port to... and when I pick the
Debian-Sarge computer it gives me 'The page cannot be found'... 
Bottom Line:
1. IIS (mcgrew.no-ip.info) - Port Forwarding - Works
2. Apache (danix.no-ip.info) - Port Forwarding - Delivers 
what is on the IIS machine until the LAN cord is unplugged from 
the IIS machine... then, It stops working
I don't understand why... 
is the address I'm using wrong??? that is, should it be 
something else, like;
http://danix.no-ip.info/Apache2-default/ (doesn't work)... 
or ... 
http://danix.no-ip.info/Apache2-default/index.html.en 
(doesn't work)??? 

Should all my files be loaded into the Apache2-default 
directory or the www directory???
I would really, really like to be able to log into my 
Apache2 server and upload/download/edit pages... I just don't know how to
get that to work... I've downloaded no-ip and installed it... I'm not
certain how to test it to see if it's working... 
I will appreciate any help that anyone can render...
Most sincerely, 


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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
President
Virtual Web Resources
 http://www.vwebr.net/ www.vwebr.net
 

  _  

I am using the free version of SPAMfighter for private users.
It has removed 16070 spam emails to date.
Paying users do not have this message in their emails.
Try SPAMfighter http://www.spamfighter.com  for free now!



[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 provide split DNS.  Here are
some details, in case they matter:

  From the LAN, dig says:

cfcl.com.259200  IN  A   192.168.1.212
fido.cfcl.com.   259200  IN  A   192.168.1.205
tchm.cfcl.com.   259200  IN  A   192.168.1.212

  From the WAN, dig says:

cfcl.com.259200  IN  A   24.221.172.174
fido.cfcl.com.   (no answer)
tchm.cfcl.com.   259200  IN  A   24.221.172.174

My httpd.conf file (on cfcl.com) contains:

  VirtualHost *:80
ServerNametchm.cfcl.com
ServerAdmin   [EMAIL PROTECTED]
#   ErrorLog  /dev/null
CustomLog /dev/null common
ProxyRequests Off
ProxyPass /   http://fido.cfcl.com:3002/
ProxyPassReverse  /   http://fido.cfcl.com:3002/
  /VirtualHost

From various machines on the LAN, when I try pages such as

  http://tchm.cfcl.com/main/about
  http://tchm.cfcl.com

I see the expected pages (generated by Ruby on Rails).


Problem

When I try to access tchm.cfcl.com from an external box,
however, I get assorted errors.  For example:

 % telnet tchm.cfcl.com 80

This gives me cfcl.com's home page, which is not what I was
hoping for.  Digging further, I get errors such as this:

 % telnet tchm.cfcl.com 80
 Trying 24.221.172.174...
 Connected to tchm.cfcl.com.
 Escape character is '^]'.
 GET /main/about
 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
 HTMLHEAD
 TITLE404 Not Found/TITLE
 /HEADBODY
 H1Not Found/H1
 The requested URL /main/about was not found on this server.P
 HR
 ADDRESSApache/1.3.33 Server at cfcl.com Port 80/ADDRESS
 /BODY/HTML
 Connection closed by foreign host.

/var/log/httpd/error_log on cfcl.com confirms that its copy of
Apache was the one generating the error page:

  [...] [error] [client ...] File does not exist:
/Library/WebServer/web/cfcl/main/about


One notion I've been considering is that Apache's Proxying is
not actually sending requests to the other machine, getting
the replies, and then forwarding them to the browser.  If,
instead, it is issuing some sort of redirect, I could see why
a machine outside wouldn't be successful in following it.  If
this is the case, is there a way to cause Apache to do a real
proxy service?

However, turning on port forwarding of port 3002/TCP to fido
didn't change the responses seen by the remote system.   And,
although the remote system was able to telnet into something
that acted like an HTTP server on port 3002, when I tried a
GET / or a GET /main/about, I had no luck:

 % telnet cfcl.com 3002
 Trying 24.221.172.174...
 Connected to cfcl.com.
 Escape character is '^]'.
 GET /main/about
 Connection closed by foreign host.


So, I'm confused.  Could someone tell me what is going on and
(more critically) how I can make things work from the WAN in
the same way they're working now on the LAN?

-r
-- 
http://www.cfcl.com/rdmRich Morin
http://www.cfcl.com/rdm/resume [EMAIL PROTECTED]
http://www.cfcl.com/rdm/weblog +1 650-873-7841

Technical editing and writing, programming, and web development

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: users@httpd.apache.org
Date: Sun, 21 Jan 2007 18:32:43 -0700
Subject: [EMAIL PROTECTED] Issues installing PHP






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
President
Virtual Web 
Resources
www.vwebr.net
 I am using the free version of SPAMfighter for private users.
It has removed 16070 spam emails to date.
Paying users do not have this message in their emails.
Try SPAMfighter for free now!




___
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

 --- On Sun 01/21, Vince Bravdica  [EMAIL PROTECTED]  wrote:
From: Vince Bravdica [mailto: [EMAIL PROTECTED]
To: users@httpd.apache.org
Date: Sun, 21 Jan 2007 18:32:43 -0700
Subject: [EMAIL PROTECTED] Issues installing PHP






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
President
Virtual Web 
Resources
www.vwebr.net
 I am using the free version of SPAMfighter for private users.
It has removed 16070 spam emails to date.
Paying users do not have this message in their emails.
Try SPAMfighter for free now!




___
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 problem with find command,
 
   When I enter find / -name test.sh -print or only find from root
 command it throws an error as 

This has nothing to do with apache - try a SUSE list...

 
  # find / -name test.sh -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 directory
 find: /usr: No such file or directory
 find: /opt: No such file or directory
 find: /bin: No such file or directory
 find: /boot: No such file or directory
 find: /home: No such file or directory
 find: /lib: No such file or directory
 find: /lib64: No such file or directory
 find: /media: No such file or directory
 find: /mnt: No such file or directory
 find: /root: No such file or directory
 find: /sbin: No such file or directory
 find: /srv: No such file or directory
 find: /tmp: No such file or directory
 
 
 But the same works when I specify the full path as 
 
 Find /root/ (or /usr/) -name test.sh -print
 
 Any help would be appreciated on this.
 
 Thanks and regards
 Anil 
 
 
 
 
 *** Confidentiality Notice  Disclaimer 
 * 
 This message, together with any attachments, is for the 
 confidential and exclusive use of the intended addresses(s).
 If you receive it in error, please delete the message and its 
 attachments from your system immediately and notify us by 
 return e-mail. 
 Do not disclose, copy, circulate or use any information 
 contained in this e-mail. 
 1) The content of this e-mail is to be read subject to our 
 terms of business, as applicable. 
 2) E-mail may be intercepted or affected by viruses and we 
 accept no responsibility for any interception or liability 
 for any form of viruses introduced with this e-mail. 
 3) The sender shall remain solely accountable for any 
 statements, representations or opinions that are clearly his 
 or her own and not made in the course of employment. 
 4) For risk, protection and security purposes, we may monitor 
 e-mails and take appropriate action. 
 **
 
 
 TUI Northern Europe Limited, Registered in England and Wales 
 (Number 3490138)   
 TUI UK Limited, Registered in England and Wales (Number 2830117) 
 VAT Number: 233 3687 62   
 Thomsonfly Limited, Registered in England and Wales (Number 444359) 
 VAT Number: 490 2120 79   
 
 Registered Office of TUI NE, TUI UK and Thomsonfly: 
 Wigmore House, Wigmore Place, Wigmore Lane, Luton, 
 Bedfordshire, LU2 9TN   
 E-mail: [EMAIL PROTECTED] 
 
 -
 The official User-To-User support forum of the Apache HTTP 
 Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
 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... 

YOur posting is pretty confusing but it looks like you've got two
computers at home plugged into a broadband router. Then no-ip.com are
doing dynamic DNS for you.. 

You have to make sure that the two public IP addresses are assigned to
the correct internal IPs on your LAN. That's something between you and
no-ip.

As regards online editing - you need to have mod_frontpage and/or
mod_dav installed on your apache. Default apache install doesn't support
online editing.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

 I don't know why... 
 when I try to
 check it out, the page that pops up is the one loaded in my 
 Windows XP Pro
 computer (IIS)... 
 I'd love to be able to use Mozilla to view my 
 website, find a typo
 or
 something similar, and switch to composer or frontpage, make 
 the changes,
 click save, and be done... but, I have never been able to edit pages
 through no-ip... and I'm not certain why... 
 also, when I want to test the setup on the 
 Debian-Sarge computer, 
 I simply swap the last octet of the IP which effectively changes the
 computers that the router is forwarding the port to... and 
 when I pick the
 Debian-Sarge computer it gives me 'The page cannot be found'... 
 Bottom Line:
 1. IIS (mcgrew.no-ip.info) - Port Forwarding - Works
 2. Apache (danix.no-ip.info) - Port Forwarding - Delivers 
 what is on the IIS machine until the LAN cord is unplugged from 
 the IIS machine... then, It stops working
 I don't understand why... 
 is the address I'm using wrong??? that is, should it be 
 something else, like;
 http://danix.no-ip.info/Apache2-default/ (doesn't work)... 
 or ... 
 http://danix.no-ip.info/Apache2-default/index.html.en 
 (doesn't work)??? 
 
 Should all my files be loaded into the Apache2-default 
 directory or the www directory???
 I would really, really like to be able to log into my 
 Apache2 server and upload/download/edit pages... I just don't 
 know how to
 get that to work... I've downloaded no-ip and installed it... I'm not
 certain how to test it to see if it's working... 
 I will appreciate any help that anyone can render...
 Most sincerely, 
 
 
 -
 The official User-To-User support forum of the Apache HTTP 
 Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]